commit 024cd38bd6065467551f765149d6b177c7b706b1 Author: krivoshein Date: Wed Oct 30 15:33:26 2024 +0300 PSQL 30.10.2024 diff --git a/DB/DataBaseLMS/CMakeLists.txt b/DB/DataBaseLMS/CMakeLists.txt new file mode 100644 index 0000000..90277d2 --- /dev/null +++ b/DB/DataBaseLMS/CMakeLists.txt @@ -0,0 +1,30 @@ +cmake_minimum_required(VERSION 3.5) + +project(DataBaseLMS LANGUAGES CXX) + +set(CMAKE_INCLUDE_CURRENT_DIR ON) +set(CMAKE_AUTOUIC ON) +set(CMAKE_AUTOMOC ON) +set(CMAKE_AUTORCC ON) +set(CMAKE_CXX_STANDARD 11) +set(CMAKE_CXX_STANDARD_REQUIRED ON) + +find_package(Qt5 COMPONENTS Widgets REQUIRED) +find_package(Qt5 COMPONENTS Sql REQUIRED) + +add_library(DataBaseLMS SHARED + DataBaseLMS_global.h + databaselms.cpp + databaselms.h + instructor.cpp + instructor.h + trainee.h + trainee.cpp + group.cpp + group.h +) + +target_link_libraries(DataBaseLMS PRIVATE Qt5::Widgets) +target_link_libraries(DataBaseLMS PRIVATE Qt5::Sql) + +target_compile_definitions(DataBaseLMS PRIVATE DATABASELMS_LIBRARY) diff --git a/DB/DataBaseLMS/CMakeLists.txt.user b/DB/DataBaseLMS/CMakeLists.txt.user new file mode 100644 index 0000000..1484e3b --- /dev/null +++ b/DB/DataBaseLMS/CMakeLists.txt.user @@ -0,0 +1,347 @@ + + + + + + EnvironmentId + {00ce76f6-77cf-4587-a216-9a8e243377cb} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + 2 + UTF-8 + false + 4 + false + 80 + true + true + 1 + true + false + 0 + true + true + 0 + 8 + true + 1 + true + true + true + false + + + + ProjectExplorer.Project.PluginSettings + + + -fno-delayed-template-parsing + + true + + + + ProjectExplorer.Project.Target.0 + + Desktop Qt 5.14.2 MinGW 64-bit + Desktop Qt 5.14.2 MinGW 64-bit + qt.qt5.5142.win64_mingw73_kit + 0 + 0 + 0 + + + CMAKE_BUILD_TYPE:STRING=Debug + CMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx} + CMAKE_C_COMPILER:STRING=%{Compiler:Executable:C} + CMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX} + QT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable} + + D:/LMS/DB/Debug64 + + + + + all + + true + CMakeProjectManager.MakeStep + + 1 + Сборка + Сборка + ProjectExplorer.BuildSteps.Build + + + + + + clean + + true + CMakeProjectManager.MakeStep + + 1 + Очистка + Очистка + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Отладка + CMakeProjectManager.CMakeBuildConfiguration + + + + CMAKE_BUILD_TYPE:STRING=Release + CMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx} + CMAKE_C_COMPILER:STRING=%{Compiler:Executable:C} + CMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX} + QT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable} + + D:/LMS/DB/Release64 + + + + + all + + true + CMakeProjectManager.MakeStep + + 1 + Сборка + Сборка + ProjectExplorer.BuildSteps.Build + + + + + + clean + + true + CMakeProjectManager.MakeStep + + 1 + Очистка + Очистка + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Выпуск + CMakeProjectManager.CMakeBuildConfiguration + + + + CMAKE_BUILD_TYPE:STRING=RelWithDebInfo + CMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx} + CMAKE_C_COMPILER:STRING=%{Compiler:Executable:C} + CMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX} + QT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable} + + D:/LMS/DB/build-DataBaseLMS-Desktop_Qt_5_14_2_MinGW_64_bit-RelWithDebInfo + + + + + all + + true + CMakeProjectManager.MakeStep + + 1 + Сборка + Сборка + ProjectExplorer.BuildSteps.Build + + + + + + clean + + true + CMakeProjectManager.MakeStep + + 1 + Очистка + Очистка + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Выпуск с отладочной информацией + CMakeProjectManager.CMakeBuildConfiguration + + + + CMAKE_BUILD_TYPE:STRING=MinSizeRel + CMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx} + CMAKE_C_COMPILER:STRING=%{Compiler:Executable:C} + CMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX} + QT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable} + + D:/LMS/DB/build-DataBaseLMS-Desktop_Qt_5_14_2_MinGW_64_bit-MinSizeRel + + + + + all + + true + CMakeProjectManager.MakeStep + + 1 + Сборка + Сборка + ProjectExplorer.BuildSteps.Build + + + + + + clean + + true + CMakeProjectManager.MakeStep + + 1 + Очистка + Очистка + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Выпуск минимального размера + CMakeProjectManager.CMakeBuildConfiguration + + 4 + + + 0 + Развёртывание + Развёртывание + ProjectExplorer.BuildSteps.Deploy + + 1 + ProjectExplorer.DefaultDeployConfiguration + + 1 + + + dwarf + + cpu-cycles + + + 250 + + -e + cpu-cycles + --call-graph + dwarf,4096 + -F + 250 + + -F + true + 4096 + false + false + 1000 + + true + + false + false + false + false + true + 0.01 + 10 + true + kcachegrind + 1 + 25 + + 1 + true + false + true + valgrind + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + + 2 + + + ProjectExplorer.CustomExecutableRunConfiguration + + + false + + false + true + false + false + true + + + + 1 + + + + ProjectExplorer.Project.TargetCount + 1 + + + ProjectExplorer.Project.Updater.FileVersion + 22 + + + Version + 22 + + diff --git a/DB/DataBaseLMS/DataBaseLMS_global.h b/DB/DataBaseLMS/DataBaseLMS_global.h new file mode 100644 index 0000000..62e9f0b --- /dev/null +++ b/DB/DataBaseLMS/DataBaseLMS_global.h @@ -0,0 +1,12 @@ +#ifndef DATABASELMS_GLOBAL_H +#define DATABASELMS_GLOBAL_H + +#include + +#if defined(DATABASELMS_LIBRARY) +# define DATABASELMS_EXPORT Q_DECL_EXPORT +#else +# define DATABASELMS_EXPORT Q_DECL_IMPORT +#endif + +#endif // DATABASELMS_GLOBAL_H diff --git a/DB/DataBaseLMS/databaselms.cpp b/DB/DataBaseLMS/databaselms.cpp new file mode 100644 index 0000000..94ba7f2 --- /dev/null +++ b/DB/DataBaseLMS/databaselms.cpp @@ -0,0 +1,260 @@ +#include "databaselms.h" + +#include +#include +#include + +DataBaseLMS::DataBaseLMS(): + db(nullptr) +{ + createConnection(); +} + +DataBaseLMS::~DataBaseLMS() +{ + deleteConnection(); +} + +bool DataBaseLMS::createConnection() +{ + db = new QSqlDatabase(QSqlDatabase::addDatabase(dbType)); + db->setDatabaseName(dbName); + db->setUserName(dbUserName); + db->setPassword(dbPassword); + if(!db->open()) + { + QMessageBox::critical(nullptr, dbName, "Connection error: " + db->lastError().text()); + return false; + } + else + { + QMessageBox::information(nullptr, dbName, "Connection is successful!"); + return true; + } +} + +void DataBaseLMS::deleteConnection() +{ + if(db != nullptr) + { + if(db->isOpen()) + db->close(); + delete db; + } +} + +QList DataBaseLMS::selectAllInstructors() +{ + QList listInstructors; + + QString queryStr = QString("SELECT instructor_id, name, login, password, is_admin, archived " + "FROM public.instructors " + "ORDER BY instructor_id ASC"); + + QSqlQuery query(*db); + if(!query.exec(queryStr)) + { + messageWarningErrorQuery(queryStr); + } + else + { + while (query.next()) + {//Инструктор + Instructor instructor; + instructor.setID(query.value(0).toInt()); + instructor.setName(query.value(1).toString()); + instructor.setLogin(query.value(2).toString()); + instructor.setPassword(query.value(3).toString()); + instructor.setIsAdmin(query.value(4).toBool()); + instructor.setArchived(query.value(5).toBool()); + instructor.setLoggedIn(false); + + listInstructors.append(instructor); + } + } + + return listInstructors; +} + +QList DataBaseLMS::selectAllTrainees() +{ + QList listTrainees; + + QString queryStr = QString("SELECT trainees.trainee_id, trainees.name, trainees.login, trainees.password, trainees.archived, " + "groups_of_trainees.name " + "FROM public.trainees JOIN public.groups_of_trainees ON groups_of_trainees.group_id = trainees.group_trainees " + "ORDER BY groups_of_trainees.name ASC"); + + QSqlQuery query(*db); + if(!query.exec(queryStr)) + { + messageWarningErrorQuery(queryStr); + } + else + { + while (query.next()) + {//Обучаемый + Trainee trainee; + trainee.setID(query.value(0).toInt()); + trainee.setName(query.value(1).toString()); + trainee.setLogin(query.value(2).toString()); + trainee.setPassword(query.value(3).toString()); + trainee.setArchived(query.value(4).toBool()); + trainee.setGroup(query.value(5).toString()); + trainee.setWhatItDoes(QStringLiteral("")); + trainee.setLoggedIn(false); + trainee.setLearnClass(QStringLiteral("")); + trainee.setComputer(QStringLiteral("")); + + listTrainees.append(trainee); + } + } + + return listTrainees; +} + +QList DataBaseLMS::selectAllGroups() +{ + QList listGroups; + + QString queryStr = QString("SELECT group_id, name, color " + "FROM public.groups_of_trainees " + "ORDER BY group_id ASC"); + + QSqlQuery query(*db); + if(!query.exec(queryStr)) + { + messageWarningErrorQuery(queryStr); + } + else + { + while (query.next()) + {//Группа + Group group; + group.setID(query.value(0).toInt()); + group.setName(query.value(1).toString()); + group.setColor((Group::ColorGroup)query.value(2).toInt()); + + listGroups.append(group); + } + } + + return listGroups; +} + +bool DataBaseLMS::insertInstructor(Instructor instructor) +{ + QString queryStr = QString("INSERT INTO public.instructors (name, login, password, is_admin, archived) " + "VALUES ('%1', '%2', '%3', %4, %5)").arg( + instructor.getName(), + instructor.getLogin(), + instructor.getPassword(), + instructor.getIsAdmin() ? "true" : "false", + instructor.getArchived() ? "true" : "false"); + + return queryExec(queryStr); +} + +bool DataBaseLMS::deleteInstructor(int instructor_id) +{ + QString queryStr = QString("DELETE FROM public.instructors WHERE instructor_id = %1").arg(QString::number(instructor_id)); + + return queryExec(queryStr); +} + +bool DataBaseLMS::updateInstructor(Instructor instructor) +{ + QString queryStr = QString("UPDATE public.instructors " + "SET name = '%1', login = '%2', password = '%3', is_admin = %4, archived = %5 " + "WHERE instructor_id = %6").arg( + instructor.getName(), + instructor.getLogin(), + instructor.getPassword(), + instructor.getIsAdmin() ? "true" : "false", + instructor.getArchived() ? "true" : "false", + QString::number(instructor.getID()) ); + + return queryExec(queryStr); +} + +bool DataBaseLMS::insertGroup(Group group) +{ + QString queryStr = QString("INSERT INTO public.groups_of_trainees (name, color) " + "VALUES ('%1', %2)").arg( + group.getName(), + QString::number((int)group.getColor())); + + return queryExec(queryStr); +} + +bool DataBaseLMS::deleteGroup(int group_id) +{ + QString queryStr = QString("DELETE FROM public.groups_of_trainees WHERE group_id = %1").arg(QString::number(group_id)); + + return queryExec(queryStr); +} + +bool DataBaseLMS::updateGroup(Group group) +{ + QString queryStr = QString("UPDATE public.groups_of_trainees SET name = '%1', color = %2 WHERE group_id = %3").arg( + group.getName(), + QString::number((int)group.getColor()), + QString::number(group.getID()) ); + + return queryExec(queryStr); +} + +bool DataBaseLMS::insertTrainee(Trainee trainee) +{ + QString queryStr = QString("INSERT INTO public.trainees (name, login, password, archived, group_trainees) " + "VALUES ('%1', '%2', '%3', %4, " + "(SELECT group_id FROM public.groups_of_trainees WHERE name = '%5') " + ")").arg( + trainee.getName(), + trainee.getLogin(), + trainee.getPassword(), + trainee.getArchived() ? "true" : "false", + trainee.getGroup()); + + return queryExec(queryStr); +} + +bool DataBaseLMS::deleteTrainee(int trainee_id) +{ + QString queryStr = QString("DELETE FROM public.trainees WHERE trainee_id = %1").arg(QString::number(trainee_id)); + + return queryExec(queryStr); +} + +bool DataBaseLMS::updateTrainee(Trainee trainee) +{ + QString queryStr = QString("UPDATE public.trainees " + "SET name = '%1', login = '%2', password = '%3', archived = %4, group_trainees = " + "(SELECT group_id FROM public.groups_of_trainees WHERE name = '%5') " + "WHERE trainee_id = %6").arg( + trainee.getName(), + trainee.getLogin(), + trainee.getPassword(), + trainee.getArchived() ? "true" : "false", + trainee.getGroup(), + QString::number(trainee.getID()) ); + + return queryExec(queryStr); +} + +bool DataBaseLMS::queryExec(QString queryStr) +{ + QSqlQuery query(*db); + if(!query.exec(queryStr)) + { + messageWarningErrorQuery(queryStr); + return false; + } + else + return true; +} + +void DataBaseLMS::messageWarningErrorQuery(QString queryStr) +{ + QMessageBox::warning(nullptr, dbName, "Error query: " + queryStr + "\n" + db->lastError().text()); +} diff --git a/DB/DataBaseLMS/databaselms.h b/DB/DataBaseLMS/databaselms.h new file mode 100644 index 0000000..5cb1d7f --- /dev/null +++ b/DB/DataBaseLMS/databaselms.h @@ -0,0 +1,50 @@ +#ifndef DATABASELMS_H +#define DATABASELMS_H + +#include + +#include "instructor.h" +#include "trainee.h" +#include "group.h" + +#include "DataBaseLMS_global.h" + +class DATABASELMS_EXPORT DataBaseLMS +{ +public: + DataBaseLMS(); + ~DataBaseLMS(); + +public: + bool createConnection(); + void deleteConnection(); + + QList selectAllInstructors(); + QList selectAllTrainees(); + QList selectAllGroups(); + + bool insertInstructor(Instructor instructor); + bool deleteInstructor(int instructor_id); + bool updateInstructor(Instructor instructor); + + bool insertGroup(Group group); + bool deleteGroup(int group_id); + bool updateGroup(Group group); + + bool insertTrainee(Trainee trainee); + bool deleteTrainee(int trainee_id); + bool updateTrainee(Trainee trainee); + +private: + bool queryExec(QString queryStr); + void messageWarningErrorQuery(QString queryStr); + +private: + QSqlDatabase* db; + const QString dbName = "DataBaseLMS"; + const QString dbUserName = "postgres"; + const QString dbPassword = "12345678"; + const QString dbType = "QPSQL"; +}; + +#endif // DATABASELMS_H diff --git a/DB/DataBaseLMS/group.cpp b/DB/DataBaseLMS/group.cpp new file mode 100644 index 0000000..0014048 --- /dev/null +++ b/DB/DataBaseLMS/group.cpp @@ -0,0 +1,9 @@ +#include "group.h" + +Group::Group(): + group_id(), + name(), + color() +{ + +} diff --git a/DB/DataBaseLMS/group.h b/DB/DataBaseLMS/group.h new file mode 100644 index 0000000..c588636 --- /dev/null +++ b/DB/DataBaseLMS/group.h @@ -0,0 +1,45 @@ +#ifndef GROUP_H +#define GROUP_H + +#include +#include +#include "DataBaseLMS_global.h" + +class DATABASELMS_EXPORT Group +{ +public: + enum ColorGroup + { + color0, + color1, + color2, + color3, + color4, + color5, + color6, + color7, + color8, + color9, + colorAther, + countColor + }; + +public: + Group(); + + void setID(int group_id){this->group_id = group_id;} + int getID(){return group_id;} + + void setName(QString name){this->name = name;} + QString getName(){return name;} + + void setColor(ColorGroup color){this->color = color;} + ColorGroup getColor(){return color;} + +private: + int group_id; + QString name; + ColorGroup color; +}; + +#endif // GROUP_H diff --git a/DB/DataBaseLMS/instructor.cpp b/DB/DataBaseLMS/instructor.cpp new file mode 100644 index 0000000..3a43a17 --- /dev/null +++ b/DB/DataBaseLMS/instructor.cpp @@ -0,0 +1,13 @@ +#include "instructor.h" + +Instructor::Instructor(): + instructor_id(), + name(), + login(), + password(), + isAdmin(false), + archived(false), + loggedIn(false) +{ + +} diff --git a/DB/DataBaseLMS/instructor.h b/DB/DataBaseLMS/instructor.h new file mode 100644 index 0000000..a317675 --- /dev/null +++ b/DB/DataBaseLMS/instructor.h @@ -0,0 +1,43 @@ +#ifndef INSTRUCTOR_H +#define INSTRUCTOR_H + +#include +#include "DataBaseLMS_global.h" + +class DATABASELMS_EXPORT Instructor +{ +public: + Instructor(); + + void setID(int instructor_id){this->instructor_id = instructor_id;} + int getID(){return instructor_id;} + + void setName(QString name){this->name = name;} + QString getName(){return name;} + + void setLogin(QString login){this->login = login;} + QString getLogin(){return login;} + + void setPassword(QString password){this->password = password;} + QString getPassword(){return password;} + + void setIsAdmin(bool isAdmin){this->isAdmin = isAdmin;} + bool getIsAdmin(){return isAdmin;} + + void setArchived(bool archived){this->archived = archived;} + bool getArchived(){return archived;} + + void setLoggedIn(bool loggedIn){this->loggedIn = loggedIn;} + bool getLoggedIn(){return loggedIn;} + +private: + int instructor_id; + QString name; + QString login; + QString password; + bool isAdmin; + bool archived; + bool loggedIn; +}; + +#endif // INSTRUCTOR_H diff --git a/DB/DataBaseLMS/trainee.cpp b/DB/DataBaseLMS/trainee.cpp new file mode 100644 index 0000000..a626618 --- /dev/null +++ b/DB/DataBaseLMS/trainee.cpp @@ -0,0 +1,16 @@ +#include "trainee.h" + +Trainee::Trainee(): + trainee_id(), + name(), + login(), + password(), + learnClass(), + computer(), + group(), + archived(false), + whatItDoes(), + loggedIn(false) +{ + +} diff --git a/DB/DataBaseLMS/trainee.h b/DB/DataBaseLMS/trainee.h new file mode 100644 index 0000000..743cb5c --- /dev/null +++ b/DB/DataBaseLMS/trainee.h @@ -0,0 +1,57 @@ +#ifndef TRAINEE_H +#define TRAINEE_H + +#include +#include "DataBaseLMS_global.h" + +class DATABASELMS_EXPORT Trainee +{ +public: + Trainee(); + + void setID(int trainee_id){this->trainee_id = trainee_id;} + int getID(){return trainee_id;} + + void setName(QString name){this->name = name;} + QString getName(){return name;} + + void setLogin(QString login){this->login = login;} + QString getLogin(){return login;} + + void setPassword(QString password){this->password = password;} + QString getPassword(){return password;} + + void setLearnClass(QString learnClass){this->learnClass = learnClass;} + QString getLearnClass(){return learnClass;} + + void setComputer(QString computer){this->computer = computer;} + QString getComputer(){return computer;} + + void setGroup(QString group){this->group = group;} + QString getGroup(){return group;} + + void setArchived(bool archived){this->archived = archived;} + bool getArchived(){return archived;} + + void setLoggedIn(bool loggedIn){this->loggedIn = loggedIn;} + bool getLoggedIn(){return loggedIn;} + + void setWhatItDoes(QString whatItDoes){this->whatItDoes = whatItDoes;} + QString getWhatItDoes(){return whatItDoes;} + +private: + int trainee_id; + QString name; + QString login; + QString password; + QString learnClass; + QString computer; + QString group; + bool archived; + + QString whatItDoes; + + bool loggedIn; +}; + +#endif // TRAINEE_H diff --git a/DB/Debug64/.cmake/api/v1/query/cache-v2 b/DB/Debug64/.cmake/api/v1/query/cache-v2 new file mode 100644 index 0000000..e69de29 diff --git a/DB/Debug64/.cmake/api/v1/query/cmakeFiles-v1 b/DB/Debug64/.cmake/api/v1/query/cmakeFiles-v1 new file mode 100644 index 0000000..e69de29 diff --git a/DB/Debug64/.cmake/api/v1/query/codemodel-v2 b/DB/Debug64/.cmake/api/v1/query/codemodel-v2 new file mode 100644 index 0000000..e69de29 diff --git a/DB/Debug64/.cmake/api/v1/reply/cache-v2-7bc1b3d427d2551cbec7.json b/DB/Debug64/.cmake/api/v1/reply/cache-v2-7bc1b3d427d2551cbec7.json new file mode 100644 index 0000000..758a605 --- /dev/null +++ b/DB/Debug64/.cmake/api/v1/reply/cache-v2-7bc1b3d427d2551cbec7.json @@ -0,0 +1,1343 @@ +{ + "entries" : + [ + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/addr2line.exe" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ar.exe" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "d:/LMS/DB/Debug64" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "28" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CODEBLOCKS_COMPILER_ID", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Id string of the compiler for the CodeBlocks IDE. Automatically detected when left empty" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CODEBLOCKS_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The CodeBlocks executable" + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_CODEBLOCKS_EXECUTABLE-NOTFOUND" + }, + { + "name" : "CMAKE_CODEBLOCKS_MAKE_ARGUMENTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Additional command line arguments when CodeBlocks invokes make. Enter e.g. -j to get parallel builds" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "C:/msys64/mingw64/bin/cmake.exe" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "C:/msys64/mingw64/bin/cpack.exe" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "C:/msys64/mingw64/bin/ctest.exe" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "STRING", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/g++.exe" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc-ar.exe" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc-ranlib.exe" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_STANDARD_LIBRARIES", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Libraries linked by default with all C++ applications." + } + ], + "type" : "STRING", + "value" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc.exe" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/dlltool.exe" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "Unknown" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of external makefile project generator." + } + ], + "type" : "INTERNAL", + "value" : "CodeBlocks" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_DEFINED_MACROS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CXX compiler system defined macros" + } + ], + "type" : "INTERNAL", + "value" : "__STDC__;1;__cplusplus;201402L;__STDC_UTF_16__;1;__STDC_UTF_32__;1;__STDC_HOSTED__;1;__GNUC__;7;__GNUC_MINOR__;3;__GNUC_PATCHLEVEL__;0;__VERSION__;\"7.3.0\";__ATOMIC_RELAXED;0;__ATOMIC_SEQ_CST;5;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_CONSUME;1;__pic__;1;__PIC__;1;__FINITE_MATH_ONLY__;0;__SIZEOF_INT__;4;__SIZEOF_LONG__;4;__SIZEOF_LONG_LONG__;8;__SIZEOF_SHORT__;2;__SIZEOF_FLOAT__;4;__SIZEOF_DOUBLE__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_SIZE_T__;8;__CHAR_BIT__;8;__BIGGEST_ALIGNMENT__;16;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__FLOAT_WORD_ORDER__;__ORDER_LITTLE_ENDIAN__;__SIZEOF_POINTER__;8;__GNUG__;7;__SIZE_TYPE__;long long unsigned int;__PTRDIFF_TYPE__;long long int;__WCHAR_TYPE__;short unsigned int;__WINT_TYPE__;short unsigned int;__INTMAX_TYPE__;long long int;__UINTMAX_TYPE__;long long unsigned int;__CHAR16_TYPE__;short unsigned int;__CHAR32_TYPE__;unsigned int;__SIG_ATOMIC_TYPE__;int;__INT8_TYPE__;signed char;__INT16_TYPE__;short int;__INT32_TYPE__;int;__INT64_TYPE__;long long int;__UINT8_TYPE__;unsigned char;__UINT16_TYPE__;short unsigned int;__UINT32_TYPE__;unsigned int;__UINT64_TYPE__;long long unsigned int;__INT_LEAST8_TYPE__;signed char;__INT_LEAST16_TYPE__;short int;__INT_LEAST32_TYPE__;int;__INT_LEAST64_TYPE__;long long int;__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST16_TYPE__;short unsigned int;__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST64_TYPE__;long long unsigned int;__INT_FAST8_TYPE__;signed char;__INT_FAST16_TYPE__;short int;__INT_FAST32_TYPE__;int;__INT_FAST64_TYPE__;long long int;__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST16_TYPE__;short unsigned int;__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST64_TYPE__;long long unsigned int;__INTPTR_TYPE__;long long int;__UINTPTR_TYPE__;long long unsigned int;__has_include(STR);__has_include__(STR);__has_include_next(STR);__has_include_next__(STR);__GXX_WEAK__;1;__DEPRECATED;1;__GXX_RTTI;1;__cpp_rtti;199711;__GXX_EXPERIMENTAL_CXX0X__;1;__cpp_binary_literals;201304;__cpp_hex_float;201603;__cpp_runtime_arrays;198712;__cpp_unicode_characters;200704;__cpp_raw_strings;200710;__cpp_unicode_literals;200710;__cpp_user_defined_literals;200809;__cpp_lambdas;200907;__cpp_range_based_for;200907;__cpp_static_assert;200410;__cpp_decltype;200707;__cpp_attributes;200809;__cpp_rvalue_reference;200610;__cpp_rvalue_references;200610;__cpp_variadic_templates;200704;__cpp_initializer_lists;200806;__cpp_delegating_constructors;200604;__cpp_nsdmi;200809;__cpp_inheriting_constructors;201511;__cpp_ref_qualifiers;200710;__cpp_alias_templates;200704;__cpp_return_type_deduction;201304;__cpp_init_captures;201304;__cpp_generic_lambdas;201304;__cpp_constexpr;201304;__cpp_decltype_auto;201304;__cpp_aggregate_nsdmi;201304;__cpp_variable_templates;201304;__cpp_digit_separators;201309;__cpp_sized_deallocation;201309;__cpp_threadsafe_static_init;200806;__EXCEPTIONS;1;__cpp_exceptions;199711;__GXX_ABI_VERSION;1011;__SCHAR_MAX__;0x7f;__SHRT_MAX__;0x7fff;__INT_MAX__;0x7fffffff;__LONG_MAX__;0x7fffffffL;__LONG_LONG_MAX__;0x7fffffffffffffffLL;__WCHAR_MAX__;0xffff;__WCHAR_MIN__;0;__WINT_MAX__;0xffff;__WINT_MIN__;0;__PTRDIFF_MAX__;0x7fffffffffffffffLL;__SIZE_MAX__;0xffffffffffffffffULL;__SCHAR_WIDTH__;8;__SHRT_WIDTH__;16;__INT_WIDTH__;32;__LONG_WIDTH__;32;__LONG_LONG_WIDTH__;64;__WCHAR_WIDTH__;16;__WINT_WIDTH__;16;__PTRDIFF_WIDTH__;64;__SIZE_WIDTH__;64;__GLIBCXX_TYPE_INT_N_0;__int128;__GLIBCXX_BITSIZE_INT_N_0;128;__INTMAX_MAX__;0x7fffffffffffffffLL;__INTMAX_C(c);c ## LL;__UINTMAX_MAX__;0xffffffffffffffffULL;__UINTMAX_C(c);c ## ULL;__INTMAX_WIDTH__;64;__SIG_ATOMIC_MAX__;0x7fffffff;__SIG_ATOMIC_MIN__;(-__SIG_ATOMIC_MAX__ - 1);__SIG_ATOMIC_WIDTH__;32;__INT8_MAX__;0x7f;__INT16_MAX__;0x7fff;__INT32_MAX__;0x7fffffff;__INT64_MAX__;0x7fffffffffffffffLL;__UINT8_MAX__;0xff;__UINT16_MAX__;0xffff;__UINT32_MAX__;0xffffffffU;__UINT64_MAX__;0xffffffffffffffffULL;__INT_LEAST8_MAX__;0x7f;__INT8_C(c);c;__INT_LEAST8_WIDTH__;8;__INT_LEAST16_MAX__;0x7fff;__INT16_C(c);c;__INT_LEAST16_WIDTH__;16;__INT_LEAST32_MAX__;0x7fffffff;__INT32_C(c);c;__INT_LEAST32_WIDTH__;32;__INT_LEAST64_MAX__;0x7fffffffffffffffLL;__INT64_C(c);c ## LL;__INT_LEAST64_WIDTH__;64;__UINT_LEAST8_MAX__;0xff;__UINT8_C(c);c;__UINT_LEAST16_MAX__;0xffff;__UINT16_C(c);c;__UINT_LEAST32_MAX__;0xffffffffU;__UINT32_C(c);c ## U;__UINT_LEAST64_MAX__;0xffffffffffffffffULL;__UINT64_C(c);c ## ULL;__INT_FAST8_MAX__;0x7f;__INT_FAST8_WIDTH__;8;__INT_FAST16_MAX__;0x7fff;__INT_FAST16_WIDTH__;16;__INT_FAST32_MAX__;0x7fffffff;__INT_FAST32_WIDTH__;32;__INT_FAST64_MAX__;0x7fffffffffffffffLL;__INT_FAST64_WIDTH__;64;__UINT_FAST8_MAX__;0xff;__UINT_FAST16_MAX__;0xffff;__UINT_FAST32_MAX__;0xffffffffU;__UINT_FAST64_MAX__;0xffffffffffffffffULL;__INTPTR_MAX__;0x7fffffffffffffffLL;__INTPTR_WIDTH__;64;__UINTPTR_MAX__;0xffffffffffffffffULL;__GCC_IEC_559;2;__GCC_IEC_559_COMPLEX;2;__FLT_EVAL_METHOD__;0;__FLT_EVAL_METHOD_TS_18661_3__;0;__DEC_EVAL_METHOD__;2;__FLT_RADIX__;2;__FLT_MANT_DIG__;24;__FLT_DIG__;6;__FLT_MIN_EXP__;(-125);__FLT_MIN_10_EXP__;(-37);__FLT_MAX_EXP__;128;__FLT_MAX_10_EXP__;38;__FLT_DECIMAL_DIG__;9;__FLT_MAX__;3.40282346638528859811704183484516925e+38F;__FLT_MIN__;1.17549435082228750796873653722224568e-38F;__FLT_EPSILON__;1.19209289550781250000000000000000000e-7F;__FLT_DENORM_MIN__;1.40129846432481707092372958328991613e-45F;__FLT_HAS_DENORM__;1;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_DIG__;15;__DBL_MIN_EXP__;(-1021);__DBL_MIN_10_EXP__;(-307);__DBL_MAX_EXP__;1024;__DBL_MAX_10_EXP__;308;__DBL_DECIMAL_DIG__;17;__DBL_MAX__;double(1.79769313486231570814527423731704357e+308L);__DBL_MIN__;double(2.22507385850720138309023271733240406e-308L);__DBL_EPSILON__;double(2.22044604925031308084726333618164062e-16L);__DBL_DENORM_MIN__;double(4.94065645841246544176568792868221372e-324L);__DBL_HAS_DENORM__;1;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_DIG__;18;__LDBL_MIN_EXP__;(-16381);__LDBL_MIN_10_EXP__;(-4931);__LDBL_MAX_EXP__;16384;__LDBL_MAX_10_EXP__;4932;__DECIMAL_DIG__;21;__LDBL_DECIMAL_DIG__;21;__LDBL_MAX__;1.18973149535723176502126385303097021e+4932L;__LDBL_MIN__;3.36210314311209350626267781732175260e-4932L;__LDBL_EPSILON__;1.08420217248550443400745280086994171e-19L;__LDBL_DENORM_MIN__;3.64519953188247460252840593361941982e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__FLT32_MANT_DIG__;24;__FLT32_DIG__;6;__FLT32_MIN_EXP__;(-125);__FLT32_MIN_10_EXP__;(-37);__FLT32_MAX_EXP__;128;__FLT32_MAX_10_EXP__;38;__FLT32_DECIMAL_DIG__;9;__FLT32_MAX__;3.40282346638528859811704183484516925e+38F32;__FLT32_MIN__;1.17549435082228750796873653722224568e-38F32;__FLT32_EPSILON__;1.19209289550781250000000000000000000e-7F32;__FLT32_DENORM_MIN__;1.40129846432481707092372958328991613e-45F32;__FLT32_HAS_DENORM__;1;__FLT32_HAS_INFINITY__;1;__FLT32_HAS_QUIET_NAN__;1;__FLT64_MANT_DIG__;53;__FLT64_DIG__;15;__FLT64_MIN_EXP__;(-1021);__FLT64_MIN_10_EXP__;(-307);__FLT64_MAX_EXP__;1024;__FLT64_MAX_10_EXP__;308;__FLT64_DECIMAL_DIG__;17;__FLT64_MAX__;1.79769313486231570814527423731704357e+308F64;__FLT64_MIN__;2.22507385850720138309023271733240406e-308F64;__FLT64_EPSILON__;2.22044604925031308084726333618164062e-16F64;__FLT64_DENORM_MIN__;4.94065645841246544176568792868221372e-324F64;__FLT64_HAS_DENORM__;1;__FLT64_HAS_INFINITY__;1;__FLT64_HAS_QUIET_NAN__;1;__FLT128_MANT_DIG__;113;__FLT128_DIG__;33;__FLT128_MIN_EXP__;(-16381);__FLT128_MIN_10_EXP__;(-4931);__FLT128_MAX_EXP__;16384;__FLT128_MAX_10_EXP__;4932;__FLT128_DECIMAL_DIG__;36;__FLT128_MAX__;1.18973149535723176508575932662800702e+4932F128;__FLT128_MIN__;3.36210314311209350626267781732175260e-4932F128;__FLT128_EPSILON__;1.92592994438723585305597794258492732e-34F128;__FLT128_DENORM_MIN__;6.47517511943802511092443895822764655e-4966F128;__FLT128_HAS_DENORM__;1;__FLT128_HAS_INFINITY__;1;__FLT128_HAS_QUIET_NAN__;1;__FLT32X_MANT_DIG__;53;__FLT32X_DIG__;15;__FLT32X_MIN_EXP__;(-1021);__FLT32X_MIN_10_EXP__;(-307);__FLT32X_MAX_EXP__;1024;__FLT32X_MAX_10_EXP__;308;__FLT32X_DECIMAL_DIG__;17;__FLT32X_MAX__;1.79769313486231570814527423731704357e+308F32x;__FLT32X_MIN__;2.22507385850720138309023271733240406e-308F32x;__FLT32X_EPSILON__;2.22044604925031308084726333618164062e-16F32x;__FLT32X_DENORM_MIN__;4.94065645841246544176568792868221372e-324F32x;__FLT32X_HAS_DENORM__;1;__FLT32X_HAS_INFINITY__;1;__FLT32X_HAS_QUIET_NAN__;1;__FLT64X_MANT_DIG__;64;__FLT64X_DIG__;18;__FLT64X_MIN_EXP__;(-16381);__FLT64X_MIN_10_EXP__;(-4931);__FLT64X_MAX_EXP__;16384;__FLT64X_MAX_10_EXP__;4932;__FLT64X_DECIMAL_DIG__;21;__FLT64X_MAX__;1.18973149535723176502126385303097021e+4932F64x;__FLT64X_MIN__;3.36210314311209350626267781732175260e-4932F64x;__FLT64X_EPSILON__;1.08420217248550443400745280086994171e-19F64x;__FLT64X_DENORM_MIN__;3.64519953188247460252840593361941982e-4951F64x;__FLT64X_HAS_DENORM__;1;__FLT64X_HAS_INFINITY__;1;__FLT64X_HAS_QUIET_NAN__;1;__DEC32_MANT_DIG__;7;__DEC32_MIN_EXP__;(-94);__DEC32_MAX_EXP__;97;__DEC32_MIN__;1E-95DF;__DEC32_MAX__;9.999999E96DF;__DEC32_EPSILON__;1E-6DF;__DEC32_SUBNORMAL_MIN__;0.000001E-95DF;__DEC64_MANT_DIG__;16;__DEC64_MIN_EXP__;(-382);__DEC64_MAX_EXP__;385;__DEC64_MIN__;1E-383DD;__DEC64_MAX__;9.999999999999999E384DD;__DEC64_EPSILON__;1E-15DD;__DEC64_SUBNORMAL_MIN__;0.000000000000001E-383DD;__DEC128_MANT_DIG__;34;__DEC128_MIN_EXP__;(-6142);__DEC128_MAX_EXP__;6145;__DEC128_MIN__;1E-6143DL;__DEC128_MAX__;9.999999999999999999999999999999999E6144DL;__DEC128_EPSILON__;1E-33DL;__DEC128_SUBNORMAL_MIN__;0.000000000000000000000000000000001E-6143DL;__REGISTER_PREFIX__; ;__USER_LABEL_PREFIX__; ;__GNUC_STDC_INLINE__;1;__NO_INLINE__;1;__WCHAR_UNSIGNED__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16;1;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__PRAGMA_REDEFINE_EXTNAME;1;__SIZEOF_INT128__;16;__SIZEOF_WCHAR_T__;2;__SIZEOF_WINT_T__;2;__SIZEOF_PTRDIFF_T__;8;__amd64;1;__amd64__;1;__x86_64;1;__x86_64__;1;__SIZEOF_FLOAT80__;16;__SIZEOF_FLOAT128__;16;__ATOMIC_HLE_ACQUIRE;65536;__ATOMIC_HLE_RELEASE;131072;__GCC_ASM_FLAG_OUTPUTS__;1;__nocona;1;__nocona__;1;__tune_core2__;1;__code_model_medium__;1;__MMX__;1;__SSE__;1;__SSE2__;1;__SSE3__;1;__FXSR__;1;__SSE_MATH__;1;__SSE2_MATH__;1;__SEG_FS;1;__SEG_GS;1;__SEH__;1;__stdcall;__attribute__((__stdcall__));__fastcall;__attribute__((__fastcall__));__thiscall;__attribute__((__thiscall__));__cdecl;__attribute__((__cdecl__));_stdcall;__attribute__((__stdcall__));_fastcall;__attribute__((__fastcall__));_thiscall;__attribute__((__thiscall__));_cdecl;__attribute__((__cdecl__));__GXX_MERGED_TYPEINFO_NAMES;0;__GXX_TYPEINFO_EQUALITY_INLINE;0;__MSVCRT__;1;__MINGW32__;1;_WIN32;1;__WIN32;1;__WIN32__;1;WIN32;1;__WINNT;1;__WINNT__;1;WINNT;1;_INTEGRAL_MAX_BITS;64;__MINGW64__;1;__WIN64;1;__WIN64__;1;WIN64;1;_WIN64;1;__declspec(x);__attribute__((x));__DECIMAL_BID_FORMAT__;1;_REENTRANT;1" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CXX compiler system include directories" + } + ], + "type" : "INTERNAL", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "D:/LMS/DB/Debug64/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator." + } + ], + "type" : "INTERNAL", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GNUtoMS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Convert GNU import libraries to MS format (requires Visual Studio)" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "D:/LMS/DB/DataBaseLMS" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "C:/Program Files (x86)/DataBaseLMS" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ld.exe" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program used to build from build.ninja files." + } + ], + "type" : "FILEPATH", + "value" : "C:/msys64/mingw64/bin/ninja.exe" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/nm.exe" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/objcopy.exe" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/objdump.exe" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PREFIX_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "DataBaseLMS" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ranlib.exe" + }, + { + "name" : "CMAKE_RC_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "RC compiler" + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/windres.exe" + }, + { + "name" : "CMAKE_RC_COMPILER_WORKS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_RC_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/readelf.exe" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "C:/msys64/mingw64/share/cmake" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/strip.exe" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_TAPI-NOTFOUND" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "DataBaseLMS_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "D:/LMS/DB/Debug64" + }, + { + "name" : "DataBaseLMS_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "DataBaseLMS_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;Qt5::Widgets;general;Qt5::Sql;" + }, + { + "name" : "DataBaseLMS_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "D:/LMS/DB/DataBaseLMS" + }, + { + "name" : "QT_QMAKE_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/bin/qmake.exe" + }, + { + "name" : "Qt5Core_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Core." + } + ], + "type" : "PATH", + "value" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core" + }, + { + "name" : "Qt5Gui_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Gui." + } + ], + "type" : "PATH", + "value" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui" + }, + { + "name" : "Qt5Sql_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Sql." + } + ], + "type" : "PATH", + "value" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql" + }, + { + "name" : "Qt5Widgets_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Widgets." + } + ], + "type" : "PATH", + "value" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets" + }, + { + "name" : "Qt5_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5." + } + ], + "type" : "PATH", + "value" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/DB/Debug64/.cmake/api/v1/reply/cmakeFiles-v1-be4fabc32a43631b816e.json b/DB/Debug64/.cmake/api/v1/reply/cmakeFiles-v1-be4fabc32a43631b816e.json new file mode 100644 index 0000000..6020d00 --- /dev/null +++ b/DB/Debug64/.cmake/api/v1/reply/cmakeFiles-v1-be4fabc32a43631b816e.json @@ -0,0 +1,653 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeSystem.cmake.in" + }, + { + "isGenerated" : true, + "path" : "D:/LMS/DB/Debug64/CMakeFiles/3.28.3/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeNinjaFindMake.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-Initialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-Determine-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompilerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeCompilerIdDetection.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeFindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "D:/LMS/DB/Debug64/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Platform/WindowsPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeFindCodeBlocks.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/ProcessorCount.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineRCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeRCCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "D:/LMS/DB/Debug64/CMakeFiles/3.28.3/CMakeRCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeRCInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-windres.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeTestRCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeTestCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompilerABI.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompileFeatures.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Internal/FeatureTesting.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "D:/LMS/DB/Debug64/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU-CXX-ABI.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ModuleLocation.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfig.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QICNSPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTgaPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTiffPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QVirtualKeyboardPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWbmpPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWebGLIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWebpPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWindowsDirect2DIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWindowsIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5Widgets_QWindowsVistaStylePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ModuleLocation.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5SqlConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5SqlConfig.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QODBCDriverPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QPSQLDriverPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QSQLiteDriverPlugin.cmake" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "D:/LMS/DB/Debug64", + "source" : "D:/LMS/DB/DataBaseLMS" + }, + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/DB/Debug64/.cmake/api/v1/reply/codemodel-v2-eb359b46315ee3c40abc.json b/DB/Debug64/.cmake/api/v1/reply/codemodel-v2-eb359b46315ee3c40abc.json new file mode 100644 index 0000000..711c221 --- /dev/null +++ b/DB/Debug64/.cmake/api/v1/reply/codemodel-v2-eb359b46315ee3c40abc.json @@ -0,0 +1,69 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "jsonFile" : "directory-.-Debug-d0094a50bb2071803777.json", + "minimumCMakeVersion" : + { + "string" : "3.5" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "DataBaseLMS", + "targetIndexes" : + [ + 0, + 1 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "DataBaseLMS::@6890427a1f51a3e7e1df", + "jsonFile" : "target-DataBaseLMS-Debug-5e09e2493e7e8681ebb4.json", + "name" : "DataBaseLMS", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "DataBaseLMS_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-DataBaseLMS_autogen-Debug-8fe5947da04db9b940ae.json", + "name" : "DataBaseLMS_autogen", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "D:/LMS/DB/Debug64", + "source" : "D:/LMS/DB/DataBaseLMS" + }, + "version" : + { + "major" : 2, + "minor" : 6 + } +} diff --git a/DB/Debug64/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json b/DB/Debug64/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json new file mode 100644 index 0000000..3a67af9 --- /dev/null +++ b/DB/Debug64/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/DB/Debug64/.cmake/api/v1/reply/index-2024-10-30T09-29-12-0568.json b/DB/Debug64/.cmake/api/v1/reply/index-2024-10-30T09-29-12-0568.json new file mode 100644 index 0000000..e83c982 --- /dev/null +++ b/DB/Debug64/.cmake/api/v1/reply/index-2024-10-30T09-29-12-0568.json @@ -0,0 +1,89 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "C:/msys64/mingw64/bin/cmake.exe", + "cpack" : "C:/msys64/mingw64/bin/cpack.exe", + "ctest" : "C:/msys64/mingw64/bin/ctest.exe", + "root" : "C:/msys64/mingw64/share/cmake" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 28, + "patch" : 3, + "string" : "3.28.3", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-eb359b46315ee3c40abc.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 6 + } + }, + { + "jsonFile" : "cache-v2-7bc1b3d427d2551cbec7.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-be4fabc32a43631b816e.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-7bc1b3d427d2551cbec7.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-be4fabc32a43631b816e.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-eb359b46315ee3c40abc.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 6 + } + } + } +} diff --git a/DB/Debug64/.cmake/api/v1/reply/target-DataBaseLMS-Debug-5e09e2493e7e8681ebb4.json b/DB/Debug64/.cmake/api/v1/reply/target-DataBaseLMS-Debug-5e09e2493e7e8681ebb4.json new file mode 100644 index 0000000..9ba4868 --- /dev/null +++ b/DB/Debug64/.cmake/api/v1/reply/target-DataBaseLMS-Debug-5e09e2493e7e8681ebb4.json @@ -0,0 +1,332 @@ +{ + "artifacts" : + [ + { + "path" : "libDataBaseLMS.dll" + }, + { + "path" : "libDataBaseLMS.dll.a" + }, + { + "path" : "libDataBaseLMS.pdb" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "target_link_libraries", + "set_property", + "_populate_Widgets_target_properties", + "find_package", + "target_compile_definitions" + ], + "files" : + [ + "CMakeLists.txt", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5Config.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 15, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 27, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 28, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 12, + "parent" : 0 + }, + { + "file" : 2, + "parent" : 4 + }, + { + "command" : 4, + "file" : 2, + "line" : 28, + "parent" : 5 + }, + { + "file" : 1, + "parent" : 6 + }, + { + "command" : 3, + "file" : 1, + "line" : 185, + "parent" : 7 + }, + { + "command" : 2, + "file" : 1, + "line" : 45, + "parent" : 8 + }, + { + "command" : 5, + "file" : 0, + "line" : 30, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu++11" + } + ], + "defines" : + [ + { + "backtrace" : 10, + "define" : "DATABASELMS_LIBRARY" + }, + { + "define" : "DataBaseLMS_EXPORTS" + }, + { + "backtrace" : 2, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 2, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_SQL_LIB" + }, + { + "backtrace" : 2, + "define" : "QT_WIDGETS_LIB" + } + ], + "includes" : + [ + { + "path" : "D:/LMS/DB/Debug64" + }, + { + "path" : "D:/LMS/DB/DataBaseLMS" + }, + { + "backtrace" : 0, + "path" : "D:/LMS/DB/Debug64/DataBaseLMS_autogen/include" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 2 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0, + 2, + 4, + 7, + 8 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 0, + "id" : "DataBaseLMS_autogen::@6890427a1f51a3e7e1df" + } + ], + "id" : "DataBaseLMS::@6890427a1f51a3e7e1df", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "C:\\Qt\\Qt5.14.2\\5.14.2\\mingw73_64\\lib\\libQt5Widgets.a", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "C:\\Qt\\Qt5.14.2\\5.14.2\\mingw73_64\\lib\\libQt5Sql.a", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "C:\\Qt\\Qt5.14.2\\5.14.2\\mingw73_64\\lib\\libQt5Gui.a", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "C:\\Qt\\Qt5.14.2\\5.14.2\\mingw73_64\\lib\\libQt5Core.a", + "role" : "libraries" + }, + { + "fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "DataBaseLMS", + "nameOnDisk" : "libDataBaseLMS.dll", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4, + 7, + 8 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3, + 5, + 6, + 9 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "D:/LMS/DB/Debug64/DataBaseLMS_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "DataBaseLMS_global.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "databaselms.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "databaselms.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "instructor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "instructor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "trainee.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "trainee.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "group.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "group.h", + "sourceGroupIndex" : 1 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/DB/Debug64/.cmake/api/v1/reply/target-DataBaseLMS_autogen-Debug-8fe5947da04db9b940ae.json b/DB/Debug64/.cmake/api/v1/reply/target-DataBaseLMS_autogen-Debug-8fe5947da04db9b940ae.json new file mode 100644 index 0000000..1237ad8 --- /dev/null +++ b/DB/Debug64/.cmake/api/v1/reply/target-DataBaseLMS_autogen-Debug-8fe5947da04db9b940ae.json @@ -0,0 +1,58 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "id" : "DataBaseLMS_autogen::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "DataBaseLMS_autogen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "D:/LMS/DB/Debug64/CMakeFiles/DataBaseLMS_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "D:/LMS/DB/Debug64/CMakeFiles/DataBaseLMS_autogen.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/DB/Debug64/.ninja_deps b/DB/Debug64/.ninja_deps new file mode 100644 index 0000000..272b519 Binary files /dev/null and b/DB/Debug64/.ninja_deps differ diff --git a/DB/Debug64/.ninja_log b/DB/Debug64/.ninja_log new file mode 100644 index 0000000..973252d --- /dev/null +++ b/DB/Debug64/.ninja_log @@ -0,0 +1,25 @@ +# ninja log v5 +11 31 0 CMakeFiles/clean.additional 7155004b3956b606 +82 654 7519802805204678 CMakeFiles/DataBaseLMS.dir/group.cpp.obj fc1ff14a1cd42622 +31 38 0 clean 9c4b4372737ab8da +11 72 0 CMakeFiles/DataBaseLMS_autogen 156cf3f7a34bfd5 +11 72 0 DataBaseLMS_autogen/mocs_compilation.cpp 156cf3f7a34bfd5 +11 72 0 D:/LMS/DB/Debug64/CMakeFiles/DataBaseLMS_autogen 156cf3f7a34bfd5 +11 72 0 D:/LMS/DB/Debug64/DataBaseLMS_autogen/mocs_compilation.cpp 156cf3f7a34bfd5 +73 113 7519802799793953 CMakeFiles/DataBaseLMS.dir/DataBaseLMS_autogen/mocs_compilation.cpp.obj 53b07b739af64f20 +75 2032 7519802818963071 CMakeFiles/DataBaseLMS.dir/databaselms.cpp.obj 67d891683162aee3 +2032 2162 7519802820272457 libDataBaseLMS.dll ff7ea32bf6d01e45 +2032 2162 7519802820272457 libDataBaseLMS.dll.a ff7ea32bf6d01e45 +77 523 7519802803893816 CMakeFiles/DataBaseLMS.dir/instructor.cpp.obj 2a37af7e985f2106 +80 532 7519802803982705 CMakeFiles/DataBaseLMS.dir/trainee.cpp.obj f4ab96ee018c2f0f +16 84 0 CMakeFiles/DataBaseLMS_autogen 156cf3f7a34bfd5 +16 84 0 DataBaseLMS_autogen/mocs_compilation.cpp 156cf3f7a34bfd5 +16 84 0 D:/LMS/DB/Debug64/CMakeFiles/DataBaseLMS_autogen 156cf3f7a34bfd5 +16 84 0 D:/LMS/DB/Debug64/DataBaseLMS_autogen/mocs_compilation.cpp 156cf3f7a34bfd5 +84 118 7519837574371510 CMakeFiles/DataBaseLMS.dir/DataBaseLMS_autogen/mocs_compilation.cpp.obj 53b07b739af64f20 +89 536 7519837578532627 CMakeFiles/DataBaseLMS.dir/instructor.cpp.obj 2a37af7e985f2106 +92 536 7519837578542321 CMakeFiles/DataBaseLMS.dir/trainee.cpp.obj f4ab96ee018c2f0f +94 660 7519837579793484 CMakeFiles/DataBaseLMS.dir/group.cpp.obj fc1ff14a1cd42622 +87 2032 7519837593491891 CMakeFiles/DataBaseLMS.dir/databaselms.cpp.obj 67d891683162aee3 +2032 2161 7519837594784379 libDataBaseLMS.dll ff7ea32bf6d01e45 +2032 2161 7519837594784379 libDataBaseLMS.dll.a ff7ea32bf6d01e45 diff --git a/DB/Debug64/CMakeCache.txt b/DB/Debug64/CMakeCache.txt new file mode 100644 index 0000000..b3826c0 --- /dev/null +++ b/DB/Debug64/CMakeCache.txt @@ -0,0 +1,408 @@ +# This is the CMakeCache file. +# For build in directory: d:/LMS/DB/Debug64 +# It was generated by CMake: C:/msys64/mingw64/bin/cmake.exe +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/addr2line.exe + +//Path to a program. +CMAKE_AR:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ar.exe + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//Id string of the compiler for the CodeBlocks IDE. Automatically +// detected when left empty +CMAKE_CODEBLOCKS_COMPILER_ID:STRING= + +//The CodeBlocks executable +CMAKE_CODEBLOCKS_EXECUTABLE:FILEPATH=CMAKE_CODEBLOCKS_EXECUTABLE-NOTFOUND + +//Additional command line arguments when CodeBlocks invokes make. +// Enter e.g. -j to get parallel builds +CMAKE_CODEBLOCKS_MAKE_ARGUMENTS:STRING= + +//CXX compiler +CMAKE_CXX_COMPILER:STRING=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/g++.exe + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc-ar.exe + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc-ranlib.exe + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Libraries linked by default with all C++ applications. +CMAKE_CXX_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:STRING=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc.exe + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/dlltool.exe + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=D:/LMS/DB/Debug64/CMakeFiles/pkgRedirects + +//Convert GNU import libraries to MS format (requires Visual Studio) +CMAKE_GNUtoMS:BOOL=OFF + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/DataBaseLMS + +//Path to a program. +CMAKE_LINKER:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ld.exe + +//Program used to build from build.ninja files. +CMAKE_MAKE_PROGRAM:FILEPATH=C:/msys64/mingw64/bin/ninja.exe + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/nm.exe + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/objcopy.exe + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/objdump.exe + +//No help, variable specified on the command line. +CMAKE_PREFIX_PATH:STRING=C:/Qt/Qt5.14.2/5.14.2/mingw73_64 + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=DataBaseLMS + +//Path to a program. +CMAKE_RANLIB:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ranlib.exe + +//RC compiler +CMAKE_RC_COMPILER:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/windres.exe + +//Flags for Windows Resource Compiler during all build types. +CMAKE_RC_FLAGS:STRING= + +//Flags for Windows Resource Compiler during DEBUG builds. +CMAKE_RC_FLAGS_DEBUG:STRING= + +//Flags for Windows Resource Compiler during MINSIZEREL builds. +CMAKE_RC_FLAGS_MINSIZEREL:STRING= + +//Flags for Windows Resource Compiler during RELEASE builds. +CMAKE_RC_FLAGS_RELEASE:STRING= + +//Flags for Windows Resource Compiler during RELWITHDEBINFO builds. +CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_READELF:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/readelf.exe + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/strip.exe + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Value Computed by CMake +DataBaseLMS_BINARY_DIR:STATIC=D:/LMS/DB/Debug64 + +//Value Computed by CMake +DataBaseLMS_IS_TOP_LEVEL:STATIC=ON + +//Dependencies for the target +DataBaseLMS_LIB_DEPENDS:STATIC=general;Qt5::Widgets;general;Qt5::Sql; + +//Value Computed by CMake +DataBaseLMS_SOURCE_DIR:STATIC=D:/LMS/DB/DataBaseLMS + +//No help, variable specified on the command line. +QT_QMAKE_EXECUTABLE:STRING=C:/Qt/Qt5.14.2/5.14.2/mingw73_64/bin/qmake.exe + +//The directory containing a CMake configuration file for Qt5Core. +Qt5Core_DIR:PATH=C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core + +//The directory containing a CMake configuration file for Qt5Gui. +Qt5Gui_DIR:PATH=C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui + +//The directory containing a CMake configuration file for Qt5Sql. +Qt5Sql_DIR:PATH=C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql + +//The directory containing a CMake configuration file for Qt5Widgets. +Qt5Widgets_DIR:PATH=C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets + +//The directory containing a CMake configuration file for Qt5. +Qt5_DIR:PATH=C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5 + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=d:/LMS/DB/Debug64 +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=28 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=C:/msys64/mingw64/bin/cmake.exe +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=C:/msys64/mingw64/bin/cpack.exe +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=C:/msys64/mingw64/bin/ctest.exe +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES +CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL=CodeBlocks +//CXX compiler system defined macros +CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_DEFINED_MACROS:INTERNAL=__STDC__;1;__cplusplus;201402L;__STDC_UTF_16__;1;__STDC_UTF_32__;1;__STDC_HOSTED__;1;__GNUC__;7;__GNUC_MINOR__;3;__GNUC_PATCHLEVEL__;0;__VERSION__;"7.3.0";__ATOMIC_RELAXED;0;__ATOMIC_SEQ_CST;5;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_CONSUME;1;__pic__;1;__PIC__;1;__FINITE_MATH_ONLY__;0;__SIZEOF_INT__;4;__SIZEOF_LONG__;4;__SIZEOF_LONG_LONG__;8;__SIZEOF_SHORT__;2;__SIZEOF_FLOAT__;4;__SIZEOF_DOUBLE__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_SIZE_T__;8;__CHAR_BIT__;8;__BIGGEST_ALIGNMENT__;16;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__FLOAT_WORD_ORDER__;__ORDER_LITTLE_ENDIAN__;__SIZEOF_POINTER__;8;__GNUG__;7;__SIZE_TYPE__;long long unsigned int;__PTRDIFF_TYPE__;long long int;__WCHAR_TYPE__;short unsigned int;__WINT_TYPE__;short unsigned int;__INTMAX_TYPE__;long long int;__UINTMAX_TYPE__;long long unsigned int;__CHAR16_TYPE__;short unsigned int;__CHAR32_TYPE__;unsigned int;__SIG_ATOMIC_TYPE__;int;__INT8_TYPE__;signed char;__INT16_TYPE__;short int;__INT32_TYPE__;int;__INT64_TYPE__;long long int;__UINT8_TYPE__;unsigned char;__UINT16_TYPE__;short unsigned int;__UINT32_TYPE__;unsigned int;__UINT64_TYPE__;long long unsigned int;__INT_LEAST8_TYPE__;signed char;__INT_LEAST16_TYPE__;short int;__INT_LEAST32_TYPE__;int;__INT_LEAST64_TYPE__;long long int;__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST16_TYPE__;short unsigned int;__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST64_TYPE__;long long unsigned int;__INT_FAST8_TYPE__;signed char;__INT_FAST16_TYPE__;short int;__INT_FAST32_TYPE__;int;__INT_FAST64_TYPE__;long long int;__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST16_TYPE__;short unsigned int;__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST64_TYPE__;long long unsigned int;__INTPTR_TYPE__;long long int;__UINTPTR_TYPE__;long long unsigned int;__has_include(STR);__has_include__(STR);__has_include_next(STR);__has_include_next__(STR);__GXX_WEAK__;1;__DEPRECATED;1;__GXX_RTTI;1;__cpp_rtti;199711;__GXX_EXPERIMENTAL_CXX0X__;1;__cpp_binary_literals;201304;__cpp_hex_float;201603;__cpp_runtime_arrays;198712;__cpp_unicode_characters;200704;__cpp_raw_strings;200710;__cpp_unicode_literals;200710;__cpp_user_defined_literals;200809;__cpp_lambdas;200907;__cpp_range_based_for;200907;__cpp_static_assert;200410;__cpp_decltype;200707;__cpp_attributes;200809;__cpp_rvalue_reference;200610;__cpp_rvalue_references;200610;__cpp_variadic_templates;200704;__cpp_initializer_lists;200806;__cpp_delegating_constructors;200604;__cpp_nsdmi;200809;__cpp_inheriting_constructors;201511;__cpp_ref_qualifiers;200710;__cpp_alias_templates;200704;__cpp_return_type_deduction;201304;__cpp_init_captures;201304;__cpp_generic_lambdas;201304;__cpp_constexpr;201304;__cpp_decltype_auto;201304;__cpp_aggregate_nsdmi;201304;__cpp_variable_templates;201304;__cpp_digit_separators;201309;__cpp_sized_deallocation;201309;__cpp_threadsafe_static_init;200806;__EXCEPTIONS;1;__cpp_exceptions;199711;__GXX_ABI_VERSION;1011;__SCHAR_MAX__;0x7f;__SHRT_MAX__;0x7fff;__INT_MAX__;0x7fffffff;__LONG_MAX__;0x7fffffffL;__LONG_LONG_MAX__;0x7fffffffffffffffLL;__WCHAR_MAX__;0xffff;__WCHAR_MIN__;0;__WINT_MAX__;0xffff;__WINT_MIN__;0;__PTRDIFF_MAX__;0x7fffffffffffffffLL;__SIZE_MAX__;0xffffffffffffffffULL;__SCHAR_WIDTH__;8;__SHRT_WIDTH__;16;__INT_WIDTH__;32;__LONG_WIDTH__;32;__LONG_LONG_WIDTH__;64;__WCHAR_WIDTH__;16;__WINT_WIDTH__;16;__PTRDIFF_WIDTH__;64;__SIZE_WIDTH__;64;__GLIBCXX_TYPE_INT_N_0;__int128;__GLIBCXX_BITSIZE_INT_N_0;128;__INTMAX_MAX__;0x7fffffffffffffffLL;__INTMAX_C(c);c ## LL;__UINTMAX_MAX__;0xffffffffffffffffULL;__UINTMAX_C(c);c ## ULL;__INTMAX_WIDTH__;64;__SIG_ATOMIC_MAX__;0x7fffffff;__SIG_ATOMIC_MIN__;(-__SIG_ATOMIC_MAX__ - 1);__SIG_ATOMIC_WIDTH__;32;__INT8_MAX__;0x7f;__INT16_MAX__;0x7fff;__INT32_MAX__;0x7fffffff;__INT64_MAX__;0x7fffffffffffffffLL;__UINT8_MAX__;0xff;__UINT16_MAX__;0xffff;__UINT32_MAX__;0xffffffffU;__UINT64_MAX__;0xffffffffffffffffULL;__INT_LEAST8_MAX__;0x7f;__INT8_C(c);c;__INT_LEAST8_WIDTH__;8;__INT_LEAST16_MAX__;0x7fff;__INT16_C(c);c;__INT_LEAST16_WIDTH__;16;__INT_LEAST32_MAX__;0x7fffffff;__INT32_C(c);c;__INT_LEAST32_WIDTH__;32;__INT_LEAST64_MAX__;0x7fffffffffffffffLL;__INT64_C(c);c ## LL;__INT_LEAST64_WIDTH__;64;__UINT_LEAST8_MAX__;0xff;__UINT8_C(c);c;__UINT_LEAST16_MAX__;0xffff;__UINT16_C(c);c;__UINT_LEAST32_MAX__;0xffffffffU;__UINT32_C(c);c ## U;__UINT_LEAST64_MAX__;0xffffffffffffffffULL;__UINT64_C(c);c ## ULL;__INT_FAST8_MAX__;0x7f;__INT_FAST8_WIDTH__;8;__INT_FAST16_MAX__;0x7fff;__INT_FAST16_WIDTH__;16;__INT_FAST32_MAX__;0x7fffffff;__INT_FAST32_WIDTH__;32;__INT_FAST64_MAX__;0x7fffffffffffffffLL;__INT_FAST64_WIDTH__;64;__UINT_FAST8_MAX__;0xff;__UINT_FAST16_MAX__;0xffff;__UINT_FAST32_MAX__;0xffffffffU;__UINT_FAST64_MAX__;0xffffffffffffffffULL;__INTPTR_MAX__;0x7fffffffffffffffLL;__INTPTR_WIDTH__;64;__UINTPTR_MAX__;0xffffffffffffffffULL;__GCC_IEC_559;2;__GCC_IEC_559_COMPLEX;2;__FLT_EVAL_METHOD__;0;__FLT_EVAL_METHOD_TS_18661_3__;0;__DEC_EVAL_METHOD__;2;__FLT_RADIX__;2;__FLT_MANT_DIG__;24;__FLT_DIG__;6;__FLT_MIN_EXP__;(-125);__FLT_MIN_10_EXP__;(-37);__FLT_MAX_EXP__;128;__FLT_MAX_10_EXP__;38;__FLT_DECIMAL_DIG__;9;__FLT_MAX__;3.40282346638528859811704183484516925e+38F;__FLT_MIN__;1.17549435082228750796873653722224568e-38F;__FLT_EPSILON__;1.19209289550781250000000000000000000e-7F;__FLT_DENORM_MIN__;1.40129846432481707092372958328991613e-45F;__FLT_HAS_DENORM__;1;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_DIG__;15;__DBL_MIN_EXP__;(-1021);__DBL_MIN_10_EXP__;(-307);__DBL_MAX_EXP__;1024;__DBL_MAX_10_EXP__;308;__DBL_DECIMAL_DIG__;17;__DBL_MAX__;double(1.79769313486231570814527423731704357e+308L);__DBL_MIN__;double(2.22507385850720138309023271733240406e-308L);__DBL_EPSILON__;double(2.22044604925031308084726333618164062e-16L);__DBL_DENORM_MIN__;double(4.94065645841246544176568792868221372e-324L);__DBL_HAS_DENORM__;1;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_DIG__;18;__LDBL_MIN_EXP__;(-16381);__LDBL_MIN_10_EXP__;(-4931);__LDBL_MAX_EXP__;16384;__LDBL_MAX_10_EXP__;4932;__DECIMAL_DIG__;21;__LDBL_DECIMAL_DIG__;21;__LDBL_MAX__;1.18973149535723176502126385303097021e+4932L;__LDBL_MIN__;3.36210314311209350626267781732175260e-4932L;__LDBL_EPSILON__;1.08420217248550443400745280086994171e-19L;__LDBL_DENORM_MIN__;3.64519953188247460252840593361941982e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__FLT32_MANT_DIG__;24;__FLT32_DIG__;6;__FLT32_MIN_EXP__;(-125);__FLT32_MIN_10_EXP__;(-37);__FLT32_MAX_EXP__;128;__FLT32_MAX_10_EXP__;38;__FLT32_DECIMAL_DIG__;9;__FLT32_MAX__;3.40282346638528859811704183484516925e+38F32;__FLT32_MIN__;1.17549435082228750796873653722224568e-38F32;__FLT32_EPSILON__;1.19209289550781250000000000000000000e-7F32;__FLT32_DENORM_MIN__;1.40129846432481707092372958328991613e-45F32;__FLT32_HAS_DENORM__;1;__FLT32_HAS_INFINITY__;1;__FLT32_HAS_QUIET_NAN__;1;__FLT64_MANT_DIG__;53;__FLT64_DIG__;15;__FLT64_MIN_EXP__;(-1021);__FLT64_MIN_10_EXP__;(-307);__FLT64_MAX_EXP__;1024;__FLT64_MAX_10_EXP__;308;__FLT64_DECIMAL_DIG__;17;__FLT64_MAX__;1.79769313486231570814527423731704357e+308F64;__FLT64_MIN__;2.22507385850720138309023271733240406e-308F64;__FLT64_EPSILON__;2.22044604925031308084726333618164062e-16F64;__FLT64_DENORM_MIN__;4.94065645841246544176568792868221372e-324F64;__FLT64_HAS_DENORM__;1;__FLT64_HAS_INFINITY__;1;__FLT64_HAS_QUIET_NAN__;1;__FLT128_MANT_DIG__;113;__FLT128_DIG__;33;__FLT128_MIN_EXP__;(-16381);__FLT128_MIN_10_EXP__;(-4931);__FLT128_MAX_EXP__;16384;__FLT128_MAX_10_EXP__;4932;__FLT128_DECIMAL_DIG__;36;__FLT128_MAX__;1.18973149535723176508575932662800702e+4932F128;__FLT128_MIN__;3.36210314311209350626267781732175260e-4932F128;__FLT128_EPSILON__;1.92592994438723585305597794258492732e-34F128;__FLT128_DENORM_MIN__;6.47517511943802511092443895822764655e-4966F128;__FLT128_HAS_DENORM__;1;__FLT128_HAS_INFINITY__;1;__FLT128_HAS_QUIET_NAN__;1;__FLT32X_MANT_DIG__;53;__FLT32X_DIG__;15;__FLT32X_MIN_EXP__;(-1021);__FLT32X_MIN_10_EXP__;(-307);__FLT32X_MAX_EXP__;1024;__FLT32X_MAX_10_EXP__;308;__FLT32X_DECIMAL_DIG__;17;__FLT32X_MAX__;1.79769313486231570814527423731704357e+308F32x;__FLT32X_MIN__;2.22507385850720138309023271733240406e-308F32x;__FLT32X_EPSILON__;2.22044604925031308084726333618164062e-16F32x;__FLT32X_DENORM_MIN__;4.94065645841246544176568792868221372e-324F32x;__FLT32X_HAS_DENORM__;1;__FLT32X_HAS_INFINITY__;1;__FLT32X_HAS_QUIET_NAN__;1;__FLT64X_MANT_DIG__;64;__FLT64X_DIG__;18;__FLT64X_MIN_EXP__;(-16381);__FLT64X_MIN_10_EXP__;(-4931);__FLT64X_MAX_EXP__;16384;__FLT64X_MAX_10_EXP__;4932;__FLT64X_DECIMAL_DIG__;21;__FLT64X_MAX__;1.18973149535723176502126385303097021e+4932F64x;__FLT64X_MIN__;3.36210314311209350626267781732175260e-4932F64x;__FLT64X_EPSILON__;1.08420217248550443400745280086994171e-19F64x;__FLT64X_DENORM_MIN__;3.64519953188247460252840593361941982e-4951F64x;__FLT64X_HAS_DENORM__;1;__FLT64X_HAS_INFINITY__;1;__FLT64X_HAS_QUIET_NAN__;1;__DEC32_MANT_DIG__;7;__DEC32_MIN_EXP__;(-94);__DEC32_MAX_EXP__;97;__DEC32_MIN__;1E-95DF;__DEC32_MAX__;9.999999E96DF;__DEC32_EPSILON__;1E-6DF;__DEC32_SUBNORMAL_MIN__;0.000001E-95DF;__DEC64_MANT_DIG__;16;__DEC64_MIN_EXP__;(-382);__DEC64_MAX_EXP__;385;__DEC64_MIN__;1E-383DD;__DEC64_MAX__;9.999999999999999E384DD;__DEC64_EPSILON__;1E-15DD;__DEC64_SUBNORMAL_MIN__;0.000000000000001E-383DD;__DEC128_MANT_DIG__;34;__DEC128_MIN_EXP__;(-6142);__DEC128_MAX_EXP__;6145;__DEC128_MIN__;1E-6143DL;__DEC128_MAX__;9.999999999999999999999999999999999E6144DL;__DEC128_EPSILON__;1E-33DL;__DEC128_SUBNORMAL_MIN__;0.000000000000000000000000000000001E-6143DL;__REGISTER_PREFIX__; ;__USER_LABEL_PREFIX__; ;__GNUC_STDC_INLINE__;1;__NO_INLINE__;1;__WCHAR_UNSIGNED__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16;1;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__PRAGMA_REDEFINE_EXTNAME;1;__SIZEOF_INT128__;16;__SIZEOF_WCHAR_T__;2;__SIZEOF_WINT_T__;2;__SIZEOF_PTRDIFF_T__;8;__amd64;1;__amd64__;1;__x86_64;1;__x86_64__;1;__SIZEOF_FLOAT80__;16;__SIZEOF_FLOAT128__;16;__ATOMIC_HLE_ACQUIRE;65536;__ATOMIC_HLE_RELEASE;131072;__GCC_ASM_FLAG_OUTPUTS__;1;__nocona;1;__nocona__;1;__tune_core2__;1;__code_model_medium__;1;__MMX__;1;__SSE__;1;__SSE2__;1;__SSE3__;1;__FXSR__;1;__SSE_MATH__;1;__SSE2_MATH__;1;__SEG_FS;1;__SEG_GS;1;__SEH__;1;__stdcall;__attribute__((__stdcall__));__fastcall;__attribute__((__fastcall__));__thiscall;__attribute__((__thiscall__));__cdecl;__attribute__((__cdecl__));_stdcall;__attribute__((__stdcall__));_fastcall;__attribute__((__fastcall__));_thiscall;__attribute__((__thiscall__));_cdecl;__attribute__((__cdecl__));__GXX_MERGED_TYPEINFO_NAMES;0;__GXX_TYPEINFO_EQUALITY_INLINE;0;__MSVCRT__;1;__MINGW32__;1;_WIN32;1;__WIN32;1;__WIN32__;1;WIN32;1;__WINNT;1;__WINNT__;1;WINNT;1;_INTEGRAL_MAX_BITS;64;__MINGW64__;1;__WIN64;1;__WIN64__;1;WIN64;1;_WIN64;1;__declspec(x);__attribute__((x));__DECIMAL_BID_FORMAT__;1;_REENTRANT;1 +//CXX compiler system include directories +CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_INCLUDE_DIRS:INTERNAL=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Ninja +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=D:/LMS/DB/DataBaseLMS +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_COMPILER +CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1 +CMAKE_RC_COMPILER_WORKS:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS +CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG +CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL +CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE +CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO +CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=C:/msys64/mingw64/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE + diff --git a/DB/Debug64/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake b/DB/Debug64/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..21ef51e --- /dev/null +++ b/DB/Debug64/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake @@ -0,0 +1,85 @@ +set(CMAKE_CXX_COMPILER "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/g++.exe") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "7.3.0") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "") +set(CMAKE_CXX23_COMPILE_FEATURES "") + +set(CMAKE_CXX_PLATFORM_ID "MinGW") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ar.exe") +set(CMAKE_CXX_COMPILER_AR "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc-ar.exe") +set(CMAKE_RANLIB "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ranlib.exe") +set(CMAKE_CXX_COMPILER_RANLIB "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc-ranlib.exe") +set(CMAKE_LINKER "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ld.exe") +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed;C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;mingw32;gcc_s;gcc;moldname;mingwex;pthread;advapi32;shell32;user32;kernel32;iconv;mingw32;gcc_s;gcc;moldname;mingwex") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc;C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/DB/Debug64/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_CXX.bin b/DB/Debug64/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_CXX.bin new file mode 100644 index 0000000..0e8a99a Binary files /dev/null and b/DB/Debug64/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/DB/Debug64/CMakeFiles/3.28.3/CMakeRCCompiler.cmake b/DB/Debug64/CMakeFiles/3.28.3/CMakeRCCompiler.cmake new file mode 100644 index 0000000..72d2a27 --- /dev/null +++ b/DB/Debug64/CMakeFiles/3.28.3/CMakeRCCompiler.cmake @@ -0,0 +1,6 @@ +set(CMAKE_RC_COMPILER "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/windres.exe") +set(CMAKE_RC_COMPILER_ARG1 "") +set(CMAKE_RC_COMPILER_LOADED 1) +set(CMAKE_RC_SOURCE_FILE_EXTENSIONS rc;RC) +set(CMAKE_RC_OUTPUT_EXTENSION .obj) +set(CMAKE_RC_COMPILER_ENV_VAR "RC") diff --git a/DB/Debug64/CMakeFiles/3.28.3/CMakeSystem.cmake b/DB/Debug64/CMakeFiles/3.28.3/CMakeSystem.cmake new file mode 100644 index 0000000..909db20 --- /dev/null +++ b/DB/Debug64/CMakeFiles/3.28.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Windows-10.0.19045") +set(CMAKE_HOST_SYSTEM_NAME "Windows") +set(CMAKE_HOST_SYSTEM_VERSION "10.0.19045") +set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") + + + +set(CMAKE_SYSTEM "Windows-10.0.19045") +set(CMAKE_SYSTEM_NAME "Windows") +set(CMAKE_SYSTEM_VERSION "10.0.19045") +set(CMAKE_SYSTEM_PROCESSOR "AMD64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/DB/Debug64/CMakeFiles/3.28.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/DB/Debug64/CMakeFiles/3.28.3/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..9c9c90e --- /dev/null +++ b/DB/Debug64/CMakeFiles/3.28.3/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,869 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L +# if defined(__INTEL_CXX11_MODE__) +# if defined(__cpp_aggregate_nsdmi) +# define CXX_STD 201402L +# else +# define CXX_STD 201103L +# endif +# else +# define CXX_STD 199711L +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# define CXX_STD _MSVC_LANG +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > 202002L + "23" +#elif CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/DB/Debug64/CMakeFiles/3.28.3/CompilerIdCXX/a.exe b/DB/Debug64/CMakeFiles/3.28.3/CompilerIdCXX/a.exe new file mode 100644 index 0000000..0ffe1c9 Binary files /dev/null and b/DB/Debug64/CMakeFiles/3.28.3/CompilerIdCXX/a.exe differ diff --git a/DB/Debug64/CMakeFiles/CMakeConfigureLog.yaml b/DB/Debug64/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 0000000..d5fd69d --- /dev/null +++ b/DB/Debug64/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,296 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineSystem.cmake:233 (message)" + - "CMakeLists.txt:3 (project)" + message: | + The system is: Windows - 10.0.19045 - AMD64 + - + kind: "message-v1" + backtrace: + - "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:3 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/g++.exe + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.exe" + + The CXX compiler identification is GNU, found in: + D:/LMS/DB/Debug64/CMakeFiles/3.28.3/CompilerIdCXX/a.exe + + - + kind: "try_compile-v1" + backtrace: + - "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)" + - "C:/msys64/mingw64/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "D:/LMS/DB/Debug64/CMakeFiles/CMakeScratch/TryCompile-km6udx" + binary: "D:/LMS/DB/Debug64/CMakeFiles/CMakeScratch/TryCompile-km6udx" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: 'D:/LMS/DB/Debug64/CMakeFiles/CMakeScratch/TryCompile-km6udx' + + Run Build Command(s): C:/msys64/mingw64/bin/ninja.exe -v cmTC_90d43 + [1/2] C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\g++.exe -v -o CMakeFiles/cmTC_90d43.dir/CMakeCXXCompilerABI.cpp.obj -c C:/msys64/mingw64/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\g++.exe + Target: x86_64-w64-mingw32 + Configured with: ../../../src/gcc-7.3.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/lib -L/c/mingw730/prerequisites/x86_64-zlib-static/lib -L/c/mingw730/prerequisites/x86_64-w64-mingw32-static/lib ' + Thread model: posix + gcc version 7.3.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_90d43.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/cc1plus.exe -quiet -v -iprefix C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/ -D_REENTRANT C:/msys64/mingw64/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=core2 -march=nocona -auxbase-strip CMakeFiles/cmTC_90d43.dir/CMakeCXXCompilerABI.cpp.obj -version -o C:\\Users\\KRIVOS~1\\AppData\\Local\\Temp\\cc0WCCIt.s + GNU C++14 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 7.3.0 (x86_64-w64-mingw32) + compiled by GNU C version 7.3.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++" + ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32" + ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward" + ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include" + ignoring nonexistent directory "C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64C:/msys64-2/mingw64/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../include" + ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed" + ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include" + ignoring nonexistent directory "C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/mingw/include" + #include "..." search starts here: + #include <...> search starts here: + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++ + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32 + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include + End of search list. + GNU C++14 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 7.3.0 (x86_64-w64-mingw32) + compiled by GNU C version 7.3.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + Compiler executable checksum: 86cf749bb84a0f12f1d61bff4e68fffd + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_90d43.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles/cmTC_90d43.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\KRIVOS~1\\AppData\\Local\\Temp\\cc0WCCIt.s + GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30 + COMPILER_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ + LIBRARY_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../\x0d + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_90d43.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'\x0d + [2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\g++.exe -v CMakeFiles/cmTC_90d43.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_90d43.exe -Wl,--out-implib,libcmTC_90d43.dll.a -Wl,--major-image-version,0,--minor-image-version,0 && cd ." + Using built-in specs. + COLLECT_GCC=C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\g++.exe + COLLECT_LTO_WRAPPER=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe + Target: x86_64-w64-mingw32 + Configured with: ../../../src/gcc-7.3.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/lib -L/c/mingw730/prerequisites/x86_64-zlib-static/lib -L/c/mingw730/prerequisites/x86_64-w64-mingw32-static/lib ' + Thread model: posix + gcc version 7.3.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) + COMPILER_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ + LIBRARY_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_90d43.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona' + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/collect2.exe -plugin C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/liblto_plugin-0.dll -plugin-opt=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\KRIVOS~1\\AppData\\Local\\Temp\\ccYzBjKv.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_90d43.exe C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0 -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../.. CMakeFiles/cmTC_90d43.dir/CMakeCXXCompilerABI.cpp.obj --out-implib libcmTC_90d43.dll.a --major-image-version 0 --minor-image-version 0 -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o\x0d + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_90d43.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona'\x0d + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:127 (message)" + - "C:/msys64/mingw64/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++] + add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32] + add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward] + add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include] + add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed] + add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include] + end of search list found + collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++] + collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32] + collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward] + collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include] + collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed] + collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/include] + implicit include dirs: [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed;C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/include] + + + - + kind: "message-v1" + backtrace: + - "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:159 (message)" + - "C:/msys64/mingw64/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld\\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + ignore line: [Change Dir: 'D:/LMS/DB/Debug64/CMakeFiles/CMakeScratch/TryCompile-km6udx'] + ignore line: [] + ignore line: [Run Build Command(s): C:/msys64/mingw64/bin/ninja.exe -v cmTC_90d43] + ignore line: [[1/2] C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\g++.exe -v -o CMakeFiles/cmTC_90d43.dir/CMakeCXXCompilerABI.cpp.obj -c C:/msys64/mingw64/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\g++.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../../../src/gcc-7.3.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/lib -L/c/mingw730/prerequisites/x86_64-zlib-static/lib -L/c/mingw730/prerequisites/x86_64-w64-mingw32-static/lib '] + ignore line: [Thread model: posix] + ignore line: [gcc version 7.3.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_90d43.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/cc1plus.exe -quiet -v -iprefix C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/ -D_REENTRANT C:/msys64/mingw64/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=core2 -march=nocona -auxbase-strip CMakeFiles/cmTC_90d43.dir/CMakeCXXCompilerABI.cpp.obj -version -o C:\\Users\\KRIVOS~1\\AppData\\Local\\Temp\\cc0WCCIt.s] + ignore line: [GNU C++14 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 7.3.0 (x86_64-w64-mingw32)] + ignore line: [ compiled by GNU C version 7.3.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++"] + ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32"] + ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward"] + ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include"] + ignore line: [ignoring nonexistent directory "C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64C:/msys64-2/mingw64/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../include"] + ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed"] + ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include"] + ignore line: [ignoring nonexistent directory "C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/mingw/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++] + ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32] + ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward] + ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include] + ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed] + ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include] + ignore line: [End of search list.] + ignore line: [GNU C++14 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 7.3.0 (x86_64-w64-mingw32)] + ignore line: [ compiled by GNU C version 7.3.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 86cf749bb84a0f12f1d61bff4e68fffd] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_90d43.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles/cmTC_90d43.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\KRIVOS~1\\AppData\\Local\\Temp\\cc0WCCIt.s] + ignore line: [GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30] + ignore line: [COMPILER_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/] + ignore line: [LIBRARY_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../\x0d] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_90d43.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'\x0d] + ignore line: [[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\g++.exe -v CMakeFiles/cmTC_90d43.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_90d43.exe -Wl --out-implib libcmTC_90d43.dll.a -Wl --major-image-version 0 --minor-image-version 0 && cd ."] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\g++.exe] + ignore line: [COLLECT_LTO_WRAPPER=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../../../src/gcc-7.3.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/lib -L/c/mingw730/prerequisites/x86_64-zlib-static/lib -L/c/mingw730/prerequisites/x86_64-w64-mingw32-static/lib '] + ignore line: [Thread model: posix] + ignore line: [gcc version 7.3.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ] + ignore line: [COMPILER_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/] + ignore line: [LIBRARY_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_90d43.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + link line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/collect2.exe -plugin C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/liblto_plugin-0.dll -plugin-opt=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\KRIVOS~1\\AppData\\Local\\Temp\\ccYzBjKv.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_90d43.exe C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0 -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../.. CMakeFiles/cmTC_90d43.dir/CMakeCXXCompilerABI.cpp.obj --out-implib libcmTC_90d43.dll.a --major-image-version 0 --minor-image-version 0 -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o\x0d] + arg [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/collect2.exe] ==> ignore + arg [-plugin] ==> ignore + arg [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/liblto_plugin-0.dll] ==> ignore + arg [-plugin-opt=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe] ==> ignore + arg [-plugin-opt=-fresolution=C:\\Users\\KRIVOS~1\\AppData\\Local\\Temp\\ccYzBjKv.res] ==> ignore + arg [-plugin-opt=-pass-through=-lmingw32] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lmoldname] ==> ignore + arg [-plugin-opt=-pass-through=-lmingwex] ==> ignore + arg [-plugin-opt=-pass-through=-lmsvcrt] ==> ignore + arg [-plugin-opt=-pass-through=-lpthread] ==> ignore + arg [-plugin-opt=-pass-through=-ladvapi32] ==> ignore + arg [-plugin-opt=-pass-through=-lshell32] ==> ignore + arg [-plugin-opt=-pass-through=-luser32] ==> ignore + arg [-plugin-opt=-pass-through=-lkernel32] ==> ignore + arg [-plugin-opt=-pass-through=-liconv] ==> ignore + arg [-plugin-opt=-pass-through=-lmingw32] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lmoldname] ==> ignore + arg [-plugin-opt=-pass-through=-lmingwex] ==> ignore + arg [-plugin-opt=-pass-through=-lmsvcrt] ==> ignore + arg [--sysroot=C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64] ==> ignore + arg [-m] ==> ignore + arg [i386pep] ==> ignore + arg [-Bdynamic] ==> search dynamic + arg [-o] ==> ignore + arg [cmTC_90d43.exe] ==> ignore + arg [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o] ==> obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o] + arg [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o] ==> obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o] + arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0] + arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc] + arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib] + arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib] + arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib] + arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../..] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../..] + arg [CMakeFiles/cmTC_90d43.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore + arg [--out-implib] ==> ignore + arg [libcmTC_90d43.dll.a] ==> ignore + arg [--major-image-version] ==> ignore + arg [0] ==> ignore + arg [--minor-image-version] ==> ignore + arg [0] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lmingw32] ==> lib [mingw32] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lmoldname] ==> lib [moldname] + arg [-lmingwex] ==> lib [mingwex] + arg [-lmsvcrt] ==> lib [msvcrt] + arg [-lpthread] ==> lib [pthread] + arg [-ladvapi32] ==> lib [advapi32] + arg [-lshell32] ==> lib [shell32] + arg [-luser32] ==> lib [user32] + arg [-lkernel32] ==> lib [kernel32] + arg [-liconv] ==> lib [iconv] + arg [-lmingw32] ==> lib [mingw32] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lmoldname] ==> lib [moldname] + arg [-lmingwex] ==> lib [mingwex] + arg [-lmsvcrt] ==> lib [msvcrt] + arg [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o] ==> obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o] + remove lib [msvcrt] + remove lib [msvcrt] + collapse obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib/crt2.o] + collapse obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o] + collapse obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o] + collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0] + collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc] + collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib] + collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib] + collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib] + collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../..] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib] + implicit libs: [stdc++;mingw32;gcc_s;gcc;moldname;mingwex;pthread;advapi32;shell32;user32;kernel32;iconv;mingw32;gcc_s;gcc;moldname;mingwex] + implicit objs: [C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib/crt2.o;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o] + implicit dirs: [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc;C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib] + implicit fwks: [] + + +... diff --git a/DB/Debug64/CMakeFiles/DataBaseLMS.dir/DataBaseLMS_autogen/mocs_compilation.cpp.obj b/DB/Debug64/CMakeFiles/DataBaseLMS.dir/DataBaseLMS_autogen/mocs_compilation.cpp.obj new file mode 100644 index 0000000..f789e66 Binary files /dev/null and b/DB/Debug64/CMakeFiles/DataBaseLMS.dir/DataBaseLMS_autogen/mocs_compilation.cpp.obj differ diff --git a/DB/Debug64/CMakeFiles/DataBaseLMS.dir/databaselms.cpp.obj b/DB/Debug64/CMakeFiles/DataBaseLMS.dir/databaselms.cpp.obj new file mode 100644 index 0000000..8fdede0 Binary files /dev/null and b/DB/Debug64/CMakeFiles/DataBaseLMS.dir/databaselms.cpp.obj differ diff --git a/DB/Debug64/CMakeFiles/DataBaseLMS.dir/group.cpp.obj b/DB/Debug64/CMakeFiles/DataBaseLMS.dir/group.cpp.obj new file mode 100644 index 0000000..da542f1 Binary files /dev/null and b/DB/Debug64/CMakeFiles/DataBaseLMS.dir/group.cpp.obj differ diff --git a/DB/Debug64/CMakeFiles/DataBaseLMS.dir/instructor.cpp.obj b/DB/Debug64/CMakeFiles/DataBaseLMS.dir/instructor.cpp.obj new file mode 100644 index 0000000..c0616a9 Binary files /dev/null and b/DB/Debug64/CMakeFiles/DataBaseLMS.dir/instructor.cpp.obj differ diff --git a/DB/Debug64/CMakeFiles/DataBaseLMS.dir/trainee.cpp.obj b/DB/Debug64/CMakeFiles/DataBaseLMS.dir/trainee.cpp.obj new file mode 100644 index 0000000..d2334ff Binary files /dev/null and b/DB/Debug64/CMakeFiles/DataBaseLMS.dir/trainee.cpp.obj differ diff --git a/DB/Debug64/CMakeFiles/DataBaseLMS_autogen.dir/AutogenInfo.json b/DB/Debug64/CMakeFiles/DataBaseLMS_autogen.dir/AutogenInfo.json new file mode 100644 index 0000000..94fef9a --- /dev/null +++ b/DB/Debug64/CMakeFiles/DataBaseLMS_autogen.dir/AutogenInfo.json @@ -0,0 +1,255 @@ +{ + "BUILD_DIR" : "D:/LMS/DB/Debug64/DataBaseLMS_autogen", + "CMAKE_BINARY_DIR" : "D:/LMS/DB/Debug64", + "CMAKE_CURRENT_BINARY_DIR" : "D:/LMS/DB/Debug64", + "CMAKE_CURRENT_SOURCE_DIR" : "D:/LMS/DB/DataBaseLMS", + "CMAKE_EXECUTABLE" : "C:/msys64/mingw64/bin/cmake.exe", + "CMAKE_LIST_FILES" : + [ + "D:/LMS/DB/DataBaseLMS/CMakeLists.txt", + "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineSystem.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeSystem.cmake.in", + "D:/LMS/DB/Debug64/CMakeFiles/3.28.3/CMakeSystem.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeNinjaFindMake.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-Initialize.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-Determine-CXX.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompilerId.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeCompilerIdDetection.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeFindBinUtils.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "D:/LMS/DB/Debug64/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeSystemSpecificInformation.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeGenericSystem.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeInitializeConfigs.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Platform/WindowsPaths.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeFindCodeBlocks.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake", + "C:/msys64/mingw64/share/cmake/Modules/ProcessorCount.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeCXXInformation.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeLanguageInformation.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/GNU-CXX.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/GNU.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU-CXX.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineRCCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeRCCompiler.cmake.in", + "D:/LMS/DB/Debug64/CMakeFiles/3.28.3/CMakeRCCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeRCInformation.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-windres.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeTestRCCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeCommonLanguageInclude.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeTestCXXCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompilerABI.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeCXXCompilerABI.cpp", + "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompileFeatures.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Internal/FeatureTesting.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "D:/LMS/DB/Debug64/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU-CXX-ABI.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5Config.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ModuleLocation.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfig.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeParseArguments.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QICNSPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTgaPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTiffPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QVirtualKeyboardPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWbmpPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWebGLIntegrationPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWebpPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWindowsDirect2DIntegrationPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWindowsIntegrationPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5Widgets_QWindowsVistaStylePlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeParseArguments.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5Config.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ModuleLocation.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5SqlConfigVersion.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5SqlConfig.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QODBCDriverPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QPSQLDriverPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QSQLiteDriverPlugin.cmake" + ], + "CMAKE_SOURCE_DIR" : "D:/LMS/DB/DataBaseLMS", + "DEP_FILE" : "", + "DEP_FILE_RULE_NAME" : "", + "HEADERS" : + [ + [ + "D:/LMS/DB/DataBaseLMS/DataBaseLMS_global.h", + "MU", + "EWIEGA46WW/moc_DataBaseLMS_global.cpp", + null + ], + [ + "D:/LMS/DB/DataBaseLMS/databaselms.h", + "MU", + "EWIEGA46WW/moc_databaselms.cpp", + null + ], + [ + "D:/LMS/DB/DataBaseLMS/group.h", + "MU", + "EWIEGA46WW/moc_group.cpp", + null + ], + [ + "D:/LMS/DB/DataBaseLMS/instructor.h", + "MU", + "EWIEGA46WW/moc_instructor.cpp", + null + ], + [ + "D:/LMS/DB/DataBaseLMS/trainee.h", + "MU", + "EWIEGA46WW/moc_trainee.cpp", + null + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "D:/LMS/DB/Debug64/DataBaseLMS_autogen/include", + "MOC_COMPILATION_FILE" : "D:/LMS/DB/Debug64/DataBaseLMS_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : + [ + "DATABASELMS_LIBRARY", + "DataBaseLMS_EXPORTS", + "QT_CORE_LIB", + "QT_GUI_LIB", + "QT_SQL_LIB", + "QT_WIDGETS_LIB" + ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "D:/LMS/DB/Debug64", + "D:/LMS/DB/DataBaseLMS", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/win32-g++", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql", + "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++", + "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32", + "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward", + "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include", + "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed", + "C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE", "Q_NAMESPACE_EXPORT" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : false, + "MOC_PREDEFS_CMD" : + [ + "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/g++.exe", + "-std=gnu++11", + "-dM", + "-E", + "-c", + "C:/msys64/mingw64/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "D:/LMS/DB/Debug64/DataBaseLMS_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 8, + "PARSE_CACHE_FILE" : "D:/LMS/DB/Debug64/CMakeFiles/DataBaseLMS_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/bin/moc.exe", + "QT_UIC_EXECUTABLE" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/bin/uic.exe", + "QT_VERSION_MAJOR" : 5, + "QT_VERSION_MINOR" : 14, + "SETTINGS_FILE" : "D:/LMS/DB/Debug64/CMakeFiles/DataBaseLMS_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ "D:/LMS/DB/DataBaseLMS/databaselms.cpp", "MU", null ], + [ "D:/LMS/DB/DataBaseLMS/group.cpp", "MU", null ], + [ "D:/LMS/DB/DataBaseLMS/instructor.cpp", "MU", null ], + [ "D:/LMS/DB/DataBaseLMS/trainee.cpp", "MU", null ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "VERBOSITY" : 0 +} diff --git a/DB/Debug64/CMakeFiles/DataBaseLMS_autogen.dir/AutogenUsed.txt b/DB/Debug64/CMakeFiles/DataBaseLMS_autogen.dir/AutogenUsed.txt new file mode 100644 index 0000000..92913ca --- /dev/null +++ b/DB/Debug64/CMakeFiles/DataBaseLMS_autogen.dir/AutogenUsed.txt @@ -0,0 +1,2 @@ +moc:54966da9fed2aca15759086c27e9ffc58a425d2efe9927e70fcf1360035dfbf9 +uic:441c9ac37665639d8707680455ada82ca7b89b59339626a1f5caa37d3d5f40e7 diff --git a/DB/Debug64/CMakeFiles/DataBaseLMS_autogen.dir/ParseCache.txt b/DB/Debug64/CMakeFiles/DataBaseLMS_autogen.dir/ParseCache.txt new file mode 100644 index 0000000..58011c8 --- /dev/null +++ b/DB/Debug64/CMakeFiles/DataBaseLMS_autogen.dir/ParseCache.txt @@ -0,0 +1,10 @@ +# Generated by CMake. Changes will be overwritten. +D:/LMS/DB/DataBaseLMS/instructor.cpp +D:/LMS/DB/DataBaseLMS/databaselms.cpp +D:/LMS/DB/DataBaseLMS/trainee.cpp +D:/LMS/DB/DataBaseLMS/group.cpp +D:/LMS/DB/DataBaseLMS/instructor.h +D:/LMS/DB/DataBaseLMS/group.h +D:/LMS/DB/DataBaseLMS/trainee.h +D:/LMS/DB/DataBaseLMS/databaselms.h +D:/LMS/DB/DataBaseLMS/DataBaseLMS_global.h diff --git a/DB/Debug64/CMakeFiles/TargetDirectories.txt b/DB/Debug64/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..55b3ba7 --- /dev/null +++ b/DB/Debug64/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,4 @@ +D:/LMS/DB/Debug64/CMakeFiles/DataBaseLMS.dir +D:/LMS/DB/Debug64/CMakeFiles/edit_cache.dir +D:/LMS/DB/Debug64/CMakeFiles/rebuild_cache.dir +D:/LMS/DB/Debug64/CMakeFiles/DataBaseLMS_autogen.dir diff --git a/DB/Debug64/CMakeFiles/clean_additional.cmake b/DB/Debug64/CMakeFiles/clean_additional.cmake new file mode 100644 index 0000000..599e7f4 --- /dev/null +++ b/DB/Debug64/CMakeFiles/clean_additional.cmake @@ -0,0 +1,10 @@ +# Additional clean files +cmake_minimum_required(VERSION 3.16) + +if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug") + file(REMOVE_RECURSE + "CMakeFiles\\DataBaseLMS_autogen.dir\\AutogenUsed.txt" + "CMakeFiles\\DataBaseLMS_autogen.dir\\ParseCache.txt" + "DataBaseLMS_autogen" + ) +endif() diff --git a/DB/Debug64/CMakeFiles/cmake.check_cache b/DB/Debug64/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/DB/Debug64/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/DB/Debug64/CMakeFiles/rules.ninja b/DB/Debug64/CMakeFiles/rules.ninja new file mode 100644 index 0000000..16a985a --- /dev/null +++ b/DB/Debug64/CMakeFiles/rules.ninja @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.28 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: DataBaseLMS +# Configurations: Debug +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__DataBaseLMS_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX shared library. + +rule CXX_SHARED_LIBRARY_LINKER__DataBaseLMS_Debug + command = C:\Windows\system32\cmd.exe /C "$PRE_LINK && C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\g++.exe $LANGUAGE_COMPILE_FLAGS $ARCH_FLAGS $LINK_FLAGS -shared -o $TARGET_FILE -Wl,--out-implib,$TARGET_IMPLIB -Wl,--major-image-version,0,--minor-image-version,0 $in $LINK_PATH $LINK_LIBRARIES && $POST_BUILD" + description = Linking CXX shared library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = C:\msys64\mingw64\bin\cmake.exe --regenerate-during-build -SD:\LMS\DB\DataBaseLMS -BD:\LMS\DB\Debug64 + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning additional files. + +rule CLEAN_ADDITIONAL + command = C:\msys64\mingw64\bin\cmake.exe -DCONFIG=$CONFIG -P CMakeFiles\clean_additional.cmake + description = Cleaning additional files... + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = C:\msys64\mingw64\bin\ninja.exe $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = C:\msys64\mingw64\bin\ninja.exe -t targets + description = All primary targets available: + diff --git a/DB/Debug64/DataBaseLMS.cbp b/DB/Debug64/DataBaseLMS.cbp new file mode 100644 index 0000000..ffc7c70 --- /dev/null +++ b/DB/Debug64/DataBaseLMS.cbp @@ -0,0 +1,274 @@ + + + + + + diff --git a/DB/Debug64/DataBaseLMS_autogen/moc_predefs.h b/DB/Debug64/DataBaseLMS_autogen/moc_predefs.h new file mode 100644 index 0000000..4328d71 --- /dev/null +++ b/DB/Debug64/DataBaseLMS_autogen/moc_predefs.h @@ -0,0 +1,400 @@ +#define __DBL_MIN_EXP__ (-1021) +#define __FLT32X_MAX_EXP__ 1024 +#define __cpp_attributes 200809 +#define __UINT_LEAST16_MAX__ 0xffff +#define __ATOMIC_ACQUIRE 2 +#define __FLT128_MAX_10_EXP__ 4932 +#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F +#define __GCC_IEC_559_COMPLEX 2 +#define __UINT_LEAST8_TYPE__ unsigned char +#define __SIZEOF_FLOAT80__ 16 +#define _WIN32 1 +#define __INTMAX_C(c) c ## LL +#define __CHAR_BIT__ 8 +#define __UINT8_MAX__ 0xff +#define _WIN64 1 +#define __WINT_MAX__ 0xffff +#define __FLT32_MIN_EXP__ (-125) +#define __cpp_static_assert 200410 +#define QT_GUI_LIB 1 +#define __ORDER_LITTLE_ENDIAN__ 1234 +#define __SIZE_MAX__ 0xffffffffffffffffULL +#define __WCHAR_MAX__ 0xffff +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 +#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 +#define __GCC_ATOMIC_CHAR_LOCK_FREE 2 +#define __GCC_IEC_559 2 +#define __FLT32X_DECIMAL_DIG__ 17 +#define __FLT_EVAL_METHOD__ 0 +#define __cpp_binary_literals 201304 +#define __FLT64_DECIMAL_DIG__ 17 +#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 +#define __x86_64 1 +#define __cpp_variadic_templates 200704 +#define __UINT_FAST64_MAX__ 0xffffffffffffffffULL +#define __SIG_ATOMIC_TYPE__ int +#define __DBL_MIN_10_EXP__ (-307) +#define __FINITE_MATH_ONLY__ 0 +#define SIZEOF_DPTR (sizeof(void*)) +#define __GNUC_PATCHLEVEL__ 0 +#define __FLT32_HAS_DENORM__ 1 +#define __UINT_FAST8_MAX__ 0xff +#define __has_include(STR) __has_include__(STR) +#define _stdcall __attribute__((__stdcall__)) +#define __DEC64_MAX_EXP__ 385 +#define __INT8_C(c) c +#define __INT_LEAST8_WIDTH__ 8 +#define __UINT_LEAST64_MAX__ 0xffffffffffffffffULL +#define __SHRT_MAX__ 0x7fff +#define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __FLT64X_MAX_10_EXP__ 4932 +#define __UINT_LEAST8_MAX__ 0xff +#define __GCC_ATOMIC_BOOL_LOCK_FREE 2 +#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 +#define __UINTMAX_TYPE__ long long unsigned int +#define __DEC32_EPSILON__ 1E-6DF +#define __FLT_EVAL_METHOD_TS_18661_3__ 0 +#define __UINT32_MAX__ 0xffffffffU +#define __GXX_EXPERIMENTAL_CXX0X__ 1 +#define __LDBL_MAX_EXP__ 16384 +#define __FLT128_MIN_EXP__ (-16381) +#define __WINT_MIN__ 0 +#define __FLT128_MIN_10_EXP__ (-4931) +#define __INT_LEAST16_WIDTH__ 16 +#define __SCHAR_MAX__ 0x7f +#define __FLT128_MANT_DIG__ 113 +#define __WCHAR_MIN__ 0 +#define __INT64_C(c) c ## LL +#define __DBL_DIG__ 15 +#define __GCC_ATOMIC_POINTER_LOCK_FREE 2 +#define __FLT64X_MANT_DIG__ 64 +#define __SIZEOF_INT__ 4 +#define __SIZEOF_POINTER__ 8 +#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 +#define __USER_LABEL_PREFIX__ +#define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x +#define __STDC_HOSTED__ 1 +#define __WIN32 1 +#define __LDBL_HAS_INFINITY__ 1 +#define __WIN64 1 +#define __FLT32_DIG__ 6 +#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F +#define __GXX_WEAK__ 1 +#define __SHRT_WIDTH__ 16 +#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L +#define __DEC32_MAX__ 9.999999E96DF +#define __cpp_threadsafe_static_init 200806 +#define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x +#define __MINGW32__ 1 +#define __FLT32X_HAS_INFINITY__ 1 +#define __INT32_MAX__ 0x7fffffff +#define __INT_WIDTH__ 32 +#define __SIZEOF_LONG__ 4 +#define __UINT16_C(c) c +#define __PTRDIFF_WIDTH__ 64 +#define __DECIMAL_DIG__ 21 +#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 +#define __INTMAX_WIDTH__ 64 +#define __FLT64_MIN_EXP__ (-1021) +#define __has_include_next(STR) __has_include_next__(STR) +#define __FLT64X_MIN_10_EXP__ (-4931) +#define __LDBL_HAS_QUIET_NAN__ 1 +#define __FLT64_MANT_DIG__ 53 +#define _REENTRANT 1 +#define __GNUC__ 7 +#define _cdecl __attribute__((__cdecl__)) +#define __GXX_RTTI 1 +#define __MMX__ 1 +#define __cpp_delegating_constructors 200604 +#define __FLT_HAS_DENORM__ 1 +#define __SIZEOF_LONG_DOUBLE__ 16 +#define __BIGGEST_ALIGNMENT__ 16 +#define __STDC_UTF_16__ 1 +#define __FLT64_MAX_10_EXP__ 308 +#define __FLT32_HAS_INFINITY__ 1 +#define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define _thiscall __attribute__((__thiscall__)) +#define __cpp_raw_strings 200710 +#define __INT_FAST32_MAX__ 0x7fffffff +#define __WINNT 1 +#define __DBL_HAS_INFINITY__ 1 +#define __INT64_MAX__ 0x7fffffffffffffffLL +#define __WINNT__ 1 +#define __DEC32_MIN_EXP__ (-94) +#define __INTPTR_WIDTH__ 64 +#define __FLT32X_HAS_DENORM__ 1 +#define __INT_FAST16_TYPE__ short int +#define _fastcall __attribute__((__fastcall__)) +#define __LDBL_HAS_DENORM__ 1 +#define QT_WIDGETS_LIB 1 +#define __cplusplus 201103L +#define __cpp_ref_qualifiers 200710 +#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL +#define __INT_LEAST32_MAX__ 0x7fffffff +#define __DEC32_MIN__ 1E-95DF +#define __DEPRECATED 1 +#define __cpp_rvalue_references 200610 +#define __DBL_MAX_EXP__ 1024 +#define __WCHAR_WIDTH__ 16 +#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __DEC128_EPSILON__ 1E-33DL +#define __SSE2_MATH__ 1 +#define __ATOMIC_HLE_RELEASE 131072 +#define __WIN32__ 1 +#define __PTRDIFF_MAX__ 0x7fffffffffffffffLL +#define __amd64 1 +#define __tune_core2__ 1 +#define __ATOMIC_HLE_ACQUIRE 65536 +#define __FLT32_HAS_QUIET_NAN__ 1 +#define __GNUG__ 7 +#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL +#define __SIZEOF_SIZE_T__ 8 +#define __cpp_rvalue_reference 200610 +#define __cpp_nsdmi 200809 +#define __FLT64X_MIN_EXP__ (-16381) +#define __SIZEOF_WINT_T__ 2 +#define __LONG_LONG_WIDTH__ 64 +#define __cpp_initializer_lists 200806 +#define __FLT32_MAX_EXP__ 128 +#define __cpp_hex_float 201603 +#define __GXX_ABI_VERSION 1011 +#define __FLT128_HAS_INFINITY__ 1 +#define __FLT_MIN_EXP__ (-125) +#define __cpp_lambdas 200907 +#define __FLT64X_HAS_QUIET_NAN__ 1 +#define __INT_FAST64_TYPE__ long long int +#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 +#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) +#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x +#define __DECIMAL_BID_FORMAT__ 1 +#define __GXX_TYPEINFO_EQUALITY_INLINE 0 +#define __FLT64_MIN_10_EXP__ (-307) +#define __FLT64X_DECIMAL_DIG__ 21 +#define __DEC128_MIN__ 1E-6143DL +#define __REGISTER_PREFIX__ +#define __UINT16_MAX__ 0xffff +#define __DBL_HAS_DENORM__ 1 +#define __cdecl __attribute__((__cdecl__)) +#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 +#define __UINT8_TYPE__ unsigned char +#define __NO_INLINE__ 1 +#define __FLT_MANT_DIG__ 24 +#define __LDBL_DECIMAL_DIG__ 21 +#define __VERSION__ "7.3.0" +#define __UINT64_C(c) c ## ULL +#define __cpp_unicode_characters 200704 +#define __GCC_ATOMIC_INT_LOCK_FREE 2 +#define __FLT128_MAX_EXP__ 16384 +#define __FLT32_MANT_DIG__ 24 +#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define __FLT128_HAS_DENORM__ 1 +#define __FLT128_DIG__ 33 +#define __SCHAR_WIDTH__ 8 +#define __INT32_C(c) c +#define __DEC64_EPSILON__ 1E-15DD +#define __ORDER_PDP_ENDIAN__ 3412 +#define __DEC128_MIN_EXP__ (-6142) +#define __FLT32_MAX_10_EXP__ 38 +#define __INT_FAST32_TYPE__ int +#define __UINT_LEAST16_TYPE__ short unsigned int +#define __FLT64X_HAS_INFINITY__ 1 +#define __INT16_MAX__ 0x7fff +#define __cpp_rtti 199711 +#define __SIZE_TYPE__ long long unsigned int +#define __UINT64_MAX__ 0xffffffffffffffffULL +#define __FLT64X_DIG__ 18 +#define __INT8_TYPE__ signed char +#define __GCC_ASM_FLAG_OUTPUTS__ 1 +#define __FLT_RADIX__ 2 +#define __INT_LEAST16_TYPE__ short int +#define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L +#define __UINTMAX_C(c) c ## ULL +#define __GLIBCXX_BITSIZE_INT_N_0 128 +#define __SEH__ 1 +#define __SIG_ATOMIC_MAX__ 0x7fffffff +#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 +#define __SIZEOF_PTRDIFF_T__ 8 +#define __FLT32X_MANT_DIG__ 53 +#define __x86_64__ 1 +#define __FLT32X_MIN_EXP__ (-1021) +#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF +#define __MSVCRT__ 1 +#define __INT_FAST16_MAX__ 0x7fff +#define DataBaseLMS_EXPORTS 1 +#define __FLT64_DIG__ 15 +#define __UINT_FAST32_MAX__ 0xffffffffU +#define __UINT_LEAST64_TYPE__ long long unsigned int +#define __FLT_HAS_QUIET_NAN__ 1 +#define __FLT_MAX_10_EXP__ 38 +#define __LONG_MAX__ 0x7fffffffL +#define __FLT64X_HAS_DENORM__ 1 +#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL +#define __FLT_HAS_INFINITY__ 1 +#define __cpp_unicode_literals 200710 +#define __UINT_FAST16_TYPE__ short unsigned int +#define __DEC64_MAX__ 9.999999999999999E384DD +#define __INT_FAST32_WIDTH__ 32 +#define __CHAR16_TYPE__ short unsigned int +#define __PRAGMA_REDEFINE_EXTNAME 1 +#define __SIZE_WIDTH__ 64 +#define __SEG_FS 1 +#define __INT_LEAST16_MAX__ 0x7fff +#define __DEC64_MANT_DIG__ 16 +#define __UINT_LEAST32_MAX__ 0xffffffffU +#define __SEG_GS 1 +#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 +#define __GCC_ATOMIC_LONG_LOCK_FREE 2 +#define __SIG_ATOMIC_WIDTH__ 32 +#define __INT_LEAST64_TYPE__ long long int +#define __INT16_TYPE__ short int +#define __INT_LEAST8_TYPE__ signed char +#define __DEC32_MAX_EXP__ 97 +#define __INT_FAST8_MAX__ 0x7f +#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __INTPTR_MAX__ 0x7fffffffffffffffLL +#define __GXX_MERGED_TYPEINFO_NAMES 0 +#define __cpp_range_based_for 200907 +#define __FLT64_HAS_QUIET_NAN__ 1 +#define __stdcall __attribute__((__stdcall__)) +#define __FLT32_MIN_10_EXP__ (-37) +#define __SSE2__ 1 +#define __EXCEPTIONS 1 +#define __LDBL_MANT_DIG__ 64 +#define __DBL_HAS_QUIET_NAN__ 1 +#define __FLT64_HAS_INFINITY__ 1 +#define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) +#define __INTPTR_TYPE__ long long int +#define __UINT16_TYPE__ short unsigned int +#define __WCHAR_TYPE__ short unsigned int +#define __SIZEOF_FLOAT__ 4 +#define __pic__ 1 +#define __UINTPTR_MAX__ 0xffffffffffffffffULL +#define __INT_FAST64_WIDTH__ 64 +#define __DEC64_MIN_EXP__ (-382) +#define __cpp_decltype 200707 +#define __FLT32_DECIMAL_DIG__ 9 +#define __INT_FAST64_MAX__ 0x7fffffffffffffffLL +#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 +#define __FLT_DIG__ 6 +#define __FLT64X_MAX_EXP__ 16384 +#define __UINT_FAST64_TYPE__ long long unsigned int +#define __INT_MAX__ 0x7fffffff +#define __amd64__ 1 +#define WIN32 1 +#define __nocona 1 +#define __code_model_medium__ 1 +#define __INT64_TYPE__ long long int +#define __FLT_MAX_EXP__ 128 +#define WIN64 1 +#define __ORDER_BIG_ENDIAN__ 4321 +#define __DBL_MANT_DIG__ 53 +#define __cpp_inheriting_constructors 201511 +#define QT_CORE_LIB 1 +#define __SIZEOF_FLOAT128__ 16 +#define __INT_LEAST64_MAX__ 0x7fffffffffffffffLL +#define __DEC64_MIN__ 1E-383DD +#define __WINT_TYPE__ short unsigned int +#define __UINT_LEAST32_TYPE__ unsigned int +#define __SIZEOF_SHORT__ 2 +#define __SSE__ 1 +#define __LDBL_MIN_EXP__ (-16381) +#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __WINT_WIDTH__ 16 +#define __INT_LEAST8_MAX__ 0x7f +#define __FLT32X_MAX_10_EXP__ 308 +#define __SIZEOF_INT128__ 16 +#define __WCHAR_UNSIGNED__ 1 +#define __LDBL_MAX_10_EXP__ 4932 +#define __ATOMIC_RELAXED 0 +#define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) +#define __thiscall __attribute__((__thiscall__)) +#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 +#define __UINT8_C(c) c +#define __FLT64_MAX_EXP__ 1024 +#define __INT_LEAST32_TYPE__ int +#define __SIZEOF_WCHAR_T__ 2 +#define __FLT128_HAS_QUIET_NAN__ 1 +#define __INT_FAST8_TYPE__ signed char +#define __fastcall __attribute__((__fastcall__)) +#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x +#define QT_SQL_LIB 1 +#define __GNUC_STDC_INLINE__ 1 +#define __FLT64_HAS_DENORM__ 1 +#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 +#define __DBL_DECIMAL_DIG__ 17 +#define __STDC_UTF_32__ 1 +#define __INT_FAST8_WIDTH__ 8 +#define __FXSR__ 1 +#define __DEC_EVAL_METHOD__ 2 +#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __MINGW64__ 1 +#define __cpp_runtime_arrays 198712 +#define __UINT64_TYPE__ long long unsigned int +#define __UINT32_C(c) c ## U +#define __INTMAX_MAX__ 0x7fffffffffffffffLL +#define __cpp_alias_templates 200704 +#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define WINNT 1 +#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F +#define __INT8_MAX__ 0x7f +#define __LONG_WIDTH__ 32 +#define __PIC__ 1 +#define __UINT_FAST32_TYPE__ unsigned int +#define __CHAR32_TYPE__ unsigned int +#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F +#define __cpp_constexpr 200704 +#define __INT32_TYPE__ int +#define __SIZEOF_DOUBLE__ 8 +#define __cpp_exceptions 199711 +#define __FLT_MIN_10_EXP__ (-37) +#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 +#define __INT_LEAST32_WIDTH__ 32 +#define __INTMAX_TYPE__ long long int +#define _INTEGRAL_MAX_BITS 64 +#define __DEC128_MAX_EXP__ 6145 +#define __FLT32X_HAS_QUIET_NAN__ 1 +#define __ATOMIC_CONSUME 1 +#define __nocona__ 1 +#define __GNUC_MINOR__ 3 +#define __GLIBCXX_TYPE_INT_N_0 __int128 +#define __INT_FAST16_WIDTH__ 16 +#define __UINTMAX_MAX__ 0xffffffffffffffffULL +#define __DEC32_MANT_DIG__ 7 +#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x +#define __DBL_MAX_10_EXP__ 308 +#define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L +#define __INT16_C(c) c +#define __STDC__ 1 +#define __FLT32X_DIG__ 15 +#define __PTRDIFF_TYPE__ long long int +#define __ATOMIC_SEQ_CST 5 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 1 +#define __UINT32_TYPE__ unsigned int +#define __FLT32X_MIN_10_EXP__ (-307) +#define __UINTPTR_TYPE__ long long unsigned int +#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD +#define __DEC128_MANT_DIG__ 34 +#define __LDBL_MIN_10_EXP__ (-4931) +#define DATABASELMS_LIBRARY 1 +#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 +#define __SSE_MATH__ 1 +#define __SIZEOF_LONG_LONG__ 8 +#define __cpp_user_defined_literals 200809 +#define __FLT128_DECIMAL_DIG__ 36 +#define __GCC_ATOMIC_LLONG_LOCK_FREE 2 +#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x +#define __LDBL_DIG__ 18 +#define __FLT_DECIMAL_DIG__ 9 +#define __UINT_FAST16_MAX__ 0xffff +#define __GCC_ATOMIC_SHORT_LOCK_FREE 2 +#define __INT_LEAST64_WIDTH__ 64 +#define __SSE3__ 1 +#define __UINT_FAST8_TYPE__ unsigned char +#define __WIN64__ 1 +#define __ATOMIC_ACQ_REL 4 +#define __ATOMIC_RELEASE 3 +#define __declspec(x) __attribute__((x)) diff --git a/DB/Debug64/DataBaseLMS_autogen/mocs_compilation.cpp b/DB/Debug64/DataBaseLMS_autogen/mocs_compilation.cpp new file mode 100644 index 0000000..bda67f7 --- /dev/null +++ b/DB/Debug64/DataBaseLMS_autogen/mocs_compilation.cpp @@ -0,0 +1,3 @@ +// This file is autogenerated. Changes will be overwritten. +// No files found that require moc or the moc files are included +enum some_compilers { need_more_than_nothing }; diff --git a/DB/Debug64/build.ninja b/DB/Debug64/build.ninja new file mode 100644 index 0000000..fbb06ce --- /dev/null +++ b/DB/Debug64/build.ninja @@ -0,0 +1,214 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.28 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: DataBaseLMS +# Configurations: Debug +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = Debug +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = D$:/LMS/DB/Debug64/ +# ============================================================================= +# Object build statements for SHARED_LIBRARY target DataBaseLMS + + +############################################# +# Order-only phony target for DataBaseLMS + +build cmake_object_order_depends_target_DataBaseLMS: phony || DataBaseLMS_autogen + +build CMakeFiles/DataBaseLMS.dir/DataBaseLMS_autogen/mocs_compilation.cpp.obj: CXX_COMPILER__DataBaseLMS_unscanned_Debug D$:/LMS/DB/Debug64/DataBaseLMS_autogen/mocs_compilation.cpp || cmake_object_order_depends_target_DataBaseLMS + DEFINES = -DDATABASELMS_LIBRARY -DDataBaseLMS_EXPORTS -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles\DataBaseLMS.dir\DataBaseLMS_autogen\mocs_compilation.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/DB/Debug64 -ID:/LMS/DB/DataBaseLMS -ID:/LMS/DB/Debug64/DataBaseLMS_autogen/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\DataBaseLMS.dir + OBJECT_FILE_DIR = CMakeFiles\DataBaseLMS.dir\DataBaseLMS_autogen + TARGET_COMPILE_PDB = CMakeFiles\DataBaseLMS.dir\ + TARGET_PDB = libDataBaseLMS.pdb + +build CMakeFiles/DataBaseLMS.dir/databaselms.cpp.obj: CXX_COMPILER__DataBaseLMS_unscanned_Debug D$:/LMS/DB/DataBaseLMS/databaselms.cpp || cmake_object_order_depends_target_DataBaseLMS + DEFINES = -DDATABASELMS_LIBRARY -DDataBaseLMS_EXPORTS -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles\DataBaseLMS.dir\databaselms.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/DB/Debug64 -ID:/LMS/DB/DataBaseLMS -ID:/LMS/DB/Debug64/DataBaseLMS_autogen/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\DataBaseLMS.dir + OBJECT_FILE_DIR = CMakeFiles\DataBaseLMS.dir + TARGET_COMPILE_PDB = CMakeFiles\DataBaseLMS.dir\ + TARGET_PDB = libDataBaseLMS.pdb + +build CMakeFiles/DataBaseLMS.dir/instructor.cpp.obj: CXX_COMPILER__DataBaseLMS_unscanned_Debug D$:/LMS/DB/DataBaseLMS/instructor.cpp || cmake_object_order_depends_target_DataBaseLMS + DEFINES = -DDATABASELMS_LIBRARY -DDataBaseLMS_EXPORTS -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles\DataBaseLMS.dir\instructor.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/DB/Debug64 -ID:/LMS/DB/DataBaseLMS -ID:/LMS/DB/Debug64/DataBaseLMS_autogen/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\DataBaseLMS.dir + OBJECT_FILE_DIR = CMakeFiles\DataBaseLMS.dir + TARGET_COMPILE_PDB = CMakeFiles\DataBaseLMS.dir\ + TARGET_PDB = libDataBaseLMS.pdb + +build CMakeFiles/DataBaseLMS.dir/trainee.cpp.obj: CXX_COMPILER__DataBaseLMS_unscanned_Debug D$:/LMS/DB/DataBaseLMS/trainee.cpp || cmake_object_order_depends_target_DataBaseLMS + DEFINES = -DDATABASELMS_LIBRARY -DDataBaseLMS_EXPORTS -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles\DataBaseLMS.dir\trainee.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/DB/Debug64 -ID:/LMS/DB/DataBaseLMS -ID:/LMS/DB/Debug64/DataBaseLMS_autogen/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\DataBaseLMS.dir + OBJECT_FILE_DIR = CMakeFiles\DataBaseLMS.dir + TARGET_COMPILE_PDB = CMakeFiles\DataBaseLMS.dir\ + TARGET_PDB = libDataBaseLMS.pdb + +build CMakeFiles/DataBaseLMS.dir/group.cpp.obj: CXX_COMPILER__DataBaseLMS_unscanned_Debug D$:/LMS/DB/DataBaseLMS/group.cpp || cmake_object_order_depends_target_DataBaseLMS + DEFINES = -DDATABASELMS_LIBRARY -DDataBaseLMS_EXPORTS -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles\DataBaseLMS.dir\group.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/DB/Debug64 -ID:/LMS/DB/DataBaseLMS -ID:/LMS/DB/Debug64/DataBaseLMS_autogen/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\DataBaseLMS.dir + OBJECT_FILE_DIR = CMakeFiles\DataBaseLMS.dir + TARGET_COMPILE_PDB = CMakeFiles\DataBaseLMS.dir\ + TARGET_PDB = libDataBaseLMS.pdb + + +# ============================================================================= +# Link build statements for SHARED_LIBRARY target DataBaseLMS + + +############################################# +# Link the shared library libDataBaseLMS.dll + +build libDataBaseLMS.dll libDataBaseLMS.dll.a: CXX_SHARED_LIBRARY_LINKER__DataBaseLMS_Debug CMakeFiles/DataBaseLMS.dir/DataBaseLMS_autogen/mocs_compilation.cpp.obj CMakeFiles/DataBaseLMS.dir/databaselms.cpp.obj CMakeFiles/DataBaseLMS.dir/instructor.cpp.obj CMakeFiles/DataBaseLMS.dir/trainee.cpp.obj CMakeFiles/DataBaseLMS.dir/group.cpp.obj | C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Widgets.a C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Sql.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/libQt5Core.a || DataBaseLMS_autogen + LANGUAGE_COMPILE_FLAGS = -g + LINK_LIBRARIES = C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Widgets.a C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Sql.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/libQt5Core.a -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 + OBJECT_DIR = CMakeFiles\DataBaseLMS.dir + POST_BUILD = cd . + PRE_LINK = cd . + RESTAT = 1 + TARGET_COMPILE_PDB = CMakeFiles\DataBaseLMS.dir\ + TARGET_FILE = libDataBaseLMS.dll + TARGET_IMPLIB = libDataBaseLMS.dll.a + TARGET_PDB = libDataBaseLMS.pdb + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\Windows\system32\cmd.exe /C "cd /D D:\LMS\DB\Debug64 && C:\msys64\mingw64\bin\cmake.exe -E echo "No interactive CMake dialog available."" + DESC = No interactive CMake dialog available... + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\Windows\system32\cmd.exe /C "cd /D D:\LMS\DB\Debug64 && C:\msys64\mingw64\bin\cmake.exe --regenerate-during-build -SD:\LMS\DB\DataBaseLMS -BD:\LMS\DB\Debug64" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for DataBaseLMS_autogen + +build DataBaseLMS_autogen: phony CMakeFiles/DataBaseLMS_autogen DataBaseLMS_autogen/mocs_compilation.cpp + + +############################################# +# Custom command for CMakeFiles\DataBaseLMS_autogen + +build CMakeFiles/DataBaseLMS_autogen DataBaseLMS_autogen/mocs_compilation.cpp | ${cmake_ninja_workdir}CMakeFiles/DataBaseLMS_autogen ${cmake_ninja_workdir}DataBaseLMS_autogen/mocs_compilation.cpp: CUSTOM_COMMAND + COMMAND = C:\Windows\system32\cmd.exe /C "cd /D D:\LMS\DB\Debug64 && C:\msys64\mingw64\bin\cmake.exe -E cmake_autogen D:/LMS/DB/Debug64/CMakeFiles/DataBaseLMS_autogen.dir/AutogenInfo.json Debug" + DESC = Automatic MOC and UIC for target DataBaseLMS + restat = 1 + +# ============================================================================= +# Target aliases. + +build DataBaseLMS: phony libDataBaseLMS.dll + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: D:/LMS/DB/Debug64 + +build all: phony libDataBaseLMS.dll + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QICNSPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTgaPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTiffPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QVirtualKeyboardPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWbmpPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWebGLIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWebpPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWindowsDirect2DIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWindowsIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5SqlConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5SqlConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QODBCDriverPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QPSQLDriverPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QSQLiteDriverPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5Widgets_QWindowsVistaStylePlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5Config.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ModuleLocation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeCXXCompiler.cmake.in C$:/msys64/mingw64/share/cmake/Modules/CMakeCXXCompilerABI.cpp C$:/msys64/mingw64/share/cmake/Modules/CMakeCXXInformation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeCommonLanguageInclude.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeCompilerIdDetection.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompileFeatures.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompilerABI.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompilerId.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeDetermineRCCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeDetermineSystem.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeFindBinUtils.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeFindCodeBlocks.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeGenericSystem.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeInitializeConfigs.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeLanguageInformation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeNinjaFindMake.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeParseArguments.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeRCCompiler.cmake.in C$:/msys64/mingw64/share/cmake/Modules/CMakeRCInformation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeSystem.cmake.in C$:/msys64/mingw64/share/cmake/Modules/CMakeSystemSpecificInformation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeTestCXXCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeTestCompilerCommon.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeTestRCCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/GNU-CXX.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/GNU.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Internal/FeatureTesting.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-Determine-CXX.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU-CXX-ABI.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU-CXX.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-Initialize.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-windres.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/WindowsPaths.cmake C$:/msys64/mingw64/share/cmake/Modules/ProcessorCount.cmake CMakeCache.txt CMakeFiles/3.28.3/CMakeCXXCompiler.cmake CMakeFiles/3.28.3/CMakeRCCompiler.cmake CMakeFiles/3.28.3/CMakeSystem.cmake D$:/LMS/DB/DataBaseLMS/CMakeLists.txt + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QICNSPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTgaPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTiffPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QVirtualKeyboardPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWbmpPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWebGLIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWebpPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWindowsDirect2DIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWindowsIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5SqlConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5SqlConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QODBCDriverPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QPSQLDriverPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QSQLiteDriverPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5Widgets_QWindowsVistaStylePlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5Config.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ModuleLocation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeCXXCompiler.cmake.in C$:/msys64/mingw64/share/cmake/Modules/CMakeCXXCompilerABI.cpp C$:/msys64/mingw64/share/cmake/Modules/CMakeCXXInformation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeCommonLanguageInclude.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeCompilerIdDetection.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompileFeatures.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompilerABI.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompilerId.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeDetermineRCCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeDetermineSystem.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeFindBinUtils.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeFindCodeBlocks.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeGenericSystem.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeInitializeConfigs.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeLanguageInformation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeNinjaFindMake.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeParseArguments.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeRCCompiler.cmake.in C$:/msys64/mingw64/share/cmake/Modules/CMakeRCInformation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeSystem.cmake.in C$:/msys64/mingw64/share/cmake/Modules/CMakeSystemSpecificInformation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeTestCXXCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeTestCompilerCommon.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeTestRCCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/GNU-CXX.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/GNU.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake C$:/msys64/mingw64/share/cmake/Modules/Internal/FeatureTesting.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-Determine-CXX.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU-CXX-ABI.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU-CXX.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-Initialize.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-windres.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/WindowsPaths.cmake C$:/msys64/mingw64/share/cmake/Modules/ProcessorCount.cmake CMakeCache.txt CMakeFiles/3.28.3/CMakeCXXCompiler.cmake CMakeFiles/3.28.3/CMakeRCCompiler.cmake CMakeFiles/3.28.3/CMakeSystem.cmake D$:/LMS/DB/DataBaseLMS/CMakeLists.txt: phony + + +############################################# +# Clean additional files. + +build CMakeFiles/clean.additional: CLEAN_ADDITIONAL + CONFIG = Debug + + +############################################# +# Clean all the built files. + +build clean: CLEAN CMakeFiles/clean.additional + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/DB/Debug64/cmake_install.cmake b/DB/Debug64/cmake_install.cmake new file mode 100644 index 0000000..6ce49ab --- /dev/null +++ b/DB/Debug64/cmake_install.cmake @@ -0,0 +1,49 @@ +# Install script for directory: D:/LMS/DB/DataBaseLMS + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/DataBaseLMS") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/objdump.exe") +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "D:/LMS/DB/Debug64/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/DB/Debug64/libDataBaseLMS.dll b/DB/Debug64/libDataBaseLMS.dll new file mode 100644 index 0000000..6e33da7 Binary files /dev/null and b/DB/Debug64/libDataBaseLMS.dll differ diff --git a/DB/Debug64/libDataBaseLMS.dll.a b/DB/Debug64/libDataBaseLMS.dll.a new file mode 100644 index 0000000..e8040c1 Binary files /dev/null and b/DB/Debug64/libDataBaseLMS.dll.a differ diff --git a/DBXML/Debug64/.cmake/api/v1/query/cache-v2 b/DBXML/Debug64/.cmake/api/v1/query/cache-v2 new file mode 100644 index 0000000..e69de29 diff --git a/DBXML/Debug64/.cmake/api/v1/query/cmakeFiles-v1 b/DBXML/Debug64/.cmake/api/v1/query/cmakeFiles-v1 new file mode 100644 index 0000000..e69de29 diff --git a/DBXML/Debug64/.cmake/api/v1/query/codemodel-v2 b/DBXML/Debug64/.cmake/api/v1/query/codemodel-v2 new file mode 100644 index 0000000..e69de29 diff --git a/DBXML/Debug64/.cmake/api/v1/reply/cache-v2-17ec12457f1b986d72a0.json b/DBXML/Debug64/.cmake/api/v1/reply/cache-v2-17ec12457f1b986d72a0.json new file mode 100644 index 0000000..8978a41 --- /dev/null +++ b/DBXML/Debug64/.cmake/api/v1/reply/cache-v2-17ec12457f1b986d72a0.json @@ -0,0 +1,1367 @@ +{ + "entries" : + [ + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/addr2line.exe" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ar.exe" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "d:/LMS/DBXML/Debug64" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "28" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CODEBLOCKS_COMPILER_ID", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Id string of the compiler for the CodeBlocks IDE. Automatically detected when left empty" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CODEBLOCKS_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The CodeBlocks executable" + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_CODEBLOCKS_EXECUTABLE-NOTFOUND" + }, + { + "name" : "CMAKE_CODEBLOCKS_MAKE_ARGUMENTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Additional command line arguments when CodeBlocks invokes make. Enter e.g. -j to get parallel builds" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "C:/msys64/mingw64/bin/cmake.exe" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "C:/msys64/mingw64/bin/cpack.exe" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "C:/msys64/mingw64/bin/ctest.exe" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "STRING", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/g++.exe" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc-ar.exe" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc-ranlib.exe" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_STANDARD_LIBRARIES", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Libraries linked by default with all C++ applications." + } + ], + "type" : "STRING", + "value" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc.exe" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/dlltool.exe" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "Unknown" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of external makefile project generator." + } + ], + "type" : "INTERNAL", + "value" : "CodeBlocks" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_DEFINED_MACROS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CXX compiler system defined macros" + } + ], + "type" : "INTERNAL", + "value" : "__STDC__;1;__cplusplus;201402L;__STDC_UTF_16__;1;__STDC_UTF_32__;1;__STDC_HOSTED__;1;__GNUC__;7;__GNUC_MINOR__;3;__GNUC_PATCHLEVEL__;0;__VERSION__;\"7.3.0\";__ATOMIC_RELAXED;0;__ATOMIC_SEQ_CST;5;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_CONSUME;1;__pic__;1;__PIC__;1;__FINITE_MATH_ONLY__;0;__SIZEOF_INT__;4;__SIZEOF_LONG__;4;__SIZEOF_LONG_LONG__;8;__SIZEOF_SHORT__;2;__SIZEOF_FLOAT__;4;__SIZEOF_DOUBLE__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_SIZE_T__;8;__CHAR_BIT__;8;__BIGGEST_ALIGNMENT__;16;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__FLOAT_WORD_ORDER__;__ORDER_LITTLE_ENDIAN__;__SIZEOF_POINTER__;8;__GNUG__;7;__SIZE_TYPE__;long long unsigned int;__PTRDIFF_TYPE__;long long int;__WCHAR_TYPE__;short unsigned int;__WINT_TYPE__;short unsigned int;__INTMAX_TYPE__;long long int;__UINTMAX_TYPE__;long long unsigned int;__CHAR16_TYPE__;short unsigned int;__CHAR32_TYPE__;unsigned int;__SIG_ATOMIC_TYPE__;int;__INT8_TYPE__;signed char;__INT16_TYPE__;short int;__INT32_TYPE__;int;__INT64_TYPE__;long long int;__UINT8_TYPE__;unsigned char;__UINT16_TYPE__;short unsigned int;__UINT32_TYPE__;unsigned int;__UINT64_TYPE__;long long unsigned int;__INT_LEAST8_TYPE__;signed char;__INT_LEAST16_TYPE__;short int;__INT_LEAST32_TYPE__;int;__INT_LEAST64_TYPE__;long long int;__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST16_TYPE__;short unsigned int;__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST64_TYPE__;long long unsigned int;__INT_FAST8_TYPE__;signed char;__INT_FAST16_TYPE__;short int;__INT_FAST32_TYPE__;int;__INT_FAST64_TYPE__;long long int;__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST16_TYPE__;short unsigned int;__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST64_TYPE__;long long unsigned int;__INTPTR_TYPE__;long long int;__UINTPTR_TYPE__;long long unsigned int;__has_include(STR);__has_include__(STR);__has_include_next(STR);__has_include_next__(STR);__GXX_WEAK__;1;__DEPRECATED;1;__GXX_RTTI;1;__cpp_rtti;199711;__GXX_EXPERIMENTAL_CXX0X__;1;__cpp_binary_literals;201304;__cpp_hex_float;201603;__cpp_runtime_arrays;198712;__cpp_unicode_characters;200704;__cpp_raw_strings;200710;__cpp_unicode_literals;200710;__cpp_user_defined_literals;200809;__cpp_lambdas;200907;__cpp_range_based_for;200907;__cpp_static_assert;200410;__cpp_decltype;200707;__cpp_attributes;200809;__cpp_rvalue_reference;200610;__cpp_rvalue_references;200610;__cpp_variadic_templates;200704;__cpp_initializer_lists;200806;__cpp_delegating_constructors;200604;__cpp_nsdmi;200809;__cpp_inheriting_constructors;201511;__cpp_ref_qualifiers;200710;__cpp_alias_templates;200704;__cpp_return_type_deduction;201304;__cpp_init_captures;201304;__cpp_generic_lambdas;201304;__cpp_constexpr;201304;__cpp_decltype_auto;201304;__cpp_aggregate_nsdmi;201304;__cpp_variable_templates;201304;__cpp_digit_separators;201309;__cpp_sized_deallocation;201309;__cpp_threadsafe_static_init;200806;__EXCEPTIONS;1;__cpp_exceptions;199711;__GXX_ABI_VERSION;1011;__SCHAR_MAX__;0x7f;__SHRT_MAX__;0x7fff;__INT_MAX__;0x7fffffff;__LONG_MAX__;0x7fffffffL;__LONG_LONG_MAX__;0x7fffffffffffffffLL;__WCHAR_MAX__;0xffff;__WCHAR_MIN__;0;__WINT_MAX__;0xffff;__WINT_MIN__;0;__PTRDIFF_MAX__;0x7fffffffffffffffLL;__SIZE_MAX__;0xffffffffffffffffULL;__SCHAR_WIDTH__;8;__SHRT_WIDTH__;16;__INT_WIDTH__;32;__LONG_WIDTH__;32;__LONG_LONG_WIDTH__;64;__WCHAR_WIDTH__;16;__WINT_WIDTH__;16;__PTRDIFF_WIDTH__;64;__SIZE_WIDTH__;64;__GLIBCXX_TYPE_INT_N_0;__int128;__GLIBCXX_BITSIZE_INT_N_0;128;__INTMAX_MAX__;0x7fffffffffffffffLL;__INTMAX_C(c);c ## LL;__UINTMAX_MAX__;0xffffffffffffffffULL;__UINTMAX_C(c);c ## ULL;__INTMAX_WIDTH__;64;__SIG_ATOMIC_MAX__;0x7fffffff;__SIG_ATOMIC_MIN__;(-__SIG_ATOMIC_MAX__ - 1);__SIG_ATOMIC_WIDTH__;32;__INT8_MAX__;0x7f;__INT16_MAX__;0x7fff;__INT32_MAX__;0x7fffffff;__INT64_MAX__;0x7fffffffffffffffLL;__UINT8_MAX__;0xff;__UINT16_MAX__;0xffff;__UINT32_MAX__;0xffffffffU;__UINT64_MAX__;0xffffffffffffffffULL;__INT_LEAST8_MAX__;0x7f;__INT8_C(c);c;__INT_LEAST8_WIDTH__;8;__INT_LEAST16_MAX__;0x7fff;__INT16_C(c);c;__INT_LEAST16_WIDTH__;16;__INT_LEAST32_MAX__;0x7fffffff;__INT32_C(c);c;__INT_LEAST32_WIDTH__;32;__INT_LEAST64_MAX__;0x7fffffffffffffffLL;__INT64_C(c);c ## LL;__INT_LEAST64_WIDTH__;64;__UINT_LEAST8_MAX__;0xff;__UINT8_C(c);c;__UINT_LEAST16_MAX__;0xffff;__UINT16_C(c);c;__UINT_LEAST32_MAX__;0xffffffffU;__UINT32_C(c);c ## U;__UINT_LEAST64_MAX__;0xffffffffffffffffULL;__UINT64_C(c);c ## ULL;__INT_FAST8_MAX__;0x7f;__INT_FAST8_WIDTH__;8;__INT_FAST16_MAX__;0x7fff;__INT_FAST16_WIDTH__;16;__INT_FAST32_MAX__;0x7fffffff;__INT_FAST32_WIDTH__;32;__INT_FAST64_MAX__;0x7fffffffffffffffLL;__INT_FAST64_WIDTH__;64;__UINT_FAST8_MAX__;0xff;__UINT_FAST16_MAX__;0xffff;__UINT_FAST32_MAX__;0xffffffffU;__UINT_FAST64_MAX__;0xffffffffffffffffULL;__INTPTR_MAX__;0x7fffffffffffffffLL;__INTPTR_WIDTH__;64;__UINTPTR_MAX__;0xffffffffffffffffULL;__GCC_IEC_559;2;__GCC_IEC_559_COMPLEX;2;__FLT_EVAL_METHOD__;0;__FLT_EVAL_METHOD_TS_18661_3__;0;__DEC_EVAL_METHOD__;2;__FLT_RADIX__;2;__FLT_MANT_DIG__;24;__FLT_DIG__;6;__FLT_MIN_EXP__;(-125);__FLT_MIN_10_EXP__;(-37);__FLT_MAX_EXP__;128;__FLT_MAX_10_EXP__;38;__FLT_DECIMAL_DIG__;9;__FLT_MAX__;3.40282346638528859811704183484516925e+38F;__FLT_MIN__;1.17549435082228750796873653722224568e-38F;__FLT_EPSILON__;1.19209289550781250000000000000000000e-7F;__FLT_DENORM_MIN__;1.40129846432481707092372958328991613e-45F;__FLT_HAS_DENORM__;1;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_DIG__;15;__DBL_MIN_EXP__;(-1021);__DBL_MIN_10_EXP__;(-307);__DBL_MAX_EXP__;1024;__DBL_MAX_10_EXP__;308;__DBL_DECIMAL_DIG__;17;__DBL_MAX__;double(1.79769313486231570814527423731704357e+308L);__DBL_MIN__;double(2.22507385850720138309023271733240406e-308L);__DBL_EPSILON__;double(2.22044604925031308084726333618164062e-16L);__DBL_DENORM_MIN__;double(4.94065645841246544176568792868221372e-324L);__DBL_HAS_DENORM__;1;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_DIG__;18;__LDBL_MIN_EXP__;(-16381);__LDBL_MIN_10_EXP__;(-4931);__LDBL_MAX_EXP__;16384;__LDBL_MAX_10_EXP__;4932;__DECIMAL_DIG__;21;__LDBL_DECIMAL_DIG__;21;__LDBL_MAX__;1.18973149535723176502126385303097021e+4932L;__LDBL_MIN__;3.36210314311209350626267781732175260e-4932L;__LDBL_EPSILON__;1.08420217248550443400745280086994171e-19L;__LDBL_DENORM_MIN__;3.64519953188247460252840593361941982e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__FLT32_MANT_DIG__;24;__FLT32_DIG__;6;__FLT32_MIN_EXP__;(-125);__FLT32_MIN_10_EXP__;(-37);__FLT32_MAX_EXP__;128;__FLT32_MAX_10_EXP__;38;__FLT32_DECIMAL_DIG__;9;__FLT32_MAX__;3.40282346638528859811704183484516925e+38F32;__FLT32_MIN__;1.17549435082228750796873653722224568e-38F32;__FLT32_EPSILON__;1.19209289550781250000000000000000000e-7F32;__FLT32_DENORM_MIN__;1.40129846432481707092372958328991613e-45F32;__FLT32_HAS_DENORM__;1;__FLT32_HAS_INFINITY__;1;__FLT32_HAS_QUIET_NAN__;1;__FLT64_MANT_DIG__;53;__FLT64_DIG__;15;__FLT64_MIN_EXP__;(-1021);__FLT64_MIN_10_EXP__;(-307);__FLT64_MAX_EXP__;1024;__FLT64_MAX_10_EXP__;308;__FLT64_DECIMAL_DIG__;17;__FLT64_MAX__;1.79769313486231570814527423731704357e+308F64;__FLT64_MIN__;2.22507385850720138309023271733240406e-308F64;__FLT64_EPSILON__;2.22044604925031308084726333618164062e-16F64;__FLT64_DENORM_MIN__;4.94065645841246544176568792868221372e-324F64;__FLT64_HAS_DENORM__;1;__FLT64_HAS_INFINITY__;1;__FLT64_HAS_QUIET_NAN__;1;__FLT128_MANT_DIG__;113;__FLT128_DIG__;33;__FLT128_MIN_EXP__;(-16381);__FLT128_MIN_10_EXP__;(-4931);__FLT128_MAX_EXP__;16384;__FLT128_MAX_10_EXP__;4932;__FLT128_DECIMAL_DIG__;36;__FLT128_MAX__;1.18973149535723176508575932662800702e+4932F128;__FLT128_MIN__;3.36210314311209350626267781732175260e-4932F128;__FLT128_EPSILON__;1.92592994438723585305597794258492732e-34F128;__FLT128_DENORM_MIN__;6.47517511943802511092443895822764655e-4966F128;__FLT128_HAS_DENORM__;1;__FLT128_HAS_INFINITY__;1;__FLT128_HAS_QUIET_NAN__;1;__FLT32X_MANT_DIG__;53;__FLT32X_DIG__;15;__FLT32X_MIN_EXP__;(-1021);__FLT32X_MIN_10_EXP__;(-307);__FLT32X_MAX_EXP__;1024;__FLT32X_MAX_10_EXP__;308;__FLT32X_DECIMAL_DIG__;17;__FLT32X_MAX__;1.79769313486231570814527423731704357e+308F32x;__FLT32X_MIN__;2.22507385850720138309023271733240406e-308F32x;__FLT32X_EPSILON__;2.22044604925031308084726333618164062e-16F32x;__FLT32X_DENORM_MIN__;4.94065645841246544176568792868221372e-324F32x;__FLT32X_HAS_DENORM__;1;__FLT32X_HAS_INFINITY__;1;__FLT32X_HAS_QUIET_NAN__;1;__FLT64X_MANT_DIG__;64;__FLT64X_DIG__;18;__FLT64X_MIN_EXP__;(-16381);__FLT64X_MIN_10_EXP__;(-4931);__FLT64X_MAX_EXP__;16384;__FLT64X_MAX_10_EXP__;4932;__FLT64X_DECIMAL_DIG__;21;__FLT64X_MAX__;1.18973149535723176502126385303097021e+4932F64x;__FLT64X_MIN__;3.36210314311209350626267781732175260e-4932F64x;__FLT64X_EPSILON__;1.08420217248550443400745280086994171e-19F64x;__FLT64X_DENORM_MIN__;3.64519953188247460252840593361941982e-4951F64x;__FLT64X_HAS_DENORM__;1;__FLT64X_HAS_INFINITY__;1;__FLT64X_HAS_QUIET_NAN__;1;__DEC32_MANT_DIG__;7;__DEC32_MIN_EXP__;(-94);__DEC32_MAX_EXP__;97;__DEC32_MIN__;1E-95DF;__DEC32_MAX__;9.999999E96DF;__DEC32_EPSILON__;1E-6DF;__DEC32_SUBNORMAL_MIN__;0.000001E-95DF;__DEC64_MANT_DIG__;16;__DEC64_MIN_EXP__;(-382);__DEC64_MAX_EXP__;385;__DEC64_MIN__;1E-383DD;__DEC64_MAX__;9.999999999999999E384DD;__DEC64_EPSILON__;1E-15DD;__DEC64_SUBNORMAL_MIN__;0.000000000000001E-383DD;__DEC128_MANT_DIG__;34;__DEC128_MIN_EXP__;(-6142);__DEC128_MAX_EXP__;6145;__DEC128_MIN__;1E-6143DL;__DEC128_MAX__;9.999999999999999999999999999999999E6144DL;__DEC128_EPSILON__;1E-33DL;__DEC128_SUBNORMAL_MIN__;0.000000000000000000000000000000001E-6143DL;__REGISTER_PREFIX__; ;__USER_LABEL_PREFIX__; ;__GNUC_STDC_INLINE__;1;__NO_INLINE__;1;__WCHAR_UNSIGNED__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16;1;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__PRAGMA_REDEFINE_EXTNAME;1;__SIZEOF_INT128__;16;__SIZEOF_WCHAR_T__;2;__SIZEOF_WINT_T__;2;__SIZEOF_PTRDIFF_T__;8;__amd64;1;__amd64__;1;__x86_64;1;__x86_64__;1;__SIZEOF_FLOAT80__;16;__SIZEOF_FLOAT128__;16;__ATOMIC_HLE_ACQUIRE;65536;__ATOMIC_HLE_RELEASE;131072;__GCC_ASM_FLAG_OUTPUTS__;1;__nocona;1;__nocona__;1;__tune_core2__;1;__code_model_medium__;1;__MMX__;1;__SSE__;1;__SSE2__;1;__SSE3__;1;__FXSR__;1;__SSE_MATH__;1;__SSE2_MATH__;1;__SEG_FS;1;__SEG_GS;1;__SEH__;1;__stdcall;__attribute__((__stdcall__));__fastcall;__attribute__((__fastcall__));__thiscall;__attribute__((__thiscall__));__cdecl;__attribute__((__cdecl__));_stdcall;__attribute__((__stdcall__));_fastcall;__attribute__((__fastcall__));_thiscall;__attribute__((__thiscall__));_cdecl;__attribute__((__cdecl__));__GXX_MERGED_TYPEINFO_NAMES;0;__GXX_TYPEINFO_EQUALITY_INLINE;0;__MSVCRT__;1;__MINGW32__;1;_WIN32;1;__WIN32;1;__WIN32__;1;WIN32;1;__WINNT;1;__WINNT__;1;WINNT;1;_INTEGRAL_MAX_BITS;64;__MINGW64__;1;__WIN64;1;__WIN64__;1;WIN64;1;_WIN64;1;__declspec(x);__attribute__((x));__DECIMAL_BID_FORMAT__;1;_REENTRANT;1" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CXX compiler system include directories" + } + ], + "type" : "INTERNAL", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "D:/LMS/DBXML/Debug64/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator." + } + ], + "type" : "INTERNAL", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GNUtoMS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Convert GNU import libraries to MS format (requires Visual Studio)" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "D:/LMS/DBXML/InstructorsAndTrainees" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "C:/Program Files (x86)/InstructorsAndTrainees" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ld.exe" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program used to build from build.ninja files." + } + ], + "type" : "FILEPATH", + "value" : "C:/msys64/mingw64/bin/ninja.exe" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/nm.exe" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/objcopy.exe" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/objdump.exe" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PREFIX_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "InstructorsAndTrainees" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ranlib.exe" + }, + { + "name" : "CMAKE_RC_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "RC compiler" + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/windres.exe" + }, + { + "name" : "CMAKE_RC_COMPILER_WORKS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_RC_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/readelf.exe" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "C:/msys64/mingw64/share/cmake" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/strip.exe" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_TAPI-NOTFOUND" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "InstructorsAndTrainees_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "D:/LMS/DBXML/Debug64" + }, + { + "name" : "InstructorsAndTrainees_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "InstructorsAndTrainees_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;Qt5::Widgets;general;Qt5::Xml;general;Qt5::Sql;general;libDataBaseLMS.dll;" + }, + { + "name" : "InstructorsAndTrainees_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "D:/LMS/DBXML/InstructorsAndTrainees" + }, + { + "name" : "QT_QMAKE_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/bin/qmake.exe" + }, + { + "name" : "Qt5Core_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Core." + } + ], + "type" : "PATH", + "value" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core" + }, + { + "name" : "Qt5Gui_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Gui." + } + ], + "type" : "PATH", + "value" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui" + }, + { + "name" : "Qt5LinguistTools_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5LinguistTools." + } + ], + "type" : "PATH", + "value" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5LinguistTools" + }, + { + "name" : "Qt5Sql_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Sql." + } + ], + "type" : "PATH", + "value" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql" + }, + { + "name" : "Qt5Widgets_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Widgets." + } + ], + "type" : "PATH", + "value" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets" + }, + { + "name" : "Qt5Xml_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Xml." + } + ], + "type" : "PATH", + "value" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Xml" + }, + { + "name" : "Qt5_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5." + } + ], + "type" : "PATH", + "value" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/DBXML/Debug64/.cmake/api/v1/reply/cmakeFiles-v1-5d68d8a194ca0f846e5e.json b/DBXML/Debug64/.cmake/api/v1/reply/cmakeFiles-v1-5d68d8a194ca0f846e5e.json new file mode 100644 index 0000000..975d1a7 --- /dev/null +++ b/DBXML/Debug64/.cmake/api/v1/reply/cmakeFiles-v1-5d68d8a194ca0f846e5e.json @@ -0,0 +1,366 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "D:/LMS/DBXML/Debug64/CMakeFiles/3.28.3/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-Initialize.cmake" + }, + { + "isGenerated" : true, + "path" : "D:/LMS/DBXML/Debug64/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Platform/WindowsPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeFindCodeBlocks.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/ProcessorCount.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU.cmake" + }, + { + "isGenerated" : true, + "path" : "D:/LMS/DBXML/Debug64/CMakeFiles/3.28.3/CMakeRCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeRCInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-windres.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU-CXX-ABI.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ModuleLocation.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfig.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QICNSPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTgaPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTiffPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QVirtualKeyboardPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWbmpPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWebGLIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWebpPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWindowsDirect2DIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWindowsIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5Widgets_QWindowsVistaStylePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ModuleLocation.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Xml/Qt5XmlConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Xml/Qt5XmlConfig.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ModuleLocation.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5SqlConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5SqlConfig.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QODBCDriverPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QPSQLDriverPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QSQLiteDriverPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ModuleLocation.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5LinguistTools/Qt5LinguistToolsConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5LinguistTools/Qt5LinguistToolsConfig.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5LinguistTools/Qt5LinguistToolsMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "path" : "resources.qrc" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "D:/LMS/DBXML/Debug64", + "source" : "D:/LMS/DBXML/InstructorsAndTrainees" + }, + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/DBXML/Debug64/.cmake/api/v1/reply/codemodel-v2-3e8655912f08e643b156.json b/DBXML/Debug64/.cmake/api/v1/reply/codemodel-v2-3e8655912f08e643b156.json new file mode 100644 index 0000000..f49a7eb --- /dev/null +++ b/DBXML/Debug64/.cmake/api/v1/reply/codemodel-v2-3e8655912f08e643b156.json @@ -0,0 +1,69 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "jsonFile" : "directory-.-Debug-d0094a50bb2071803777.json", + "minimumCMakeVersion" : + { + "string" : "3.5" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "InstructorsAndTrainees", + "targetIndexes" : + [ + 0, + 1 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "InstructorsAndTrainees::@6890427a1f51a3e7e1df", + "jsonFile" : "target-InstructorsAndTrainees-Debug-dba2fefe90551c66e144.json", + "name" : "InstructorsAndTrainees", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "InstructorsAndTrainees_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-InstructorsAndTrainees_autogen-Debug-c8d7770b19993eca2df7.json", + "name" : "InstructorsAndTrainees_autogen", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "D:/LMS/DBXML/Debug64", + "source" : "D:/LMS/DBXML/InstructorsAndTrainees" + }, + "version" : + { + "major" : 2, + "minor" : 6 + } +} diff --git a/DBXML/Debug64/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json b/DBXML/Debug64/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json new file mode 100644 index 0000000..3a67af9 --- /dev/null +++ b/DBXML/Debug64/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/DBXML/Debug64/.cmake/api/v1/reply/index-2024-10-30T10-51-24-0233.json b/DBXML/Debug64/.cmake/api/v1/reply/index-2024-10-30T10-51-24-0233.json new file mode 100644 index 0000000..827a950 --- /dev/null +++ b/DBXML/Debug64/.cmake/api/v1/reply/index-2024-10-30T10-51-24-0233.json @@ -0,0 +1,89 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "C:/msys64/mingw64/bin/cmake.exe", + "cpack" : "C:/msys64/mingw64/bin/cpack.exe", + "ctest" : "C:/msys64/mingw64/bin/ctest.exe", + "root" : "C:/msys64/mingw64/share/cmake" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 28, + "patch" : 3, + "string" : "3.28.3", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-3e8655912f08e643b156.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 6 + } + }, + { + "jsonFile" : "cache-v2-17ec12457f1b986d72a0.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-5d68d8a194ca0f846e5e.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-17ec12457f1b986d72a0.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-5d68d8a194ca0f846e5e.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-3e8655912f08e643b156.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 6 + } + } + } +} diff --git a/DBXML/Debug64/.cmake/api/v1/reply/target-InstructorsAndTrainees-Debug-dba2fefe90551c66e144.json b/DBXML/Debug64/.cmake/api/v1/reply/target-InstructorsAndTrainees-Debug-dba2fefe90551c66e144.json new file mode 100644 index 0000000..750efa3 --- /dev/null +++ b/DBXML/Debug64/.cmake/api/v1/reply/target-InstructorsAndTrainees-Debug-dba2fefe90551c66e144.json @@ -0,0 +1,746 @@ +{ + "artifacts" : + [ + { + "path" : "libInstructorsAndTrainees.dll" + }, + { + "path" : "libInstructorsAndTrainees.dll.a" + }, + { + "path" : "libInstructorsAndTrainees.pdb" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "target_link_directories", + "target_link_libraries", + "set_property", + "_populate_Widgets_target_properties", + "find_package", + "target_compile_definitions", + "add_definitions", + "target_include_directories" + ], + "files" : + [ + "CMakeLists.txt", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5Config.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 25, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 84, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 75, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 76, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 77, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 88, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 20, + "parent" : 0 + }, + { + "file" : 2, + "parent" : 7 + }, + { + "command" : 5, + "file" : 2, + "line" : 28, + "parent" : 8 + }, + { + "file" : 1, + "parent" : 9 + }, + { + "command" : 4, + "file" : 1, + "line" : 185, + "parent" : 10 + }, + { + "command" : 3, + "file" : 1, + "line" : 45, + "parent" : 11 + }, + { + "command" : 6, + "file" : 0, + "line" : 79, + "parent" : 0 + }, + { + "command" : 7, + "file" : 0, + "line" : 17, + "parent" : 0 + }, + { + "command" : 8, + "file" : 0, + "line" : 71, + "parent" : 0 + }, + { + "command" : 8, + "file" : 0, + "line" : 72, + "parent" : 0 + }, + { + "command" : 8, + "file" : 0, + "line" : 73, + "parent" : 0 + }, + { + "command" : 8, + "file" : 0, + "line" : 82, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu++11" + } + ], + "defines" : + [ + { + "backtrace" : 13, + "define" : "INSTRUCTORSANDTRAINEES_LIBRARY" + }, + { + "define" : "InstructorsAndTrainees_EXPORTS" + }, + { + "backtrace" : 14, + "define" : "PROJECT_TYPE_DEBUG" + }, + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 5, + "define" : "QT_SQL_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + }, + { + "backtrace" : 4, + "define" : "QT_XML_LIB" + } + ], + "includes" : + [ + { + "path" : "D:/LMS/DBXML/Debug64" + }, + { + "path" : "D:/LMS/DBXML/InstructorsAndTrainees" + }, + { + "backtrace" : 0, + "path" : "D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include" + }, + { + "backtrace" : 15, + "path" : "D:/LMS/DBXML/InstructorsAndTrainees/instructors" + }, + { + "backtrace" : 16, + "path" : "D:/LMS/DBXML/InstructorsAndTrainees/trainees" + }, + { + "backtrace" : 17, + "path" : "D:/LMS/DBXML/InstructorsAndTrainees/tasks" + }, + { + "backtrace" : 18, + "path" : "D:/LMS/DBXML/InstructorsAndTrainees/../../DB/DataBaseLMS" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtXml" + }, + { + "backtrace" : 5, + "isSystem" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 3 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0, + 2, + 4, + 6, + 9, + 12, + 16, + 18, + 19, + 22, + 24, + 27, + 29, + 32, + 35, + 38, + 40, + 53 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 0, + "id" : "InstructorsAndTrainees_autogen::@6890427a1f51a3e7e1df" + } + ], + "id" : "InstructorsAndTrainees::@6890427a1f51a3e7e1df", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-LD:\\LMS\\DBXML\\InstructorsAndTrainees\\..\\..\\DB\\Debug64", + "role" : "libraryPath" + }, + { + "backtrace" : 3, + "fragment" : "C:\\Qt\\Qt5.14.2\\5.14.2\\mingw73_64\\lib\\libQt5Widgets.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "C:\\Qt\\Qt5.14.2\\5.14.2\\mingw73_64\\lib\\libQt5Xml.a", + "role" : "libraries" + }, + { + "backtrace" : 5, + "fragment" : "C:\\Qt\\Qt5.14.2\\5.14.2\\mingw73_64\\lib\\libQt5Sql.a", + "role" : "libraries" + }, + { + "backtrace" : 6, + "fragment" : "-lDataBaseLMS", + "role" : "libraries" + }, + { + "backtrace" : 12, + "fragment" : "C:\\Qt\\Qt5.14.2\\5.14.2\\mingw73_64\\lib\\libQt5Gui.a", + "role" : "libraries" + }, + { + "backtrace" : 12, + "fragment" : "C:\\Qt\\Qt5.14.2\\5.14.2\\mingw73_64\\lib\\libQt5Core.a", + "role" : "libraries" + }, + { + "fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "InstructorsAndTrainees", + "nameOnDisk" : "libInstructorsAndTrainees.dll", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4, + 6, + 9, + 12, + 16, + 18, + 19, + 22, + 24, + 27, + 29, + 32, + 35, + 38, + 40, + 53 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3, + 5, + 7, + 10, + 13, + 15, + 17, + 20, + 23, + 25, + 28, + 30, + 33, + 36, + 39, + 41, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 8, + 11, + 14, + 21, + 26, + 31, + 34, + 37, + 42, + 43 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 54 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "instructorsAndTrainees_global.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "instructorsAndTrainees.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "instructorsAndTrainees.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "commonview.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "commonview.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "trainees/editortrainees.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "trainees/editortrainees.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "trainees/editortrainees.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "trainees/dialogeditgroup.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "trainees/dialogeditgroup.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "trainees/dialogeditgroup.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "trainees/dialogedittrainee.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "trainees/dialogedittrainee.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "trainees/dialogedittrainee.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "trainees/computersLocations.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "trainees/computersLocations.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "trainees/databasetrainees.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "trainees/databasetrainees.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "trainees/viewertrainees.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "trainees/viewertrainees.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "trainees/viewertrainees.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "trainees/traineesview.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "trainees/traineesview.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "instructors/viewerinstructors.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "instructors/viewerinstructors.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "instructors/viewerinstructors.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "instructors/databaseinstructors.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "instructors/databaseinstructors.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "instructors/editorinstructors.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "instructors/editorinstructors.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "instructors/editorinstructors.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "instructors/dialogeditinstructor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "instructors/dialogeditinstructor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "instructors/dialogeditinstructor.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "instructors/dialogauthorizationinstructor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "instructors/dialogauthorizationinstructor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "instructors/dialogauthorizationinstructor.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "instructors/instructorsview.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "instructors/instructorsview.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "tasks/taskswidget.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "tasks/taskswidget.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "tasks/taskswidget.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "resources.qrc", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/trainees/ui_editortrainees.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/trainees/ui_dialogeditgroup.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/trainees/ui_dialogedittrainee.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/trainees/ui_viewertrainees.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/instructors/ui_viewerinstructors.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/instructors/ui_editorinstructors.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/instructors/ui_dialogeditinstructor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/instructors/ui_dialogauthorizationinstructor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/tasks/ui_taskswidget.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/EWIEGA46WW/qrc_resources.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/EWIEGA46WW/qrc_resources.cpp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/DBXML/Debug64/.cmake/api/v1/reply/target-InstructorsAndTrainees_autogen-Debug-c8d7770b19993eca2df7.json b/DBXML/Debug64/.cmake/api/v1/reply/target-InstructorsAndTrainees_autogen-Debug-c8d7770b19993eca2df7.json new file mode 100644 index 0000000..e8d2c26 --- /dev/null +++ b/DBXML/Debug64/.cmake/api/v1/reply/target-InstructorsAndTrainees_autogen-Debug-c8d7770b19993eca2df7.json @@ -0,0 +1,58 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "id" : "InstructorsAndTrainees_autogen::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "InstructorsAndTrainees_autogen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "D:/LMS/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "D:/LMS/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/DBXML/Debug64/.ninja_deps b/DBXML/Debug64/.ninja_deps new file mode 100644 index 0000000..d3db11a Binary files /dev/null and b/DBXML/Debug64/.ninja_deps differ diff --git a/DBXML/Debug64/.ninja_log b/DBXML/Debug64/.ninja_log new file mode 100644 index 0000000..76ce205 --- /dev/null +++ b/DBXML/Debug64/.ninja_log @@ -0,0 +1,69 @@ +# ninja log v5 +962 3237 7519837827243585 CMakeFiles/InstructorsAndTrainees.dir/commonview.cpp.obj 67380a0ee5da8ab6 +18 911 0 InstructorsAndTrainees_autogen/include/trainees/ui_dialogeditgroup.h 228be98943a96a5a +18 911 0 InstructorsAndTrainees_autogen/include/instructors/ui_viewerinstructors.h 228be98943a96a5a +972 2172 7519837816533461 CMakeFiles/InstructorsAndTrainees.dir/trainees/computersLocations.cpp.obj f798a270417b5431 +982 3346 7519837828412494 CMakeFiles/InstructorsAndTrainees.dir/trainees/traineesview.cpp.obj 2ed3e8391434b727 +975 3155 7519837826385897 CMakeFiles/InstructorsAndTrainees.dir/trainees/databasetrainees.cpp.obj a5c3554d882c89b7 +18 911 0 CMakeFiles/InstructorsAndTrainees_autogen 228be98943a96a5a +18 911 0 InstructorsAndTrainees_autogen/mocs_compilation.cpp 228be98943a96a5a +979 3256 7519837827503345 CMakeFiles/InstructorsAndTrainees.dir/trainees/viewertrainees.cpp.obj 5c5ae852390c8852 +18 911 0 D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/tasks/ui_taskswidget.h 228be98943a96a5a +18 911 0 D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/instructors/ui_viewerinstructors.h 228be98943a96a5a +911 956 7519837804537283 InstructorsAndTrainees_autogen/EWIEGA46WW/qrc_resources.cpp 1ff4fd5e5b73ed10 +18 911 0 D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/mocs_compilation.cpp 228be98943a96a5a +3642 4031 7519837835262276 libInstructorsAndTrainees.dll.a 3ee2eb19962875b8 +18 911 0 InstructorsAndTrainees_autogen/include/instructors/ui_editorinstructors.h 228be98943a96a5a +964 3604 7519837831003077 CMakeFiles/InstructorsAndTrainees.dir/trainees/editortrainees.cpp.obj bf64c41f792008b6 +18 911 0 D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/trainees/ui_dialogedittrainee.h 228be98943a96a5a +12 35 0 CMakeFiles/clean.additional 7155004b3956b606 +959 3555 7519837830519305 CMakeFiles/InstructorsAndTrainees.dir/instructorsAndTrainees.cpp.obj d891065c790921d1 +1014 1208 7519837807041231 CMakeFiles/InstructorsAndTrainees.dir/InstructorsAndTrainees_autogen/EWIEGA46WW/qrc_resources.cpp.obj f3459098d7e94f62 +956 3541 7519837830369423 CMakeFiles/InstructorsAndTrainees.dir/InstructorsAndTrainees_autogen/mocs_compilation.cpp.obj 7a56dd9cef8296dd +1000 3451 7519837829461884 CMakeFiles/InstructorsAndTrainees.dir/instructors/dialogauthorizationinstructor.cpp.obj 4788efbe14031cc7 +997 3384 7519837828792359 CMakeFiles/InstructorsAndTrainees.dir/instructors/dialogeditinstructor.cpp.obj c3bf580c4eb59d11 +35 44 0 clean 9c4b4372737ab8da +18 911 0 D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/trainees/ui_dialogeditgroup.h 228be98943a96a5a +986 3463 7519837829582864 CMakeFiles/InstructorsAndTrainees.dir/instructors/viewerinstructors.cpp.obj 22ec35276b1f1495 +18 911 0 D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/instructors/ui_dialogeditinstructor.h 228be98943a96a5a +18 911 0 InstructorsAndTrainees_autogen/include/trainees/ui_viewertrainees.h 228be98943a96a5a +911 956 7519837804537283 D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/EWIEGA46WW/qrc_resources.cpp 1ff4fd5e5b73ed10 +970 3145 7519837826053677 CMakeFiles/InstructorsAndTrainees.dir/trainees/dialogedittrainee.cpp.obj 411f4b5f925f4352 +18 911 0 D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/trainees/ui_viewertrainees.h 228be98943a96a5a +18 911 0 InstructorsAndTrainees_autogen/include/instructors/ui_dialogeditinstructor.h 228be98943a96a5a +18 911 0 InstructorsAndTrainees_autogen/include/tasks/ui_taskswidget.h 228be98943a96a5a +989 3233 7519837827081911 CMakeFiles/InstructorsAndTrainees.dir/instructors/databaseinstructors.cpp.obj aca3d5c7e7a6f925 +18 911 0 D:/LMS/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen 228be98943a96a5a +18 911 0 D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/instructors/ui_dialogauthorizationinstructor.h 228be98943a96a5a +993 3642 7519837831343158 CMakeFiles/InstructorsAndTrainees.dir/instructors/editorinstructors.cpp.obj a2470ebf36bc14af +18 911 0 D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/trainees/ui_editortrainees.h 228be98943a96a5a +1010 3495 7519837829915243 CMakeFiles/InstructorsAndTrainees.dir/tasks/taskswidget.cpp.obj 1d1ebab853dd84b1 +18 911 0 D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/instructors/ui_editorinstructors.h 228be98943a96a5a +3642 4031 7519837835262276 libInstructorsAndTrainees.dll 3ee2eb19962875b8 +18 911 0 InstructorsAndTrainees_autogen/include/instructors/ui_dialogauthorizationinstructor.h 228be98943a96a5a +18 911 0 InstructorsAndTrainees_autogen/include/trainees/ui_editortrainees.h 228be98943a96a5a +1006 3432 7519837829270306 CMakeFiles/InstructorsAndTrainees.dir/instructors/instructorsview.cpp.obj eaa94e88b4d692f5 +18 911 0 InstructorsAndTrainees_autogen/include/trainees/ui_dialogedittrainee.h 228be98943a96a5a +967 3222 7519837826941101 CMakeFiles/InstructorsAndTrainees.dir/trainees/dialogeditgroup.cpp.obj ebfe79efd046db86 +18 64 0 CMakeFiles/InstructorsAndTrainees_autogen 228be98943a96a5a +18 64 0 InstructorsAndTrainees_autogen/mocs_compilation.cpp 228be98943a96a5a +18 64 0 InstructorsAndTrainees_autogen/include/trainees/ui_editortrainees.h 228be98943a96a5a +18 64 0 InstructorsAndTrainees_autogen/include/trainees/ui_dialogeditgroup.h 228be98943a96a5a +18 64 0 InstructorsAndTrainees_autogen/include/trainees/ui_dialogedittrainee.h 228be98943a96a5a +18 64 0 InstructorsAndTrainees_autogen/include/trainees/ui_viewertrainees.h 228be98943a96a5a +18 64 0 InstructorsAndTrainees_autogen/include/instructors/ui_viewerinstructors.h 228be98943a96a5a +18 64 0 InstructorsAndTrainees_autogen/include/instructors/ui_editorinstructors.h 228be98943a96a5a +18 64 0 InstructorsAndTrainees_autogen/include/instructors/ui_dialogeditinstructor.h 228be98943a96a5a +18 64 0 InstructorsAndTrainees_autogen/include/instructors/ui_dialogauthorizationinstructor.h 228be98943a96a5a +18 64 0 InstructorsAndTrainees_autogen/include/tasks/ui_taskswidget.h 228be98943a96a5a +18 64 0 D:/LMS/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen 228be98943a96a5a +18 64 0 D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/mocs_compilation.cpp 228be98943a96a5a +18 64 0 D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/trainees/ui_editortrainees.h 228be98943a96a5a +18 64 0 D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/trainees/ui_dialogeditgroup.h 228be98943a96a5a +18 64 0 D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/trainees/ui_dialogedittrainee.h 228be98943a96a5a +18 64 0 D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/trainees/ui_viewertrainees.h 228be98943a96a5a +18 64 0 D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/instructors/ui_viewerinstructors.h 228be98943a96a5a +18 64 0 D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/instructors/ui_editorinstructors.h 228be98943a96a5a +18 64 0 D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/instructors/ui_dialogeditinstructor.h 228be98943a96a5a +18 64 0 D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/instructors/ui_dialogauthorizationinstructor.h 228be98943a96a5a +18 64 0 D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include/tasks/ui_taskswidget.h 228be98943a96a5a diff --git a/DBXML/Debug64/CMakeCache.txt b/DBXML/Debug64/CMakeCache.txt new file mode 100644 index 0000000..c9ecd20 --- /dev/null +++ b/DBXML/Debug64/CMakeCache.txt @@ -0,0 +1,414 @@ +# This is the CMakeCache file. +# For build in directory: d:/LMS/DBXML/Debug64 +# It was generated by CMake: C:/msys64/mingw64/bin/cmake.exe +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/addr2line.exe + +//Path to a program. +CMAKE_AR:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ar.exe + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//Id string of the compiler for the CodeBlocks IDE. Automatically +// detected when left empty +CMAKE_CODEBLOCKS_COMPILER_ID:STRING= + +//The CodeBlocks executable +CMAKE_CODEBLOCKS_EXECUTABLE:FILEPATH=CMAKE_CODEBLOCKS_EXECUTABLE-NOTFOUND + +//Additional command line arguments when CodeBlocks invokes make. +// Enter e.g. -j to get parallel builds +CMAKE_CODEBLOCKS_MAKE_ARGUMENTS:STRING= + +//CXX compiler +CMAKE_CXX_COMPILER:STRING=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/g++.exe + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc-ar.exe + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc-ranlib.exe + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Libraries linked by default with all C++ applications. +CMAKE_CXX_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:STRING=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc.exe + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/dlltool.exe + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=D:/LMS/DBXML/Debug64/CMakeFiles/pkgRedirects + +//Convert GNU import libraries to MS format (requires Visual Studio) +CMAKE_GNUtoMS:BOOL=OFF + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/InstructorsAndTrainees + +//Path to a program. +CMAKE_LINKER:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ld.exe + +//Program used to build from build.ninja files. +CMAKE_MAKE_PROGRAM:FILEPATH=C:/msys64/mingw64/bin/ninja.exe + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/nm.exe + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/objcopy.exe + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/objdump.exe + +//No help, variable specified on the command line. +CMAKE_PREFIX_PATH:STRING=C:/Qt/Qt5.14.2/5.14.2/mingw73_64 + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=InstructorsAndTrainees + +//Path to a program. +CMAKE_RANLIB:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ranlib.exe + +//RC compiler +CMAKE_RC_COMPILER:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/windres.exe + +//Flags for Windows Resource Compiler during all build types. +CMAKE_RC_FLAGS:STRING= + +//Flags for Windows Resource Compiler during DEBUG builds. +CMAKE_RC_FLAGS_DEBUG:STRING= + +//Flags for Windows Resource Compiler during MINSIZEREL builds. +CMAKE_RC_FLAGS_MINSIZEREL:STRING= + +//Flags for Windows Resource Compiler during RELEASE builds. +CMAKE_RC_FLAGS_RELEASE:STRING= + +//Flags for Windows Resource Compiler during RELWITHDEBINFO builds. +CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_READELF:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/readelf.exe + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/strip.exe + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Value Computed by CMake +InstructorsAndTrainees_BINARY_DIR:STATIC=D:/LMS/DBXML/Debug64 + +//Value Computed by CMake +InstructorsAndTrainees_IS_TOP_LEVEL:STATIC=ON + +//Dependencies for the target +InstructorsAndTrainees_LIB_DEPENDS:STATIC=general;Qt5::Widgets;general;Qt5::Xml;general;Qt5::Sql;general;libDataBaseLMS.dll; + +//Value Computed by CMake +InstructorsAndTrainees_SOURCE_DIR:STATIC=D:/LMS/DBXML/InstructorsAndTrainees + +//No help, variable specified on the command line. +QT_QMAKE_EXECUTABLE:STRING=C:/Qt/Qt5.14.2/5.14.2/mingw73_64/bin/qmake.exe + +//The directory containing a CMake configuration file for Qt5Core. +Qt5Core_DIR:PATH=C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core + +//The directory containing a CMake configuration file for Qt5Gui. +Qt5Gui_DIR:PATH=C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui + +//The directory containing a CMake configuration file for Qt5LinguistTools. +Qt5LinguistTools_DIR:PATH=C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5LinguistTools + +//The directory containing a CMake configuration file for Qt5Sql. +Qt5Sql_DIR:PATH=C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql + +//The directory containing a CMake configuration file for Qt5Widgets. +Qt5Widgets_DIR:PATH=C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets + +//The directory containing a CMake configuration file for Qt5Xml. +Qt5Xml_DIR:PATH=C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Xml + +//The directory containing a CMake configuration file for Qt5. +Qt5_DIR:PATH=C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5 + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=d:/LMS/DBXML/Debug64 +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=28 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=C:/msys64/mingw64/bin/cmake.exe +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=C:/msys64/mingw64/bin/cpack.exe +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=C:/msys64/mingw64/bin/ctest.exe +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES +CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL=CodeBlocks +//CXX compiler system defined macros +CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_DEFINED_MACROS:INTERNAL=__STDC__;1;__cplusplus;201402L;__STDC_UTF_16__;1;__STDC_UTF_32__;1;__STDC_HOSTED__;1;__GNUC__;7;__GNUC_MINOR__;3;__GNUC_PATCHLEVEL__;0;__VERSION__;"7.3.0";__ATOMIC_RELAXED;0;__ATOMIC_SEQ_CST;5;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_CONSUME;1;__pic__;1;__PIC__;1;__FINITE_MATH_ONLY__;0;__SIZEOF_INT__;4;__SIZEOF_LONG__;4;__SIZEOF_LONG_LONG__;8;__SIZEOF_SHORT__;2;__SIZEOF_FLOAT__;4;__SIZEOF_DOUBLE__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_SIZE_T__;8;__CHAR_BIT__;8;__BIGGEST_ALIGNMENT__;16;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__FLOAT_WORD_ORDER__;__ORDER_LITTLE_ENDIAN__;__SIZEOF_POINTER__;8;__GNUG__;7;__SIZE_TYPE__;long long unsigned int;__PTRDIFF_TYPE__;long long int;__WCHAR_TYPE__;short unsigned int;__WINT_TYPE__;short unsigned int;__INTMAX_TYPE__;long long int;__UINTMAX_TYPE__;long long unsigned int;__CHAR16_TYPE__;short unsigned int;__CHAR32_TYPE__;unsigned int;__SIG_ATOMIC_TYPE__;int;__INT8_TYPE__;signed char;__INT16_TYPE__;short int;__INT32_TYPE__;int;__INT64_TYPE__;long long int;__UINT8_TYPE__;unsigned char;__UINT16_TYPE__;short unsigned int;__UINT32_TYPE__;unsigned int;__UINT64_TYPE__;long long unsigned int;__INT_LEAST8_TYPE__;signed char;__INT_LEAST16_TYPE__;short int;__INT_LEAST32_TYPE__;int;__INT_LEAST64_TYPE__;long long int;__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST16_TYPE__;short unsigned int;__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST64_TYPE__;long long unsigned int;__INT_FAST8_TYPE__;signed char;__INT_FAST16_TYPE__;short int;__INT_FAST32_TYPE__;int;__INT_FAST64_TYPE__;long long int;__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST16_TYPE__;short unsigned int;__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST64_TYPE__;long long unsigned int;__INTPTR_TYPE__;long long int;__UINTPTR_TYPE__;long long unsigned int;__has_include(STR);__has_include__(STR);__has_include_next(STR);__has_include_next__(STR);__GXX_WEAK__;1;__DEPRECATED;1;__GXX_RTTI;1;__cpp_rtti;199711;__GXX_EXPERIMENTAL_CXX0X__;1;__cpp_binary_literals;201304;__cpp_hex_float;201603;__cpp_runtime_arrays;198712;__cpp_unicode_characters;200704;__cpp_raw_strings;200710;__cpp_unicode_literals;200710;__cpp_user_defined_literals;200809;__cpp_lambdas;200907;__cpp_range_based_for;200907;__cpp_static_assert;200410;__cpp_decltype;200707;__cpp_attributes;200809;__cpp_rvalue_reference;200610;__cpp_rvalue_references;200610;__cpp_variadic_templates;200704;__cpp_initializer_lists;200806;__cpp_delegating_constructors;200604;__cpp_nsdmi;200809;__cpp_inheriting_constructors;201511;__cpp_ref_qualifiers;200710;__cpp_alias_templates;200704;__cpp_return_type_deduction;201304;__cpp_init_captures;201304;__cpp_generic_lambdas;201304;__cpp_constexpr;201304;__cpp_decltype_auto;201304;__cpp_aggregate_nsdmi;201304;__cpp_variable_templates;201304;__cpp_digit_separators;201309;__cpp_sized_deallocation;201309;__cpp_threadsafe_static_init;200806;__EXCEPTIONS;1;__cpp_exceptions;199711;__GXX_ABI_VERSION;1011;__SCHAR_MAX__;0x7f;__SHRT_MAX__;0x7fff;__INT_MAX__;0x7fffffff;__LONG_MAX__;0x7fffffffL;__LONG_LONG_MAX__;0x7fffffffffffffffLL;__WCHAR_MAX__;0xffff;__WCHAR_MIN__;0;__WINT_MAX__;0xffff;__WINT_MIN__;0;__PTRDIFF_MAX__;0x7fffffffffffffffLL;__SIZE_MAX__;0xffffffffffffffffULL;__SCHAR_WIDTH__;8;__SHRT_WIDTH__;16;__INT_WIDTH__;32;__LONG_WIDTH__;32;__LONG_LONG_WIDTH__;64;__WCHAR_WIDTH__;16;__WINT_WIDTH__;16;__PTRDIFF_WIDTH__;64;__SIZE_WIDTH__;64;__GLIBCXX_TYPE_INT_N_0;__int128;__GLIBCXX_BITSIZE_INT_N_0;128;__INTMAX_MAX__;0x7fffffffffffffffLL;__INTMAX_C(c);c ## LL;__UINTMAX_MAX__;0xffffffffffffffffULL;__UINTMAX_C(c);c ## ULL;__INTMAX_WIDTH__;64;__SIG_ATOMIC_MAX__;0x7fffffff;__SIG_ATOMIC_MIN__;(-__SIG_ATOMIC_MAX__ - 1);__SIG_ATOMIC_WIDTH__;32;__INT8_MAX__;0x7f;__INT16_MAX__;0x7fff;__INT32_MAX__;0x7fffffff;__INT64_MAX__;0x7fffffffffffffffLL;__UINT8_MAX__;0xff;__UINT16_MAX__;0xffff;__UINT32_MAX__;0xffffffffU;__UINT64_MAX__;0xffffffffffffffffULL;__INT_LEAST8_MAX__;0x7f;__INT8_C(c);c;__INT_LEAST8_WIDTH__;8;__INT_LEAST16_MAX__;0x7fff;__INT16_C(c);c;__INT_LEAST16_WIDTH__;16;__INT_LEAST32_MAX__;0x7fffffff;__INT32_C(c);c;__INT_LEAST32_WIDTH__;32;__INT_LEAST64_MAX__;0x7fffffffffffffffLL;__INT64_C(c);c ## LL;__INT_LEAST64_WIDTH__;64;__UINT_LEAST8_MAX__;0xff;__UINT8_C(c);c;__UINT_LEAST16_MAX__;0xffff;__UINT16_C(c);c;__UINT_LEAST32_MAX__;0xffffffffU;__UINT32_C(c);c ## U;__UINT_LEAST64_MAX__;0xffffffffffffffffULL;__UINT64_C(c);c ## ULL;__INT_FAST8_MAX__;0x7f;__INT_FAST8_WIDTH__;8;__INT_FAST16_MAX__;0x7fff;__INT_FAST16_WIDTH__;16;__INT_FAST32_MAX__;0x7fffffff;__INT_FAST32_WIDTH__;32;__INT_FAST64_MAX__;0x7fffffffffffffffLL;__INT_FAST64_WIDTH__;64;__UINT_FAST8_MAX__;0xff;__UINT_FAST16_MAX__;0xffff;__UINT_FAST32_MAX__;0xffffffffU;__UINT_FAST64_MAX__;0xffffffffffffffffULL;__INTPTR_MAX__;0x7fffffffffffffffLL;__INTPTR_WIDTH__;64;__UINTPTR_MAX__;0xffffffffffffffffULL;__GCC_IEC_559;2;__GCC_IEC_559_COMPLEX;2;__FLT_EVAL_METHOD__;0;__FLT_EVAL_METHOD_TS_18661_3__;0;__DEC_EVAL_METHOD__;2;__FLT_RADIX__;2;__FLT_MANT_DIG__;24;__FLT_DIG__;6;__FLT_MIN_EXP__;(-125);__FLT_MIN_10_EXP__;(-37);__FLT_MAX_EXP__;128;__FLT_MAX_10_EXP__;38;__FLT_DECIMAL_DIG__;9;__FLT_MAX__;3.40282346638528859811704183484516925e+38F;__FLT_MIN__;1.17549435082228750796873653722224568e-38F;__FLT_EPSILON__;1.19209289550781250000000000000000000e-7F;__FLT_DENORM_MIN__;1.40129846432481707092372958328991613e-45F;__FLT_HAS_DENORM__;1;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_DIG__;15;__DBL_MIN_EXP__;(-1021);__DBL_MIN_10_EXP__;(-307);__DBL_MAX_EXP__;1024;__DBL_MAX_10_EXP__;308;__DBL_DECIMAL_DIG__;17;__DBL_MAX__;double(1.79769313486231570814527423731704357e+308L);__DBL_MIN__;double(2.22507385850720138309023271733240406e-308L);__DBL_EPSILON__;double(2.22044604925031308084726333618164062e-16L);__DBL_DENORM_MIN__;double(4.94065645841246544176568792868221372e-324L);__DBL_HAS_DENORM__;1;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_DIG__;18;__LDBL_MIN_EXP__;(-16381);__LDBL_MIN_10_EXP__;(-4931);__LDBL_MAX_EXP__;16384;__LDBL_MAX_10_EXP__;4932;__DECIMAL_DIG__;21;__LDBL_DECIMAL_DIG__;21;__LDBL_MAX__;1.18973149535723176502126385303097021e+4932L;__LDBL_MIN__;3.36210314311209350626267781732175260e-4932L;__LDBL_EPSILON__;1.08420217248550443400745280086994171e-19L;__LDBL_DENORM_MIN__;3.64519953188247460252840593361941982e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__FLT32_MANT_DIG__;24;__FLT32_DIG__;6;__FLT32_MIN_EXP__;(-125);__FLT32_MIN_10_EXP__;(-37);__FLT32_MAX_EXP__;128;__FLT32_MAX_10_EXP__;38;__FLT32_DECIMAL_DIG__;9;__FLT32_MAX__;3.40282346638528859811704183484516925e+38F32;__FLT32_MIN__;1.17549435082228750796873653722224568e-38F32;__FLT32_EPSILON__;1.19209289550781250000000000000000000e-7F32;__FLT32_DENORM_MIN__;1.40129846432481707092372958328991613e-45F32;__FLT32_HAS_DENORM__;1;__FLT32_HAS_INFINITY__;1;__FLT32_HAS_QUIET_NAN__;1;__FLT64_MANT_DIG__;53;__FLT64_DIG__;15;__FLT64_MIN_EXP__;(-1021);__FLT64_MIN_10_EXP__;(-307);__FLT64_MAX_EXP__;1024;__FLT64_MAX_10_EXP__;308;__FLT64_DECIMAL_DIG__;17;__FLT64_MAX__;1.79769313486231570814527423731704357e+308F64;__FLT64_MIN__;2.22507385850720138309023271733240406e-308F64;__FLT64_EPSILON__;2.22044604925031308084726333618164062e-16F64;__FLT64_DENORM_MIN__;4.94065645841246544176568792868221372e-324F64;__FLT64_HAS_DENORM__;1;__FLT64_HAS_INFINITY__;1;__FLT64_HAS_QUIET_NAN__;1;__FLT128_MANT_DIG__;113;__FLT128_DIG__;33;__FLT128_MIN_EXP__;(-16381);__FLT128_MIN_10_EXP__;(-4931);__FLT128_MAX_EXP__;16384;__FLT128_MAX_10_EXP__;4932;__FLT128_DECIMAL_DIG__;36;__FLT128_MAX__;1.18973149535723176508575932662800702e+4932F128;__FLT128_MIN__;3.36210314311209350626267781732175260e-4932F128;__FLT128_EPSILON__;1.92592994438723585305597794258492732e-34F128;__FLT128_DENORM_MIN__;6.47517511943802511092443895822764655e-4966F128;__FLT128_HAS_DENORM__;1;__FLT128_HAS_INFINITY__;1;__FLT128_HAS_QUIET_NAN__;1;__FLT32X_MANT_DIG__;53;__FLT32X_DIG__;15;__FLT32X_MIN_EXP__;(-1021);__FLT32X_MIN_10_EXP__;(-307);__FLT32X_MAX_EXP__;1024;__FLT32X_MAX_10_EXP__;308;__FLT32X_DECIMAL_DIG__;17;__FLT32X_MAX__;1.79769313486231570814527423731704357e+308F32x;__FLT32X_MIN__;2.22507385850720138309023271733240406e-308F32x;__FLT32X_EPSILON__;2.22044604925031308084726333618164062e-16F32x;__FLT32X_DENORM_MIN__;4.94065645841246544176568792868221372e-324F32x;__FLT32X_HAS_DENORM__;1;__FLT32X_HAS_INFINITY__;1;__FLT32X_HAS_QUIET_NAN__;1;__FLT64X_MANT_DIG__;64;__FLT64X_DIG__;18;__FLT64X_MIN_EXP__;(-16381);__FLT64X_MIN_10_EXP__;(-4931);__FLT64X_MAX_EXP__;16384;__FLT64X_MAX_10_EXP__;4932;__FLT64X_DECIMAL_DIG__;21;__FLT64X_MAX__;1.18973149535723176502126385303097021e+4932F64x;__FLT64X_MIN__;3.36210314311209350626267781732175260e-4932F64x;__FLT64X_EPSILON__;1.08420217248550443400745280086994171e-19F64x;__FLT64X_DENORM_MIN__;3.64519953188247460252840593361941982e-4951F64x;__FLT64X_HAS_DENORM__;1;__FLT64X_HAS_INFINITY__;1;__FLT64X_HAS_QUIET_NAN__;1;__DEC32_MANT_DIG__;7;__DEC32_MIN_EXP__;(-94);__DEC32_MAX_EXP__;97;__DEC32_MIN__;1E-95DF;__DEC32_MAX__;9.999999E96DF;__DEC32_EPSILON__;1E-6DF;__DEC32_SUBNORMAL_MIN__;0.000001E-95DF;__DEC64_MANT_DIG__;16;__DEC64_MIN_EXP__;(-382);__DEC64_MAX_EXP__;385;__DEC64_MIN__;1E-383DD;__DEC64_MAX__;9.999999999999999E384DD;__DEC64_EPSILON__;1E-15DD;__DEC64_SUBNORMAL_MIN__;0.000000000000001E-383DD;__DEC128_MANT_DIG__;34;__DEC128_MIN_EXP__;(-6142);__DEC128_MAX_EXP__;6145;__DEC128_MIN__;1E-6143DL;__DEC128_MAX__;9.999999999999999999999999999999999E6144DL;__DEC128_EPSILON__;1E-33DL;__DEC128_SUBNORMAL_MIN__;0.000000000000000000000000000000001E-6143DL;__REGISTER_PREFIX__; ;__USER_LABEL_PREFIX__; ;__GNUC_STDC_INLINE__;1;__NO_INLINE__;1;__WCHAR_UNSIGNED__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16;1;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__PRAGMA_REDEFINE_EXTNAME;1;__SIZEOF_INT128__;16;__SIZEOF_WCHAR_T__;2;__SIZEOF_WINT_T__;2;__SIZEOF_PTRDIFF_T__;8;__amd64;1;__amd64__;1;__x86_64;1;__x86_64__;1;__SIZEOF_FLOAT80__;16;__SIZEOF_FLOAT128__;16;__ATOMIC_HLE_ACQUIRE;65536;__ATOMIC_HLE_RELEASE;131072;__GCC_ASM_FLAG_OUTPUTS__;1;__nocona;1;__nocona__;1;__tune_core2__;1;__code_model_medium__;1;__MMX__;1;__SSE__;1;__SSE2__;1;__SSE3__;1;__FXSR__;1;__SSE_MATH__;1;__SSE2_MATH__;1;__SEG_FS;1;__SEG_GS;1;__SEH__;1;__stdcall;__attribute__((__stdcall__));__fastcall;__attribute__((__fastcall__));__thiscall;__attribute__((__thiscall__));__cdecl;__attribute__((__cdecl__));_stdcall;__attribute__((__stdcall__));_fastcall;__attribute__((__fastcall__));_thiscall;__attribute__((__thiscall__));_cdecl;__attribute__((__cdecl__));__GXX_MERGED_TYPEINFO_NAMES;0;__GXX_TYPEINFO_EQUALITY_INLINE;0;__MSVCRT__;1;__MINGW32__;1;_WIN32;1;__WIN32;1;__WIN32__;1;WIN32;1;__WINNT;1;__WINNT__;1;WINNT;1;_INTEGRAL_MAX_BITS;64;__MINGW64__;1;__WIN64;1;__WIN64__;1;WIN64;1;_WIN64;1;__declspec(x);__attribute__((x));__DECIMAL_BID_FORMAT__;1;_REENTRANT;1 +//CXX compiler system include directories +CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_INCLUDE_DIRS:INTERNAL=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Ninja +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=D:/LMS/DBXML/InstructorsAndTrainees +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_COMPILER +CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1 +CMAKE_RC_COMPILER_WORKS:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS +CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG +CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL +CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE +CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO +CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=C:/msys64/mingw64/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE + diff --git a/DBXML/Debug64/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake b/DBXML/Debug64/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..21ef51e --- /dev/null +++ b/DBXML/Debug64/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake @@ -0,0 +1,85 @@ +set(CMAKE_CXX_COMPILER "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/g++.exe") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "7.3.0") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "") +set(CMAKE_CXX23_COMPILE_FEATURES "") + +set(CMAKE_CXX_PLATFORM_ID "MinGW") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ar.exe") +set(CMAKE_CXX_COMPILER_AR "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc-ar.exe") +set(CMAKE_RANLIB "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ranlib.exe") +set(CMAKE_CXX_COMPILER_RANLIB "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc-ranlib.exe") +set(CMAKE_LINKER "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ld.exe") +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed;C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;mingw32;gcc_s;gcc;moldname;mingwex;pthread;advapi32;shell32;user32;kernel32;iconv;mingw32;gcc_s;gcc;moldname;mingwex") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc;C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/DBXML/Debug64/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_CXX.bin b/DBXML/Debug64/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_CXX.bin new file mode 100644 index 0000000..2ed8f8b Binary files /dev/null and b/DBXML/Debug64/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/DBXML/Debug64/CMakeFiles/3.28.3/CMakeRCCompiler.cmake b/DBXML/Debug64/CMakeFiles/3.28.3/CMakeRCCompiler.cmake new file mode 100644 index 0000000..72d2a27 --- /dev/null +++ b/DBXML/Debug64/CMakeFiles/3.28.3/CMakeRCCompiler.cmake @@ -0,0 +1,6 @@ +set(CMAKE_RC_COMPILER "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/windres.exe") +set(CMAKE_RC_COMPILER_ARG1 "") +set(CMAKE_RC_COMPILER_LOADED 1) +set(CMAKE_RC_SOURCE_FILE_EXTENSIONS rc;RC) +set(CMAKE_RC_OUTPUT_EXTENSION .obj) +set(CMAKE_RC_COMPILER_ENV_VAR "RC") diff --git a/DBXML/Debug64/CMakeFiles/3.28.3/CMakeSystem.cmake b/DBXML/Debug64/CMakeFiles/3.28.3/CMakeSystem.cmake new file mode 100644 index 0000000..909db20 --- /dev/null +++ b/DBXML/Debug64/CMakeFiles/3.28.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Windows-10.0.19045") +set(CMAKE_HOST_SYSTEM_NAME "Windows") +set(CMAKE_HOST_SYSTEM_VERSION "10.0.19045") +set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") + + + +set(CMAKE_SYSTEM "Windows-10.0.19045") +set(CMAKE_SYSTEM_NAME "Windows") +set(CMAKE_SYSTEM_VERSION "10.0.19045") +set(CMAKE_SYSTEM_PROCESSOR "AMD64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/DBXML/Debug64/CMakeFiles/3.28.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/DBXML/Debug64/CMakeFiles/3.28.3/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..9c9c90e --- /dev/null +++ b/DBXML/Debug64/CMakeFiles/3.28.3/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,869 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L +# if defined(__INTEL_CXX11_MODE__) +# if defined(__cpp_aggregate_nsdmi) +# define CXX_STD 201402L +# else +# define CXX_STD 201103L +# endif +# else +# define CXX_STD 199711L +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# define CXX_STD _MSVC_LANG +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > 202002L + "23" +#elif CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/DBXML/Debug64/CMakeFiles/3.28.3/CompilerIdCXX/a.exe b/DBXML/Debug64/CMakeFiles/3.28.3/CompilerIdCXX/a.exe new file mode 100644 index 0000000..bb42850 Binary files /dev/null and b/DBXML/Debug64/CMakeFiles/3.28.3/CompilerIdCXX/a.exe differ diff --git a/DBXML/Debug64/CMakeFiles/CMakeConfigureLog.yaml b/DBXML/Debug64/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 0000000..c1c15d5 --- /dev/null +++ b/DBXML/Debug64/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,296 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineSystem.cmake:233 (message)" + - "CMakeLists.txt:3 (project)" + message: | + The system is: Windows - 10.0.19045 - AMD64 + - + kind: "message-v1" + backtrace: + - "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:3 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/g++.exe + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.exe" + + The CXX compiler identification is GNU, found in: + D:/LMS/DBXML/Debug64/CMakeFiles/3.28.3/CompilerIdCXX/a.exe + + - + kind: "try_compile-v1" + backtrace: + - "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)" + - "C:/msys64/mingw64/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "D:/LMS/DBXML/Debug64/CMakeFiles/CMakeScratch/TryCompile-lbfnz9" + binary: "D:/LMS/DBXML/Debug64/CMakeFiles/CMakeScratch/TryCompile-lbfnz9" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: 'D:/LMS/DBXML/Debug64/CMakeFiles/CMakeScratch/TryCompile-lbfnz9' + + Run Build Command(s): C:/msys64/mingw64/bin/ninja.exe -v cmTC_dfb11 + [1/2] C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\g++.exe -v -o CMakeFiles/cmTC_dfb11.dir/CMakeCXXCompilerABI.cpp.obj -c C:/msys64/mingw64/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\g++.exe + Target: x86_64-w64-mingw32 + Configured with: ../../../src/gcc-7.3.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/lib -L/c/mingw730/prerequisites/x86_64-zlib-static/lib -L/c/mingw730/prerequisites/x86_64-w64-mingw32-static/lib ' + Thread model: posix + gcc version 7.3.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_dfb11.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/cc1plus.exe -quiet -v -iprefix C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/ -D_REENTRANT C:/msys64/mingw64/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=core2 -march=nocona -auxbase-strip CMakeFiles/cmTC_dfb11.dir/CMakeCXXCompilerABI.cpp.obj -version -o C:\\Users\\KRIVOS~1\\AppData\\Local\\Temp\\ccr6aWuk.s + GNU C++14 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 7.3.0 (x86_64-w64-mingw32) + compiled by GNU C version 7.3.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++" + ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32" + ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward" + ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include" + ignoring nonexistent directory "C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64C:/msys64-2/mingw64/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../include" + ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed" + ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include" + ignoring nonexistent directory "C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/mingw/include" + #include "..." search starts here: + #include <...> search starts here: + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++ + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32 + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include + End of search list. + GNU C++14 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 7.3.0 (x86_64-w64-mingw32) + compiled by GNU C version 7.3.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + Compiler executable checksum: 86cf749bb84a0f12f1d61bff4e68fffd + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_dfb11.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles/cmTC_dfb11.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\KRIVOS~1\\AppData\\Local\\Temp\\ccr6aWuk.s + GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30 + COMPILER_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ + LIBRARY_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../\x0d + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_dfb11.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'\x0d + [2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\g++.exe -v CMakeFiles/cmTC_dfb11.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_dfb11.exe -Wl,--out-implib,libcmTC_dfb11.dll.a -Wl,--major-image-version,0,--minor-image-version,0 && cd ." + Using built-in specs. + COLLECT_GCC=C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\g++.exe + COLLECT_LTO_WRAPPER=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe + Target: x86_64-w64-mingw32 + Configured with: ../../../src/gcc-7.3.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/lib -L/c/mingw730/prerequisites/x86_64-zlib-static/lib -L/c/mingw730/prerequisites/x86_64-w64-mingw32-static/lib ' + Thread model: posix + gcc version 7.3.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) + COMPILER_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ + LIBRARY_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_dfb11.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona' + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/collect2.exe -plugin C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/liblto_plugin-0.dll -plugin-opt=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\KRIVOS~1\\AppData\\Local\\Temp\\cc56Tc3p.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_dfb11.exe C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0 -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../.. CMakeFiles/cmTC_dfb11.dir/CMakeCXXCompilerABI.cpp.obj --out-implib libcmTC_dfb11.dll.a --major-image-version 0 --minor-image-version 0 -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o\x0d + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_dfb11.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona'\x0d + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:127 (message)" + - "C:/msys64/mingw64/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++] + add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32] + add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward] + add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include] + add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed] + add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include] + end of search list found + collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++] + collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32] + collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward] + collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include] + collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed] + collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/include] + implicit include dirs: [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed;C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/include] + + + - + kind: "message-v1" + backtrace: + - "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:159 (message)" + - "C:/msys64/mingw64/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld\\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + ignore line: [Change Dir: 'D:/LMS/DBXML/Debug64/CMakeFiles/CMakeScratch/TryCompile-lbfnz9'] + ignore line: [] + ignore line: [Run Build Command(s): C:/msys64/mingw64/bin/ninja.exe -v cmTC_dfb11] + ignore line: [[1/2] C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\g++.exe -v -o CMakeFiles/cmTC_dfb11.dir/CMakeCXXCompilerABI.cpp.obj -c C:/msys64/mingw64/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\g++.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../../../src/gcc-7.3.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/lib -L/c/mingw730/prerequisites/x86_64-zlib-static/lib -L/c/mingw730/prerequisites/x86_64-w64-mingw32-static/lib '] + ignore line: [Thread model: posix] + ignore line: [gcc version 7.3.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_dfb11.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/cc1plus.exe -quiet -v -iprefix C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/ -D_REENTRANT C:/msys64/mingw64/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=core2 -march=nocona -auxbase-strip CMakeFiles/cmTC_dfb11.dir/CMakeCXXCompilerABI.cpp.obj -version -o C:\\Users\\KRIVOS~1\\AppData\\Local\\Temp\\ccr6aWuk.s] + ignore line: [GNU C++14 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 7.3.0 (x86_64-w64-mingw32)] + ignore line: [ compiled by GNU C version 7.3.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++"] + ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32"] + ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward"] + ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include"] + ignore line: [ignoring nonexistent directory "C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64C:/msys64-2/mingw64/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../include"] + ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed"] + ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include"] + ignore line: [ignoring nonexistent directory "C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/mingw/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++] + ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32] + ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward] + ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include] + ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed] + ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include] + ignore line: [End of search list.] + ignore line: [GNU C++14 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 7.3.0 (x86_64-w64-mingw32)] + ignore line: [ compiled by GNU C version 7.3.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 86cf749bb84a0f12f1d61bff4e68fffd] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_dfb11.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles/cmTC_dfb11.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\KRIVOS~1\\AppData\\Local\\Temp\\ccr6aWuk.s] + ignore line: [GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30] + ignore line: [COMPILER_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/] + ignore line: [LIBRARY_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../\x0d] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_dfb11.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'\x0d] + ignore line: [[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\g++.exe -v CMakeFiles/cmTC_dfb11.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_dfb11.exe -Wl --out-implib libcmTC_dfb11.dll.a -Wl --major-image-version 0 --minor-image-version 0 && cd ."] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\g++.exe] + ignore line: [COLLECT_LTO_WRAPPER=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../../../src/gcc-7.3.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/lib -L/c/mingw730/prerequisites/x86_64-zlib-static/lib -L/c/mingw730/prerequisites/x86_64-w64-mingw32-static/lib '] + ignore line: [Thread model: posix] + ignore line: [gcc version 7.3.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ] + ignore line: [COMPILER_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/] + ignore line: [LIBRARY_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_dfb11.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + link line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/collect2.exe -plugin C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/liblto_plugin-0.dll -plugin-opt=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\KRIVOS~1\\AppData\\Local\\Temp\\cc56Tc3p.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_dfb11.exe C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0 -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../.. CMakeFiles/cmTC_dfb11.dir/CMakeCXXCompilerABI.cpp.obj --out-implib libcmTC_dfb11.dll.a --major-image-version 0 --minor-image-version 0 -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o\x0d] + arg [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/collect2.exe] ==> ignore + arg [-plugin] ==> ignore + arg [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/liblto_plugin-0.dll] ==> ignore + arg [-plugin-opt=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe] ==> ignore + arg [-plugin-opt=-fresolution=C:\\Users\\KRIVOS~1\\AppData\\Local\\Temp\\cc56Tc3p.res] ==> ignore + arg [-plugin-opt=-pass-through=-lmingw32] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lmoldname] ==> ignore + arg [-plugin-opt=-pass-through=-lmingwex] ==> ignore + arg [-plugin-opt=-pass-through=-lmsvcrt] ==> ignore + arg [-plugin-opt=-pass-through=-lpthread] ==> ignore + arg [-plugin-opt=-pass-through=-ladvapi32] ==> ignore + arg [-plugin-opt=-pass-through=-lshell32] ==> ignore + arg [-plugin-opt=-pass-through=-luser32] ==> ignore + arg [-plugin-opt=-pass-through=-lkernel32] ==> ignore + arg [-plugin-opt=-pass-through=-liconv] ==> ignore + arg [-plugin-opt=-pass-through=-lmingw32] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lmoldname] ==> ignore + arg [-plugin-opt=-pass-through=-lmingwex] ==> ignore + arg [-plugin-opt=-pass-through=-lmsvcrt] ==> ignore + arg [--sysroot=C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64] ==> ignore + arg [-m] ==> ignore + arg [i386pep] ==> ignore + arg [-Bdynamic] ==> search dynamic + arg [-o] ==> ignore + arg [cmTC_dfb11.exe] ==> ignore + arg [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o] ==> obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o] + arg [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o] ==> obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o] + arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0] + arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc] + arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib] + arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib] + arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib] + arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../..] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../..] + arg [CMakeFiles/cmTC_dfb11.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore + arg [--out-implib] ==> ignore + arg [libcmTC_dfb11.dll.a] ==> ignore + arg [--major-image-version] ==> ignore + arg [0] ==> ignore + arg [--minor-image-version] ==> ignore + arg [0] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lmingw32] ==> lib [mingw32] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lmoldname] ==> lib [moldname] + arg [-lmingwex] ==> lib [mingwex] + arg [-lmsvcrt] ==> lib [msvcrt] + arg [-lpthread] ==> lib [pthread] + arg [-ladvapi32] ==> lib [advapi32] + arg [-lshell32] ==> lib [shell32] + arg [-luser32] ==> lib [user32] + arg [-lkernel32] ==> lib [kernel32] + arg [-liconv] ==> lib [iconv] + arg [-lmingw32] ==> lib [mingw32] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lmoldname] ==> lib [moldname] + arg [-lmingwex] ==> lib [mingwex] + arg [-lmsvcrt] ==> lib [msvcrt] + arg [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o] ==> obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o] + remove lib [msvcrt] + remove lib [msvcrt] + collapse obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib/crt2.o] + collapse obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o] + collapse obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o] + collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0] + collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc] + collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib] + collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib] + collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib] + collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../..] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib] + implicit libs: [stdc++;mingw32;gcc_s;gcc;moldname;mingwex;pthread;advapi32;shell32;user32;kernel32;iconv;mingw32;gcc_s;gcc;moldname;mingwex] + implicit objs: [C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib/crt2.o;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o] + implicit dirs: [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc;C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib] + implicit fwks: [] + + +... diff --git a/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/InstructorsAndTrainees_autogen/EWIEGA46WW/qrc_resources.cpp.obj b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/InstructorsAndTrainees_autogen/EWIEGA46WW/qrc_resources.cpp.obj new file mode 100644 index 0000000..c9f878a Binary files /dev/null and b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/InstructorsAndTrainees_autogen/EWIEGA46WW/qrc_resources.cpp.obj differ diff --git a/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/InstructorsAndTrainees_autogen/mocs_compilation.cpp.obj b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/InstructorsAndTrainees_autogen/mocs_compilation.cpp.obj new file mode 100644 index 0000000..f2abc6b Binary files /dev/null and b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/InstructorsAndTrainees_autogen/mocs_compilation.cpp.obj differ diff --git a/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/commonview.cpp.obj b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/commonview.cpp.obj new file mode 100644 index 0000000..271ad90 Binary files /dev/null and b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/commonview.cpp.obj differ diff --git a/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/instructors/databaseinstructors.cpp.obj b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/instructors/databaseinstructors.cpp.obj new file mode 100644 index 0000000..9df602d Binary files /dev/null and b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/instructors/databaseinstructors.cpp.obj differ diff --git a/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/instructors/dialogauthorizationinstructor.cpp.obj b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/instructors/dialogauthorizationinstructor.cpp.obj new file mode 100644 index 0000000..34bb522 Binary files /dev/null and b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/instructors/dialogauthorizationinstructor.cpp.obj differ diff --git a/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/instructors/dialogeditinstructor.cpp.obj b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/instructors/dialogeditinstructor.cpp.obj new file mode 100644 index 0000000..ceb611f Binary files /dev/null and b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/instructors/dialogeditinstructor.cpp.obj differ diff --git a/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/instructors/editorinstructors.cpp.obj b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/instructors/editorinstructors.cpp.obj new file mode 100644 index 0000000..ec6f48f Binary files /dev/null and b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/instructors/editorinstructors.cpp.obj differ diff --git a/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/instructors/instructorsview.cpp.obj b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/instructors/instructorsview.cpp.obj new file mode 100644 index 0000000..604e704 Binary files /dev/null and b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/instructors/instructorsview.cpp.obj differ diff --git a/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/instructors/viewerinstructors.cpp.obj b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/instructors/viewerinstructors.cpp.obj new file mode 100644 index 0000000..a0b3c00 Binary files /dev/null and b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/instructors/viewerinstructors.cpp.obj differ diff --git a/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/instructorsAndTrainees.cpp.obj b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/instructorsAndTrainees.cpp.obj new file mode 100644 index 0000000..284d21f Binary files /dev/null and b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/instructorsAndTrainees.cpp.obj differ diff --git a/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/tasks/taskswidget.cpp.obj b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/tasks/taskswidget.cpp.obj new file mode 100644 index 0000000..d9fd087 Binary files /dev/null and b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/tasks/taskswidget.cpp.obj differ diff --git a/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/trainees/computersLocations.cpp.obj b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/trainees/computersLocations.cpp.obj new file mode 100644 index 0000000..a37284c Binary files /dev/null and b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/trainees/computersLocations.cpp.obj differ diff --git a/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/trainees/databasetrainees.cpp.obj b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/trainees/databasetrainees.cpp.obj new file mode 100644 index 0000000..26fc576 Binary files /dev/null and b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/trainees/databasetrainees.cpp.obj differ diff --git a/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/trainees/dialogeditgroup.cpp.obj b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/trainees/dialogeditgroup.cpp.obj new file mode 100644 index 0000000..4e317af Binary files /dev/null and b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/trainees/dialogeditgroup.cpp.obj differ diff --git a/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/trainees/dialogedittrainee.cpp.obj b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/trainees/dialogedittrainee.cpp.obj new file mode 100644 index 0000000..10be8cd Binary files /dev/null and b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/trainees/dialogedittrainee.cpp.obj differ diff --git a/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/trainees/editortrainees.cpp.obj b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/trainees/editortrainees.cpp.obj new file mode 100644 index 0000000..6b84afa Binary files /dev/null and b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/trainees/editortrainees.cpp.obj differ diff --git a/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/trainees/traineesview.cpp.obj b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/trainees/traineesview.cpp.obj new file mode 100644 index 0000000..be46865 Binary files /dev/null and b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/trainees/traineesview.cpp.obj differ diff --git a/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/trainees/viewertrainees.cpp.obj b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/trainees/viewertrainees.cpp.obj new file mode 100644 index 0000000..f2c9758 Binary files /dev/null and b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir/trainees/viewertrainees.cpp.obj differ diff --git a/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen.dir/AutoRcc_resources_EWIEGA46WW_Info.json b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen.dir/AutoRcc_resources_EWIEGA46WW_Info.json new file mode 100644 index 0000000..634a3f3 --- /dev/null +++ b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen.dir/AutoRcc_resources_EWIEGA46WW_Info.json @@ -0,0 +1,43 @@ +{ + "BUILD_DIR" : "D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen", + "CMAKE_BINARY_DIR" : "D:/LMS/DBXML/Debug64", + "CMAKE_CURRENT_BINARY_DIR" : "D:/LMS/DBXML/Debug64", + "CMAKE_CURRENT_SOURCE_DIR" : "D:/LMS/DBXML/InstructorsAndTrainees", + "CMAKE_SOURCE_DIR" : "D:/LMS/DBXML/InstructorsAndTrainees", + "GENERATOR" : "Ninja", + "INCLUDE_DIR" : "D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include", + "INPUTS" : + [ + "D:/LMS/DBXML/InstructorsAndTrainees/blankXML/instructors.xml", + "D:/LMS/DBXML/InstructorsAndTrainees/blankXML/groupsTrainees.xml", + "D:/LMS/DBXML/InstructorsAndTrainees/icons/instructorArchive.png", + "D:/LMS/DBXML/InstructorsAndTrainees/icons/newGroup.png", + "D:/LMS/DBXML/InstructorsAndTrainees/icons/traineeFromArchive.png", + "D:/LMS/DBXML/InstructorsAndTrainees/icons/deleteGroup.png", + "D:/LMS/DBXML/InstructorsAndTrainees/icons/traineeArchive.png", + "D:/LMS/DBXML/InstructorsAndTrainees/icons/admin.png", + "D:/LMS/DBXML/InstructorsAndTrainees/icons/circleGray.png", + "D:/LMS/DBXML/InstructorsAndTrainees/icons/circleGreen.png", + "D:/LMS/DBXML/InstructorsAndTrainees/icons/addTrainee.png", + "D:/LMS/DBXML/InstructorsAndTrainees/icons/archive.png", + "D:/LMS/DBXML/InstructorsAndTrainees/icons/group.png", + "D:/LMS/DBXML/InstructorsAndTrainees/icons/instructorFromArchive.png", + "D:/LMS/DBXML/InstructorsAndTrainees/icons/trainee.png", + "D:/LMS/DBXML/InstructorsAndTrainees/icons/instructorAdmin.png", + "D:/LMS/DBXML/InstructorsAndTrainees/icons/deleteTrainee.png", + "D:/LMS/DBXML/InstructorsAndTrainees/icons/addInstructor.png", + "D:/LMS/DBXML/InstructorsAndTrainees/icons/edit.png", + "D:/LMS/DBXML/InstructorsAndTrainees/icons/instructor.png", + "D:/LMS/DBXML/InstructorsAndTrainees/icons/deleteInstructor.png" + ], + "LOCK_FILE" : "D:/LMS/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen.dir/AutoRcc_resources_EWIEGA46WW_Lock.lock", + "MULTI_CONFIG" : false, + "OPTIONS" : [ "-name", "resources" ], + "OUTPUT_CHECKSUM" : "EWIEGA46WW", + "OUTPUT_NAME" : "qrc_resources.cpp", + "RCC_EXECUTABLE" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/bin/rcc.exe", + "RCC_LIST_OPTIONS" : [ "--list" ], + "SETTINGS_FILE" : "D:/LMS/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen.dir/AutoRcc_resources_EWIEGA46WW_Used.txt", + "SOURCE" : "D:/LMS/DBXML/InstructorsAndTrainees/resources.qrc", + "VERBOSITY" : 0 +} diff --git a/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen.dir/AutoRcc_resources_EWIEGA46WW_Lock.lock b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen.dir/AutoRcc_resources_EWIEGA46WW_Lock.lock new file mode 100644 index 0000000..e69de29 diff --git a/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen.dir/AutoRcc_resources_EWIEGA46WW_Used.txt b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen.dir/AutoRcc_resources_EWIEGA46WW_Used.txt new file mode 100644 index 0000000..c0c8b49 --- /dev/null +++ b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen.dir/AutoRcc_resources_EWIEGA46WW_Used.txt @@ -0,0 +1 @@ +rcc:21e71fc82439825496285e1fe82d49af87ed2be5fc7b814402b468e5df82ca31 diff --git a/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen.dir/AutogenInfo.json b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen.dir/AutogenInfo.json new file mode 100644 index 0000000..f333f05 --- /dev/null +++ b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen.dir/AutogenInfo.json @@ -0,0 +1,351 @@ +{ + "BUILD_DIR" : "D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen", + "CMAKE_BINARY_DIR" : "D:/LMS/DBXML/Debug64", + "CMAKE_CURRENT_BINARY_DIR" : "D:/LMS/DBXML/Debug64", + "CMAKE_CURRENT_SOURCE_DIR" : "D:/LMS/DBXML/InstructorsAndTrainees", + "CMAKE_EXECUTABLE" : "C:/msys64/mingw64/bin/cmake.exe", + "CMAKE_LIST_FILES" : + [ + "D:/LMS/DBXML/InstructorsAndTrainees/CMakeLists.txt", + "D:/LMS/DBXML/Debug64/CMakeFiles/3.28.3/CMakeSystem.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-Initialize.cmake", + "D:/LMS/DBXML/Debug64/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeSystemSpecificInformation.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeGenericSystem.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeInitializeConfigs.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Platform/WindowsPaths.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeFindCodeBlocks.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake", + "C:/msys64/mingw64/share/cmake/Modules/ProcessorCount.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeCXXInformation.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeLanguageInformation.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/GNU-CXX.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/GNU.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU-CXX.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU.cmake", + "D:/LMS/DBXML/Debug64/CMakeFiles/3.28.3/CMakeRCCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeRCInformation.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-windres.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU-CXX-ABI.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeCommonLanguageInclude.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5Config.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ModuleLocation.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfig.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeParseArguments.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QICNSPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTgaPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTiffPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QVirtualKeyboardPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWbmpPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWebGLIntegrationPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWebpPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWindowsDirect2DIntegrationPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWindowsIntegrationPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5Widgets_QWindowsVistaStylePlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeParseArguments.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5Config.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ModuleLocation.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Xml/Qt5XmlConfigVersion.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Xml/Qt5XmlConfig.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5Config.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ModuleLocation.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5SqlConfigVersion.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5SqlConfig.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QODBCDriverPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QPSQLDriverPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QSQLiteDriverPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5Config.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ModuleLocation.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5LinguistTools/Qt5LinguistToolsConfigVersion.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5LinguistTools/Qt5LinguistToolsConfig.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5LinguistTools/Qt5LinguistToolsMacros.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeParseArguments.cmake", + "D:/LMS/DBXML/InstructorsAndTrainees/resources.qrc" + ], + "CMAKE_SOURCE_DIR" : "D:/LMS/DBXML/InstructorsAndTrainees", + "DEP_FILE" : "", + "DEP_FILE_RULE_NAME" : "", + "HEADERS" : + [ + [ + "D:/LMS/DBXML/InstructorsAndTrainees/commonview.h", + "MU", + "EWIEGA46WW/moc_commonview.cpp", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/instructors/databaseinstructors.h", + "MU", + "WUGNTYCFDG/moc_databaseinstructors.cpp", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/instructors/dialogauthorizationinstructor.h", + "MU", + "WUGNTYCFDG/moc_dialogauthorizationinstructor.cpp", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/instructors/dialogeditinstructor.h", + "MU", + "WUGNTYCFDG/moc_dialogeditinstructor.cpp", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/instructors/editorinstructors.h", + "MU", + "WUGNTYCFDG/moc_editorinstructors.cpp", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/instructors/instructorsview.h", + "MU", + "WUGNTYCFDG/moc_instructorsview.cpp", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/instructors/viewerinstructors.h", + "MU", + "WUGNTYCFDG/moc_viewerinstructors.cpp", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/instructorsAndTrainees.h", + "MU", + "EWIEGA46WW/moc_instructorsAndTrainees.cpp", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/instructorsAndTrainees_global.h", + "MU", + "EWIEGA46WW/moc_instructorsAndTrainees_global.cpp", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/tasks/taskswidget.h", + "MU", + "4YFCYKDWW7/moc_taskswidget.cpp", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/trainees/computersLocations.h", + "MU", + "7JM4SH4PHS/moc_computersLocations.cpp", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/trainees/databasetrainees.h", + "MU", + "7JM4SH4PHS/moc_databasetrainees.cpp", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/trainees/dialogeditgroup.h", + "MU", + "7JM4SH4PHS/moc_dialogeditgroup.cpp", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/trainees/dialogedittrainee.h", + "MU", + "7JM4SH4PHS/moc_dialogedittrainee.cpp", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/trainees/editortrainees.h", + "MU", + "7JM4SH4PHS/moc_editortrainees.cpp", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/trainees/traineesview.h", + "MU", + "7JM4SH4PHS/moc_traineesview.cpp", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/trainees/viewertrainees.h", + "MU", + "7JM4SH4PHS/moc_viewertrainees.cpp", + null + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include", + "MOC_COMPILATION_FILE" : "D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : + [ + "INSTRUCTORSANDTRAINEES_LIBRARY", + "InstructorsAndTrainees_EXPORTS", + "PROJECT_TYPE_DEBUG", + "QT_CORE_LIB", + "QT_GUI_LIB", + "QT_SQL_LIB", + "QT_WIDGETS_LIB", + "QT_XML_LIB" + ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "D:/LMS/DBXML/Debug64", + "D:/LMS/DBXML/InstructorsAndTrainees", + "D:/LMS/DBXML/InstructorsAndTrainees/instructors", + "D:/LMS/DBXML/InstructorsAndTrainees/trainees", + "D:/LMS/DBXML/InstructorsAndTrainees/tasks", + "D:/LMS/DB/DataBaseLMS", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/win32-g++", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtXml", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql", + "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++", + "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32", + "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward", + "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include", + "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed", + "C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE", "Q_NAMESPACE_EXPORT" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : false, + "MOC_PREDEFS_CMD" : + [ + "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/g++.exe", + "-std=gnu++11", + "-dM", + "-E", + "-c", + "C:/msys64/mingw64/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "D:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 8, + "PARSE_CACHE_FILE" : "D:/LMS/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/bin/moc.exe", + "QT_UIC_EXECUTABLE" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/bin/uic.exe", + "QT_VERSION_MAJOR" : 5, + "QT_VERSION_MINOR" : 14, + "SETTINGS_FILE" : "D:/LMS/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ "D:/LMS/DBXML/InstructorsAndTrainees/commonview.cpp", "MU", null ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/instructors/databaseinstructors.cpp", + "MU", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/instructors/dialogauthorizationinstructor.cpp", + "MU", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/instructors/dialogeditinstructor.cpp", + "MU", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/instructors/editorinstructors.cpp", + "MU", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/instructors/instructorsview.cpp", + "MU", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/instructors/viewerinstructors.cpp", + "MU", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/instructorsAndTrainees.cpp", + "MU", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/tasks/taskswidget.cpp", + "MU", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/trainees/computersLocations.cpp", + "MU", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/trainees/databasetrainees.cpp", + "MU", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/trainees/dialogeditgroup.cpp", + "MU", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/trainees/dialogedittrainee.cpp", + "MU", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/trainees/editortrainees.cpp", + "MU", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/trainees/traineesview.cpp", + "MU", + null + ], + [ + "D:/LMS/DBXML/InstructorsAndTrainees/trainees/viewertrainees.cpp", + "MU", + null + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "VERBOSITY" : 0 +} diff --git a/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen.dir/AutogenUsed.txt b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen.dir/AutogenUsed.txt new file mode 100644 index 0000000..854d7fa --- /dev/null +++ b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen.dir/AutogenUsed.txt @@ -0,0 +1,2 @@ +moc:d812df33ebb6be50c4a5c8279f81b5cd331e89d2ed4971fd953571a3241c9ec2 +uic:441c9ac37665639d8707680455ada82ca7b89b59339626a1f5caa37d3d5f40e7 diff --git a/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen.dir/ParseCache.txt b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen.dir/ParseCache.txt new file mode 100644 index 0000000..13d014b --- /dev/null +++ b/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen.dir/ParseCache.txt @@ -0,0 +1,60 @@ +# Generated by CMake. Changes will be overwritten. +D:/LMS/DBXML/InstructorsAndTrainees/trainees/viewertrainees.cpp + uic:ui_viewertrainees.h +D:/LMS/DBXML/InstructorsAndTrainees/trainees/editortrainees.cpp + uic:ui_editortrainees.h +D:/LMS/DBXML/InstructorsAndTrainees/trainees/dialogedittrainee.cpp + uic:ui_dialogedittrainee.h +D:/LMS/DBXML/InstructorsAndTrainees/trainees/viewertrainees.h + mmc:Q_OBJECT +D:/LMS/DBXML/InstructorsAndTrainees/instructors/viewerinstructors.cpp + uic:ui_viewerinstructors.h +D:/LMS/DBXML/InstructorsAndTrainees/instructors/instructorsview.h + mmc:Q_OBJECT +D:/LMS/DBXML/InstructorsAndTrainees/instructors/databaseinstructors.cpp +D:/LMS/DBXML/InstructorsAndTrainees/instructors/databaseinstructors.h + mmc:Q_OBJECT +D:/LMS/DBXML/InstructorsAndTrainees/trainees/computersLocations.h +D:/LMS/DBXML/InstructorsAndTrainees/instructors/dialogeditinstructor.h + mmc:Q_OBJECT + uic:ui_dialogeditinstructor.h +D:/LMS/DBXML/InstructorsAndTrainees/trainees/traineesview.cpp +D:/LMS/DBXML/InstructorsAndTrainees/instructorsAndTrainees.h + mmc:Q_OBJECT +D:/LMS/DBXML/InstructorsAndTrainees/trainees/editortrainees.h + mmc:Q_OBJECT +D:/LMS/DBXML/InstructorsAndTrainees/instructors/dialogauthorizationinstructor.h + mmc:Q_OBJECT + uic:ui_dialogauthorizationinstructor.h +D:/LMS/DBXML/InstructorsAndTrainees/instructors/viewerinstructors.h + mmc:Q_OBJECT +D:/LMS/DBXML/InstructorsAndTrainees/tasks/taskswidget.h + mmc:Q_OBJECT +D:/LMS/DBXML/InstructorsAndTrainees/instructors/editorinstructors.h + mmc:Q_OBJECT +D:/LMS/DBXML/InstructorsAndTrainees/trainees/databasetrainees.h + mmc:Q_OBJECT +D:/LMS/DBXML/InstructorsAndTrainees/tasks/taskswidget.cpp + uic:ui_taskswidget.h +D:/LMS/DBXML/InstructorsAndTrainees/commonview.h + mmc:Q_OBJECT +D:/LMS/DBXML/InstructorsAndTrainees/instructors/dialogeditinstructor.cpp + uic:ui_dialogeditinstructor.h +D:/LMS/DBXML/InstructorsAndTrainees/trainees/dialogeditgroup.h + mmc:Q_OBJECT + uic:ui_dialogeditgroup.h +D:/LMS/DBXML/InstructorsAndTrainees/trainees/dialogedittrainee.h + mmc:Q_OBJECT +D:/LMS/DBXML/InstructorsAndTrainees/trainees/traineesview.h + mmc:Q_OBJECT +D:/LMS/DBXML/InstructorsAndTrainees/commonview.cpp +D:/LMS/DBXML/InstructorsAndTrainees/instructorsAndTrainees_global.h +D:/LMS/DBXML/InstructorsAndTrainees/instructors/dialogauthorizationinstructor.cpp + uic:ui_dialogauthorizationinstructor.h +D:/LMS/DBXML/InstructorsAndTrainees/instructors/editorinstructors.cpp + uic:ui_editorinstructors.h +D:/LMS/DBXML/InstructorsAndTrainees/instructors/instructorsview.cpp +D:/LMS/DBXML/InstructorsAndTrainees/instructorsAndTrainees.cpp +D:/LMS/DBXML/InstructorsAndTrainees/trainees/computersLocations.cpp +D:/LMS/DBXML/InstructorsAndTrainees/trainees/databasetrainees.cpp +D:/LMS/DBXML/InstructorsAndTrainees/trainees/dialogeditgroup.cpp diff --git a/DBXML/Debug64/CMakeFiles/TargetDirectories.txt b/DBXML/Debug64/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..421281b --- /dev/null +++ b/DBXML/Debug64/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,4 @@ +D:/LMS/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees.dir +D:/LMS/DBXML/Debug64/CMakeFiles/edit_cache.dir +D:/LMS/DBXML/Debug64/CMakeFiles/rebuild_cache.dir +D:/LMS/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen.dir diff --git a/DBXML/Debug64/CMakeFiles/clean_additional.cmake b/DBXML/Debug64/CMakeFiles/clean_additional.cmake new file mode 100644 index 0000000..65d7862 --- /dev/null +++ b/DBXML/Debug64/CMakeFiles/clean_additional.cmake @@ -0,0 +1,10 @@ +# Additional clean files +cmake_minimum_required(VERSION 3.16) + +if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug") + file(REMOVE_RECURSE + "CMakeFiles\\InstructorsAndTrainees_autogen.dir\\AutogenUsed.txt" + "CMakeFiles\\InstructorsAndTrainees_autogen.dir\\ParseCache.txt" + "InstructorsAndTrainees_autogen" + ) +endif() diff --git a/DBXML/Debug64/CMakeFiles/cmake.check_cache b/DBXML/Debug64/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/DBXML/Debug64/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/DBXML/Debug64/CMakeFiles/rules.ninja b/DBXML/Debug64/CMakeFiles/rules.ninja new file mode 100644 index 0000000..6a25e5a --- /dev/null +++ b/DBXML/Debug64/CMakeFiles/rules.ninja @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.28 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: InstructorsAndTrainees +# Configurations: Debug +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__InstructorsAndTrainees_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX shared library. + +rule CXX_SHARED_LIBRARY_LINKER__InstructorsAndTrainees_Debug + command = C:\Windows\system32\cmd.exe /C "$PRE_LINK && C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\g++.exe $LANGUAGE_COMPILE_FLAGS $ARCH_FLAGS $LINK_FLAGS -shared -o $TARGET_FILE -Wl,--out-implib,$TARGET_IMPLIB -Wl,--major-image-version,0,--minor-image-version,0 $in $LINK_PATH $LINK_LIBRARIES && $POST_BUILD" + description = Linking CXX shared library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = C:\msys64\mingw64\bin\cmake.exe --regenerate-during-build -SD:\LMS\DBXML\InstructorsAndTrainees -BD:\LMS\DBXML\Debug64 + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning additional files. + +rule CLEAN_ADDITIONAL + command = C:\msys64\mingw64\bin\cmake.exe -DCONFIG=$CONFIG -P CMakeFiles\clean_additional.cmake + description = Cleaning additional files... + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = C:\msys64\mingw64\bin\ninja.exe $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = C:\msys64\mingw64\bin\ninja.exe -t targets + description = All primary targets available: + diff --git a/DBXML/Debug64/InstructorsAndTrainees.cbp b/DBXML/Debug64/InstructorsAndTrainees.cbp new file mode 100644 index 0000000..260c22d --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees.cbp @@ -0,0 +1,441 @@ + + + + + + diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/4YFCYKDWW7/moc_taskswidget.cpp b/DBXML/Debug64/InstructorsAndTrainees_autogen/4YFCYKDWW7/moc_taskswidget.cpp new file mode 100644 index 0000000..ae4038a --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/4YFCYKDWW7/moc_taskswidget.cpp @@ -0,0 +1,125 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'taskswidget.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../InstructorsAndTrainees/tasks/taskswidget.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'taskswidget.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.14.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_TasksWidget_t { + QByteArrayData data[6]; + char stringdata0[70]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_TasksWidget_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_TasksWidget_t qt_meta_stringdata_TasksWidget = { + { +QT_MOC_LITERAL(0, 0, 11), // "TasksWidget" +QT_MOC_LITERAL(1, 12, 20), // "slot_traineeSelected" +QT_MOC_LITERAL(2, 33, 0), // "" +QT_MOC_LITERAL(3, 34, 5), // "login" +QT_MOC_LITERAL(4, 40, 20), // "slot_LanguageChanged" +QT_MOC_LITERAL(5, 61, 8) // "language" + + }, + "TasksWidget\0slot_traineeSelected\0\0" + "login\0slot_LanguageChanged\0language" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_TasksWidget[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 2, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 1, 24, 2, 0x0a /* Public */, + 4, 1, 27, 2, 0x0a /* Public */, + + // slots: parameters + QMetaType::Void, QMetaType::QString, 3, + QMetaType::Void, QMetaType::QString, 5, + + 0 // eod +}; + +void TasksWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + switch (_id) { + case 0: _t->slot_traineeSelected((*reinterpret_cast< QString(*)>(_a[1]))); break; + case 1: _t->slot_LanguageChanged((*reinterpret_cast< QString(*)>(_a[1]))); break; + default: ; + } + } +} + +QT_INIT_METAOBJECT const QMetaObject TasksWidget::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_TasksWidget.data, + qt_meta_data_TasksWidget, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *TasksWidget::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *TasksWidget::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_TasksWidget.stringdata0)) + return static_cast(this); + return QWidget::qt_metacast(_clname); +} + +int TasksWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QWidget::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 2) + qt_static_metacall(this, _c, _id, _a); + _id -= 2; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 2) + *reinterpret_cast(_a[0]) = -1; + _id -= 2; + } + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/7JM4SH4PHS/moc_databasetrainees.cpp b/DBXML/Debug64/InstructorsAndTrainees_autogen/7JM4SH4PHS/moc_databasetrainees.cpp new file mode 100644 index 0000000..ad7b56c --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/7JM4SH4PHS/moc_databasetrainees.cpp @@ -0,0 +1,95 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'databasetrainees.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../InstructorsAndTrainees/trainees/databasetrainees.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'databasetrainees.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.14.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_DataBaseTrainees_t { + QByteArrayData data[1]; + char stringdata0[17]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_DataBaseTrainees_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_DataBaseTrainees_t qt_meta_stringdata_DataBaseTrainees = { + { +QT_MOC_LITERAL(0, 0, 16) // "DataBaseTrainees" + + }, + "DataBaseTrainees" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_DataBaseTrainees[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void DataBaseTrainees::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject DataBaseTrainees::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_DataBaseTrainees.data, + qt_meta_data_DataBaseTrainees, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *DataBaseTrainees::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *DataBaseTrainees::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_DataBaseTrainees.stringdata0)) + return static_cast(this); + return QObject::qt_metacast(_clname); +} + +int DataBaseTrainees::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/7JM4SH4PHS/moc_dialogeditgroup.cpp b/DBXML/Debug64/InstructorsAndTrainees_autogen/7JM4SH4PHS/moc_dialogeditgroup.cpp new file mode 100644 index 0000000..7b6d1ee --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/7JM4SH4PHS/moc_dialogeditgroup.cpp @@ -0,0 +1,95 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'dialogeditgroup.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../InstructorsAndTrainees/trainees/dialogeditgroup.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'dialogeditgroup.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.14.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_DialogEditGroup_t { + QByteArrayData data[1]; + char stringdata0[16]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_DialogEditGroup_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_DialogEditGroup_t qt_meta_stringdata_DialogEditGroup = { + { +QT_MOC_LITERAL(0, 0, 15) // "DialogEditGroup" + + }, + "DialogEditGroup" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_DialogEditGroup[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void DialogEditGroup::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject DialogEditGroup::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_DialogEditGroup.data, + qt_meta_data_DialogEditGroup, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *DialogEditGroup::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *DialogEditGroup::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_DialogEditGroup.stringdata0)) + return static_cast(this); + return QDialog::qt_metacast(_clname); +} + +int DialogEditGroup::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QDialog::qt_metacall(_c, _id, _a); + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/7JM4SH4PHS/moc_dialogedittrainee.cpp b/DBXML/Debug64/InstructorsAndTrainees_autogen/7JM4SH4PHS/moc_dialogedittrainee.cpp new file mode 100644 index 0000000..7327847 --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/7JM4SH4PHS/moc_dialogedittrainee.cpp @@ -0,0 +1,95 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'dialogedittrainee.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../InstructorsAndTrainees/trainees/dialogedittrainee.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'dialogedittrainee.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.14.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_DialogEditTrainee_t { + QByteArrayData data[1]; + char stringdata0[18]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_DialogEditTrainee_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_DialogEditTrainee_t qt_meta_stringdata_DialogEditTrainee = { + { +QT_MOC_LITERAL(0, 0, 17) // "DialogEditTrainee" + + }, + "DialogEditTrainee" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_DialogEditTrainee[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void DialogEditTrainee::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject DialogEditTrainee::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_DialogEditTrainee.data, + qt_meta_data_DialogEditTrainee, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *DialogEditTrainee::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *DialogEditTrainee::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_DialogEditTrainee.stringdata0)) + return static_cast(this); + return QDialog::qt_metacast(_clname); +} + +int DialogEditTrainee::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QDialog::qt_metacall(_c, _id, _a); + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/7JM4SH4PHS/moc_editortrainees.cpp b/DBXML/Debug64/InstructorsAndTrainees_autogen/7JM4SH4PHS/moc_editortrainees.cpp new file mode 100644 index 0000000..de975df --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/7JM4SH4PHS/moc_editortrainees.cpp @@ -0,0 +1,156 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'editortrainees.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../InstructorsAndTrainees/trainees/editortrainees.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'editortrainees.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.14.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_EditorTrainees_t { + QByteArrayData data[13]; + char stringdata0[263]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_EditorTrainees_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_EditorTrainees_t qt_meta_stringdata_EditorTrainees = { + { +QT_MOC_LITERAL(0, 0, 14), // "EditorTrainees" +QT_MOC_LITERAL(1, 15, 22), // "on_btnNewGroup_clicked" +QT_MOC_LITERAL(2, 38, 0), // "" +QT_MOC_LITERAL(3, 39, 25), // "on_btnDeleteGroup_clicked" +QT_MOC_LITERAL(4, 65, 24), // "on_btnNewTrainee_clicked" +QT_MOC_LITERAL(5, 90, 27), // "on_btnDeleteTrainee_clicked" +QT_MOC_LITERAL(6, 118, 36), // "on_btnToOrFromArchiveTrainee_..." +QT_MOC_LITERAL(7, 155, 18), // "on_btnEdit_clicked" +QT_MOC_LITERAL(8, 174, 21), // "on_btnArchive_clicked" +QT_MOC_LITERAL(9, 196, 32), // "on_treeWidget_currentItemChanged" +QT_MOC_LITERAL(10, 229, 16), // "QTreeWidgetItem*" +QT_MOC_LITERAL(11, 246, 7), // "current" +QT_MOC_LITERAL(12, 254, 8) // "previous" + + }, + "EditorTrainees\0on_btnNewGroup_clicked\0" + "\0on_btnDeleteGroup_clicked\0" + "on_btnNewTrainee_clicked\0" + "on_btnDeleteTrainee_clicked\0" + "on_btnToOrFromArchiveTrainee_clicked\0" + "on_btnEdit_clicked\0on_btnArchive_clicked\0" + "on_treeWidget_currentItemChanged\0" + "QTreeWidgetItem*\0current\0previous" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_EditorTrainees[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 8, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 54, 2, 0x08 /* Private */, + 3, 0, 55, 2, 0x08 /* Private */, + 4, 0, 56, 2, 0x08 /* Private */, + 5, 0, 57, 2, 0x08 /* Private */, + 6, 0, 58, 2, 0x08 /* Private */, + 7, 0, 59, 2, 0x08 /* Private */, + 8, 0, 60, 2, 0x08 /* Private */, + 9, 2, 61, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, 0x80000000 | 10, 0x80000000 | 10, 11, 12, + + 0 // eod +}; + +void EditorTrainees::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + switch (_id) { + case 0: _t->on_btnNewGroup_clicked(); break; + case 1: _t->on_btnDeleteGroup_clicked(); break; + case 2: _t->on_btnNewTrainee_clicked(); break; + case 3: _t->on_btnDeleteTrainee_clicked(); break; + case 4: _t->on_btnToOrFromArchiveTrainee_clicked(); break; + case 5: _t->on_btnEdit_clicked(); break; + case 6: _t->on_btnArchive_clicked(); break; + case 7: _t->on_treeWidget_currentItemChanged((*reinterpret_cast< QTreeWidgetItem*(*)>(_a[1])),(*reinterpret_cast< QTreeWidgetItem*(*)>(_a[2]))); break; + default: ; + } + } +} + +QT_INIT_METAOBJECT const QMetaObject EditorTrainees::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_EditorTrainees.data, + qt_meta_data_EditorTrainees, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *EditorTrainees::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *EditorTrainees::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_EditorTrainees.stringdata0)) + return static_cast(this); + return TraineesView::qt_metacast(_clname); +} + +int EditorTrainees::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = TraineesView::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 8) + qt_static_metacall(this, _c, _id, _a); + _id -= 8; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 8) + *reinterpret_cast(_a[0]) = -1; + _id -= 8; + } + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/7JM4SH4PHS/moc_traineesview.cpp b/DBXML/Debug64/InstructorsAndTrainees_autogen/7JM4SH4PHS/moc_traineesview.cpp new file mode 100644 index 0000000..706667f --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/7JM4SH4PHS/moc_traineesview.cpp @@ -0,0 +1,95 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'traineesview.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../InstructorsAndTrainees/trainees/traineesview.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'traineesview.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.14.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_TraineesView_t { + QByteArrayData data[1]; + char stringdata0[13]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_TraineesView_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_TraineesView_t qt_meta_stringdata_TraineesView = { + { +QT_MOC_LITERAL(0, 0, 12) // "TraineesView" + + }, + "TraineesView" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_TraineesView[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void TraineesView::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject TraineesView::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_TraineesView.data, + qt_meta_data_TraineesView, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *TraineesView::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *TraineesView::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_TraineesView.stringdata0)) + return static_cast(this); + return CommonView::qt_metacast(_clname); +} + +int TraineesView::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = CommonView::qt_metacall(_c, _id, _a); + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/7JM4SH4PHS/moc_viewertrainees.cpp b/DBXML/Debug64/InstructorsAndTrainees_autogen/7JM4SH4PHS/moc_viewertrainees.cpp new file mode 100644 index 0000000..125be7b --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/7JM4SH4PHS/moc_viewertrainees.cpp @@ -0,0 +1,158 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'viewertrainees.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../InstructorsAndTrainees/trainees/viewertrainees.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'viewertrainees.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.14.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_ViewerTrainees_t { + QByteArrayData data[11]; + char stringdata0[155]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_ViewerTrainees_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_ViewerTrainees_t qt_meta_stringdata_ViewerTrainees = { + { +QT_MOC_LITERAL(0, 0, 14), // "ViewerTrainees" +QT_MOC_LITERAL(1, 15, 22), // "signal_traineeSelected" +QT_MOC_LITERAL(2, 38, 0), // "" +QT_MOC_LITERAL(3, 39, 5), // "login" +QT_MOC_LITERAL(4, 45, 20), // "slot_LanguageChanged" +QT_MOC_LITERAL(5, 66, 8), // "language" +QT_MOC_LITERAL(6, 75, 25), // "on_treeWidget_itemClicked" +QT_MOC_LITERAL(7, 101, 16), // "QTreeWidgetItem*" +QT_MOC_LITERAL(8, 118, 4), // "item" +QT_MOC_LITERAL(9, 123, 6), // "column" +QT_MOC_LITERAL(10, 130, 24) // "slot_tabMessengerChanged" + + }, + "ViewerTrainees\0signal_traineeSelected\0" + "\0login\0slot_LanguageChanged\0language\0" + "on_treeWidget_itemClicked\0QTreeWidgetItem*\0" + "item\0column\0slot_tabMessengerChanged" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_ViewerTrainees[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 4, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 1, // signalCount + + // signals: name, argc, parameters, tag, flags + 1, 1, 34, 2, 0x06 /* Public */, + + // slots: name, argc, parameters, tag, flags + 4, 1, 37, 2, 0x0a /* Public */, + 6, 2, 40, 2, 0x08 /* Private */, + 10, 1, 45, 2, 0x0a /* Public */, + + // signals: parameters + QMetaType::Void, QMetaType::QString, 3, + + // slots: parameters + QMetaType::Void, QMetaType::QString, 5, + QMetaType::Void, 0x80000000 | 7, QMetaType::Int, 8, 9, + QMetaType::Void, QMetaType::QString, 3, + + 0 // eod +}; + +void ViewerTrainees::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + switch (_id) { + case 0: _t->signal_traineeSelected((*reinterpret_cast< QString(*)>(_a[1]))); break; + case 1: _t->slot_LanguageChanged((*reinterpret_cast< QString(*)>(_a[1]))); break; + case 2: _t->on_treeWidget_itemClicked((*reinterpret_cast< QTreeWidgetItem*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break; + case 3: _t->slot_tabMessengerChanged((*reinterpret_cast< QString(*)>(_a[1]))); break; + default: ; + } + } else if (_c == QMetaObject::IndexOfMethod) { + int *result = reinterpret_cast(_a[0]); + { + using _t = void (ViewerTrainees::*)(QString ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&ViewerTrainees::signal_traineeSelected)) { + *result = 0; + return; + } + } + } +} + +QT_INIT_METAOBJECT const QMetaObject ViewerTrainees::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_ViewerTrainees.data, + qt_meta_data_ViewerTrainees, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *ViewerTrainees::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *ViewerTrainees::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_ViewerTrainees.stringdata0)) + return static_cast(this); + return TraineesView::qt_metacast(_clname); +} + +int ViewerTrainees::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = TraineesView::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 4) + qt_static_metacall(this, _c, _id, _a); + _id -= 4; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 4) + *reinterpret_cast(_a[0]) = -1; + _id -= 4; + } + return _id; +} + +// SIGNAL 0 +void ViewerTrainees::signal_traineeSelected(QString _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; + QMetaObject::activate(this, &staticMetaObject, 0, _a); +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/EWIEGA46WW/moc_commonview.cpp b/DBXML/Debug64/InstructorsAndTrainees_autogen/EWIEGA46WW/moc_commonview.cpp new file mode 100644 index 0000000..3b01d53 --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/EWIEGA46WW/moc_commonview.cpp @@ -0,0 +1,95 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'commonview.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../InstructorsAndTrainees/commonview.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'commonview.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.14.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_CommonView_t { + QByteArrayData data[1]; + char stringdata0[11]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_CommonView_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_CommonView_t qt_meta_stringdata_CommonView = { + { +QT_MOC_LITERAL(0, 0, 10) // "CommonView" + + }, + "CommonView" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_CommonView[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void CommonView::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject CommonView::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_CommonView.data, + qt_meta_data_CommonView, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *CommonView::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *CommonView::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_CommonView.stringdata0)) + return static_cast(this); + return QWidget::qt_metacast(_clname); +} + +int CommonView::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QWidget::qt_metacall(_c, _id, _a); + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/EWIEGA46WW/moc_instructorsAndTrainees.cpp b/DBXML/Debug64/InstructorsAndTrainees_autogen/EWIEGA46WW/moc_instructorsAndTrainees.cpp new file mode 100644 index 0000000..7a49f5d --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/EWIEGA46WW/moc_instructorsAndTrainees.cpp @@ -0,0 +1,95 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'instructorsAndTrainees.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../InstructorsAndTrainees/instructorsAndTrainees.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'instructorsAndTrainees.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.14.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_InstructorsAndTrainees_t { + QByteArrayData data[1]; + char stringdata0[23]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_InstructorsAndTrainees_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_InstructorsAndTrainees_t qt_meta_stringdata_InstructorsAndTrainees = { + { +QT_MOC_LITERAL(0, 0, 22) // "InstructorsAndTrainees" + + }, + "InstructorsAndTrainees" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_InstructorsAndTrainees[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void InstructorsAndTrainees::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject InstructorsAndTrainees::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_InstructorsAndTrainees.data, + qt_meta_data_InstructorsAndTrainees, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *InstructorsAndTrainees::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *InstructorsAndTrainees::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_InstructorsAndTrainees.stringdata0)) + return static_cast(this); + return QObject::qt_metacast(_clname); +} + +int InstructorsAndTrainees::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/EWIEGA46WW/qrc_resources.cpp b/DBXML/Debug64/InstructorsAndTrainees_autogen/EWIEGA46WW/qrc_resources.cpp new file mode 100644 index 0000000..26ffcdf --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/EWIEGA46WW/qrc_resources.cpp @@ -0,0 +1,3265 @@ +/**************************************************************************** +** Resource object code +** +** Created by: The Resource Compiler for Qt version 5.14.2 +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +static const unsigned char qt_resource_data[] = { + // D:/LMS/DBXML/InstructorsAndTrainees/blankXML/instructors.xml + 0x0,0x0,0x0,0x4d, + 0x3c, + 0x3f,0x78,0x6d,0x6c,0x20,0x76,0x65,0x72,0x73,0x69,0x6f,0x6e,0x3d,0x27,0x31,0x2e, + 0x30,0x27,0x20,0x65,0x6e,0x63,0x6f,0x64,0x69,0x6e,0x67,0x3d,0x27,0x75,0x74,0x66, + 0x2d,0x38,0x27,0x3f,0x3e,0xd,0xa,0x3c,0x61,0x6c,0x6c,0x49,0x6e,0x73,0x74,0x72, + 0x75,0x63,0x74,0x6f,0x72,0x73,0x3e,0xd,0xa,0x3c,0x2f,0x61,0x6c,0x6c,0x49,0x6e, + 0x73,0x74,0x72,0x75,0x63,0x74,0x6f,0x72,0x73,0x3e,0xd,0xa, + // D:/LMS/DBXML/InstructorsAndTrainees/blankXML/groupsTrainees.xml + 0x0,0x0,0x0,0x4d, + 0x3c, + 0x3f,0x78,0x6d,0x6c,0x20,0x76,0x65,0x72,0x73,0x69,0x6f,0x6e,0x3d,0x27,0x31,0x2e, + 0x30,0x27,0x20,0x65,0x6e,0x63,0x6f,0x64,0x69,0x6e,0x67,0x3d,0x27,0x75,0x74,0x66, + 0x2d,0x38,0x27,0x3f,0x3e,0xd,0xa,0x3c,0x67,0x72,0x6f,0x75,0x70,0x73,0x54,0x72, + 0x61,0x69,0x6e,0x65,0x65,0x73,0x3e,0xd,0xa,0x3c,0x2f,0x67,0x72,0x6f,0x75,0x70, + 0x73,0x54,0x72,0x61,0x69,0x6e,0x65,0x65,0x73,0x3e,0xd,0xa, + // D:/LMS/DBXML/InstructorsAndTrainees/icons/instructorArchive.png + 0x0,0x0,0xc,0x73, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0, + 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0, + 0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f, + 0xa8,0x64,0x0,0x0,0xc,0x8,0x49,0x44,0x41,0x54,0x78,0x5e,0xdd,0x9b,0x9,0x5c, + 0x55,0x75,0x16,0xc7,0x7f,0xf7,0xbd,0xc7,0x2e,0x2a,0xe4,0x12,0x89,0xa4,0x88,0x2c, + 0x62,0x28,0x28,0xab,0x46,0x48,0x88,0x4b,0x82,0xe2,0xc4,0x38,0x66,0x63,0x4d,0x6a, + 0x3a,0xa3,0x69,0x25,0xd8,0xd4,0x67,0x74,0x68,0x2f,0x16,0x6d,0x99,0x3e,0xa5,0xad, + 0x3a,0xa6,0x33,0x93,0x4a,0x62,0x8a,0x8a,0x4a,0x86,0x60,0xa0,0x60,0x2e,0x8,0xe2, + 0x92,0x4b,0x8e,0xc9,0x92,0xb,0xb2,0xbf,0xf7,0xee,0x9c,0xff,0x7d,0x7f,0x59,0x1f, + 0xf0,0x96,0xfb,0xcc,0xe6,0xfb,0xf9,0xfc,0xb9,0xf7,0x9c,0xbb,0xbc,0xfb,0x3f,0xf7, + 0xbf,0x9c,0x73,0xee,0x1f,0x1,0x16,0x26,0x2c,0x25,0xae,0x9f,0x46,0xd0,0x86,0x8b, + 0xa2,0xe8,0x4b,0x3f,0xe6,0x4d,0x2a,0x4f,0x2a,0x4e,0x54,0x7a,0x53,0xe9,0x41,0x85, + 0x71,0x8b,0xca,0x75,0x2a,0xd7,0x20,0xe2,0x94,0x28,0xe0,0x94,0x20,0x8a,0x27,0x94, + 0x82,0x2a,0x27,0x2f,0x31,0xbd,0x5c,0x3a,0xc3,0x42,0x58,0xc4,0x0,0x81,0xa9,0x31, + 0x81,0x4a,0x2d,0x66,0x42,0x50,0x8c,0x17,0x21,0xfa,0x92,0xca,0xd4,0xdf,0x21,0x5b, + 0x8,0xc5,0x10,0xb5,0x59,0x5a,0x51,0xd8,0x50,0xf0,0x42,0xc6,0x61,0xae,0x97,0xd, + 0xd9,0xc,0x10,0xfc,0xde,0xa4,0x9e,0xa8,0x57,0x3d,0x4d,0x77,0x7c,0x8a,0x6e,0xeb, + 0xc3,0xd5,0x32,0x23,0x96,0x50,0xb,0xf9,0x4c,0x25,0xa,0xab,0x73,0x5f,0xc8,0xa8, + 0xe6,0x4a,0xb3,0x30,0xdb,0x0,0xa1,0x2b,0xe3,0x9d,0xb5,0xea,0xfa,0x25,0x10,0x84, + 0x67,0x48,0x64,0x4d,0xfb,0x4e,0x40,0x5d,0x45,0x7c,0xdf,0x4a,0xa3,0x7d,0xe7,0xc0, + 0x8b,0xdb,0xaf,0x71,0x9d,0x49,0x28,0xf9,0xd6,0x78,0x44,0x8,0x41,0xe,0x53,0x67, + 0x8b,0xa2,0x3a,0x43,0x10,0x84,0xc9,0xa4,0xb1,0xd3,0x1d,0xb8,0x23,0xd8,0x91,0xc1, + 0x1f,0xd2,0x2a,0x84,0x79,0xae,0x13,0xbc,0x1b,0x2e,0x87,0xcd,0x3c,0x84,0x6f,0xbf, + 0x15,0xf9,0x31,0xa3,0x30,0xa9,0x5,0x84,0xae,0x8c,0xf5,0xd0,0x68,0xb0,0x96,0x2e, + 0xe,0xe3,0xaa,0x5f,0x9b,0x5c,0x85,0x12,0x4f,0x1e,0x7c,0x3e,0xe3,0xc,0x97,0xd, + 0x46,0xc1,0xb7,0x6,0x13,0x94,0x32,0x35,0x4e,0xab,0xc1,0xa1,0xbb,0xa8,0xf2,0x8c, + 0x31,0xf4,0x4c,0x45,0x41,0xa9,0x31,0x33,0xb9,0x6c,0x30,0x86,0xb7,0x80,0xa4,0x24, + 0x45,0xb0,0x43,0x51,0x1a,0xed,0x3d,0xab,0x53,0xdc,0x9d,0x50,0x3f,0x58,0x59,0x50, + 0x13,0x90,0x48,0xcf,0xab,0xe5,0xaa,0x2e,0x31,0xc8,0x0,0xbe,0x49,0xf1,0xd6,0x3d, + 0xec,0x1b,0xbe,0xa0,0xb3,0x8d,0xb6,0xf0,0xaf,0x83,0xb0,0xd9,0xd9,0xa6,0x71,0x56, + 0xe6,0xe2,0xcc,0x6,0xae,0xe8,0x94,0x6e,0xd,0x20,0x55,0xde,0xa1,0x3e,0x9d,0x4e, + 0x65,0x3,0xdd,0x6f,0x8,0x71,0xc7,0xad,0x1a,0xdb,0xb8,0xe2,0xa4,0xaf,0x1a,0xb9, + 0x42,0x2f,0x5d,0x8f,0x1,0x34,0xd2,0xf7,0x70,0x68,0xf8,0xf8,0xb7,0x57,0x79,0x86, + 0x30,0x99,0x9e,0x7d,0x2d,0xeb,0xba,0x5c,0xa1,0x97,0x2e,0x5b,0x40,0x70,0x4a,0xec, + 0x2a,0xda,0x98,0xd5,0xe7,0xfd,0x5d,0x7d,0xe1,0xdd,0x7f,0x8,0x54,0x4a,0x2b,0xae, + 0x31,0xc,0xb5,0xa6,0x9,0x25,0x57,0xcf,0xe0,0x87,0x9f,0x4e,0x72,0x8d,0x89,0x88, + 0x48,0xcb,0x5f,0x96,0x91,0xc0,0xa5,0xe,0x74,0x6a,0x80,0xa0,0xe4,0xd8,0x78,0x41, + 0xc0,0x7f,0xb8,0x68,0x34,0xe4,0xc2,0x62,0xf9,0xa4,0x25,0x98,0xec,0x3b,0x8e,0x6b, + 0x4c,0x63,0x7b,0xf1,0x3e,0xbc,0x9a,0xf9,0x2e,0x97,0x4c,0x83,0x1a,0xf2,0xac,0x82, + 0xc4,0xad,0x1b,0xb8,0xd8,0x6,0xbd,0xcd,0x23,0x2c,0x79,0xda,0x10,0xaa,0x3c,0x35, + 0x7d,0xd3,0x89,0xf0,0xc,0x35,0xbb,0xf2,0x8c,0x47,0x7c,0x23,0x11,0x31,0x34,0x84, + 0x4b,0xa6,0x21,0x40,0xfc,0x28,0x28,0x2d,0x8e,0x5,0x61,0x1d,0xe8,0x68,0x0,0x32, + 0x97,0x5a,0xd0,0xae,0xa3,0xbd,0x5e,0x3a,0x85,0x69,0xb0,0xa6,0x2f,0x17,0xfe,0x3, + 0x87,0xf3,0x3d,0x93,0x71,0x14,0xb4,0x9a,0x4f,0x59,0xdd,0xb8,0xdc,0x4c,0x7,0x3, + 0x84,0xa4,0x4d,0x9d,0x43,0x67,0x99,0xed,0xe4,0xd8,0x59,0xd9,0xf2,0xbd,0xb6,0x9c, + 0xab,0xbc,0x88,0xd2,0xab,0x67,0xf5,0x16,0x76,0x4c,0x1f,0xf6,0x56,0xb2,0x78,0xd9, + 0x63,0x43,0x52,0x62,0x9e,0xe0,0xfb,0xcd,0xb4,0x31,0x0,0xb,0x6c,0x28,0x6e,0x7f, + 0x93,0x8b,0x16,0xa1,0xf0,0xe2,0x31,0x1c,0xba,0xf0,0x83,0xde,0xc2,0x8e,0x59,0x12, + 0xad,0x20,0x24,0x8f,0x5c,0x35,0x8d,0xe5,0x21,0x9a,0x69,0x13,0xc,0xd,0x88,0xf2, + 0x78,0x91,0x36,0x93,0x74,0x92,0x79,0x84,0x7b,0x4,0xc3,0xab,0xbf,0x3b,0x97,0x5a, + 0xf0,0x75,0xf1,0xc4,0x88,0x1,0xc3,0xf4,0x16,0x76,0x4c,0x1f,0x65,0xe5,0xe7,0x90, + 0x73,0xb6,0x80,0x4b,0xa6,0x43,0x2d,0xdb,0x41,0xa9,0x15,0xeb,0x2f,0x67,0x9d,0xda, + 0xcf,0x55,0x2d,0x2d,0x40,0x8a,0xe7,0x81,0x45,0x3a,0xe9,0xff,0x17,0x1a,0x10,0x17, + 0x8f,0x79,0x3b,0xd6,0x91,0x8b,0xad,0xba,0x0,0x4b,0x66,0xdc,0xb9,0x78,0xfe,0x57, + 0x44,0x70,0x56,0x2b,0xc1,0xea,0x2a,0xd1,0x3c,0x2a,0x86,0xa4,0x4c,0x3d,0x2e,0x42, + 0x34,0x7b,0xb8,0xbd,0xcd,0xc3,0x5e,0x63,0xf0,0x78,0xe0,0x74,0xa,0xdb,0x3b,0x75, + 0x35,0xc,0x82,0xc6,0x24,0xac,0x3f,0xb4,0x5,0x7b,0x4f,0xe5,0x72,0x8d,0x2c,0x9c, + 0xcc,0x4f,0xcc,0x90,0xa6,0x29,0xe9,0xe9,0x58,0xe,0x4f,0x21,0xa,0xe6,0x77,0xb2, + 0x56,0x28,0x29,0x40,0x5f,0x30,0x76,0x16,0xb2,0x4a,0xf,0x60,0x1c,0xf9,0x4,0x2a, + 0x92,0x8d,0x41,0x4d,0xf1,0x6d,0x76,0xd9,0x41,0x8c,0xf7,0x1e,0x8b,0x8f,0xe,0x7c, + 0x9,0xd,0xc9,0x72,0x22,0x88,0xe2,0xa8,0xef,0x97,0x6d,0x2b,0x92,0xc,0x10,0x92, + 0x1c,0xb3,0x52,0x14,0x84,0xe7,0xa4,0x23,0x32,0xa1,0xa0,0x37,0x9f,0xbb,0x34,0x1d, + 0xaf,0xef,0x7c,0x1f,0x33,0x47,0x4f,0xc5,0x90,0x3e,0xf7,0xf3,0x23,0x86,0x71,0xb6, + 0xf2,0x2,0xfe,0x55,0x98,0x81,0x97,0x26,0x2c,0x42,0x58,0x6a,0x1c,0x4d,0xe1,0x26, + 0x25,0x7c,0x3a,0x87,0xbb,0xc8,0xd2,0x18,0x20,0x2a,0x84,0x68,0x49,0x29,0x23,0x5a, + 0x6a,0xba,0x6a,0x8d,0x1a,0x36,0x2a,0x1b,0xcc,0xdf,0xf8,0x57,0x64,0x1c,0xcf,0xa2, + 0xa9,0xee,0xa8,0x41,0x85,0x9d,0xcb,0xae,0xb1,0xa5,0x6b,0x1b,0xd5,0x4d,0xf2,0x57, + 0x9e,0x21,0x20,0x4a,0xda,0x48,0x79,0x7b,0x68,0x7e,0x96,0x54,0x32,0xb3,0x7b,0xd1, + 0x97,0x58,0x97,0xbf,0x89,0xfa,0x30,0x45,0xd3,0x26,0xf0,0xc7,0xa0,0xe9,0xd2,0x38, + 0x32,0xe1,0x83,0xc7,0xb9,0x46,0x56,0x44,0xeb,0xa6,0xa6,0xfe,0xa,0xf6,0xd1,0x82, + 0x4,0xd9,0x2b,0xcf,0xf8,0xf9,0x66,0x39,0x5c,0x9d,0x5c,0xb8,0x64,0x3c,0x3,0x9d, + 0xee,0xc3,0x15,0xba,0x87,0x85,0x10,0x1a,0x55,0xaa,0x70,0x5,0xd,0x6,0xb2,0x8d, + 0xfc,0xed,0x39,0x5d,0xfe,0x23,0x86,0xdd,0x3b,0x94,0x4b,0xc6,0xe3,0xdd,0xdf,0x3, + 0x67,0x2a,0xce,0x73,0xc9,0x2,0x28,0x14,0xbe,0xa,0xea,0x5d,0x5e,0x5c,0x94,0x9d, + 0xa2,0x4b,0x27,0xe0,0xd1,0x77,0x30,0x7a,0xdb,0x1b,0x1f,0x57,0xf5,0xb2,0x73,0xa4, + 0x6b,0x7,0x91,0x7b,0x7c,0x9c,0x6b,0xe4,0x47,0x10,0xb5,0x5e,0x6c,0x10,0x34,0xfd, + 0x15,0x75,0x43,0x3e,0xf9,0xf7,0x6c,0xb8,0x8d,0xf0,0x30,0x3e,0x9c,0x8d,0xf4,0x64, + 0xf1,0x98,0x48,0x83,0x22,0xbb,0x87,0x65,0xa0,0xe0,0xd0,0x93,0xc,0x20,0xf4,0xe1, + 0xb2,0xec,0x54,0xde,0xfa,0x5,0xfb,0x4f,0x7f,0x8f,0x19,0xa3,0x62,0x60,0x65,0x44, + 0x46,0xc8,0x5a,0x65,0x8d,0x19,0x1,0xb1,0xd2,0xb5,0x95,0x35,0x66,0x7d,0xf8,0xe9, + 0x1a,0x1,0x7d,0x84,0xe0,0x94,0x98,0x2a,0xda,0x73,0xe6,0x2a,0xd9,0x19,0x4a,0x5d, + 0x60,0xcd,0x63,0x6f,0xe1,0xf8,0x7f,0x4b,0xb1,0xf9,0x48,0x26,0x6a,0x9b,0xea,0xf8, + 0x11,0xfd,0xb0,0xd0,0xf7,0x51,0xff,0xc9,0x18,0x7e,0x9f,0x17,0xe6,0x6d,0x78,0xc1, + 0xb2,0x63,0x0,0x50,0x45,0x6,0x88,0x65,0xa9,0x63,0x6b,0x9d,0x6c,0x19,0x46,0xbb, + 0xf9,0x61,0xd9,0xf8,0x3f,0xc3,0x8d,0x46,0x75,0x43,0xb8,0xf0,0xcb,0x65,0x24,0xef, + 0xf9,0xd0,0xa2,0xfd,0x9f,0xd3,0x78,0x47,0xc,0x70,0x9b,0x40,0xb7,0x11,0x9d,0x26, + 0x4a,0x6e,0x53,0xd7,0x54,0x8f,0x43,0x17,0x8f,0x72,0xc9,0xe2,0x30,0x3,0x58,0xb6, + 0xb,0xb4,0x66,0xdb,0x82,0xcf,0xd0,0xb7,0xc7,0x3d,0x5c,0xd2,0x4f,0xc5,0xad,0x2a, + 0xc4,0x7c,0xf4,0x14,0x97,0x2c,0x4e,0x95,0xd2,0x35,0xda,0xe7,0x2f,0xb4,0xd3,0x26, + 0x4b,0x62,0xe,0xa,0x41,0x81,0x91,0xae,0xc3,0x30,0x65,0x78,0x14,0x26,0xe,0x8b, + 0x90,0xca,0xb9,0xaa,0xb,0x78,0x22,0x24,0x9e,0xbc,0xc2,0xcd,0x74,0x86,0x28,0x4d, + 0x8d,0xed,0xa3,0x44,0xe6,0x3a,0xef,0x38,0x99,0x8d,0x8f,0x73,0x37,0xe2,0xf7,0x34, + 0x68,0x5e,0xad,0xae,0x40,0x62,0xd4,0x2,0x84,0xc,0xf6,0x97,0x12,0x2b,0x5a,0x51, + 0x8b,0xf2,0xea,0x2a,0xba,0x5a,0x46,0xb7,0x58,0x40,0x39,0xeb,0x2,0x6c,0xd5,0xc5, + 0x28,0x9d,0xc6,0x74,0x58,0x1a,0x9c,0x55,0x76,0xfe,0xd8,0xc7,0x70,0x6f,0xcf,0x7e, + 0x5c,0xab,0xe3,0x8,0xf9,0x3,0x59,0xa5,0x39,0x58,0xfa,0xf0,0xd3,0xf8,0xfa,0xd8, + 0x2e,0x29,0xca,0x9b,0x13,0x3a,0xa3,0x39,0xd9,0x59,0x7c,0xa5,0xc,0x9f,0xe4,0x6d, + 0xc4,0xd8,0x21,0x81,0x98,0xe6,0x37,0x1,0x69,0x7b,0xd7,0x50,0x14,0xf8,0x60,0x87, + 0x64,0xe8,0x95,0x1b,0xe5,0x14,0x19,0xae,0xc7,0xee,0x92,0xef,0xe4,0x32,0xc4,0x61, + 0xa5,0xeb,0x78,0xaf,0x8,0x7a,0xf6,0x7,0xb8,0xc2,0x24,0xd8,0xb4,0xb5,0x7c,0xe2, + 0x62,0xcc,0xd,0xfb,0x3,0x7a,0xd8,0x38,0x70,0x6d,0xb,0x2e,0xbd,0xfa,0x49,0x3e, + 0x81,0x92,0x5a,0x47,0xb4,0x4f,0x38,0x85,0xc7,0x61,0xd8,0x45,0x95,0xd8,0x72,0x74, + 0x27,0xf6,0x51,0x9c,0xcf,0x2a,0xb6,0x34,0x6a,0x3e,0xb5,0x1c,0x5f,0x14,0x5e,0x3a, + 0x8e,0xcb,0xd7,0x7f,0x46,0xdc,0xc8,0x89,0xfc,0xea,0x16,0x1c,0x6d,0x1d,0xa4,0xd0, + 0x7a,0xf0,0x3d,0xae,0xc8,0xfb,0xb1,0x50,0xa,0x99,0xcd,0x81,0x1a,0x5d,0xb6,0x72, + 0x40,0xb4,0xd7,0x70,0x6a,0x8c,0x11,0x5c,0x67,0x34,0x2c,0xec,0x7d,0x6b,0xea,0x8b, + 0x88,0xf4,0x1a,0xc3,0x35,0xfa,0x61,0x95,0x4b,0xdd,0xbb,0x5a,0xca,0xf1,0xdb,0x5b, + 0xdb,0x21,0x80,0xde,0x6e,0x4d,0x43,0x2d,0x5c,0x7b,0xbb,0x50,0xf7,0x78,0x94,0xa2, + 0x46,0x6b,0xd4,0x34,0xd6,0x22,0x65,0xcf,0x6a,0x29,0x4,0xb6,0x52,0xaa,0xf8,0x95, + 0x1d,0x71,0xef,0xe3,0x26,0x95,0xbd,0xa7,0xe,0x98,0xd5,0xe,0xe8,0xd1,0x37,0xd1, + 0xf3,0xb,0xc5,0x5c,0x36,0x89,0xc7,0x29,0x62,0x63,0x4d,0xb7,0x3b,0xd8,0xe8,0x3f, + 0x37,0x6c,0x26,0xfe,0xb1,0xff,0xb,0xae,0x1,0x6c,0xac,0xac,0xa5,0x72,0x1b,0x76, + 0x8c,0x9d,0xd3,0xdd,0x4c,0xc1,0x60,0x49,0xd7,0x59,0x81,0x71,0x5c,0x32,0x11,0x51, + 0x3c,0x69,0x56,0x38,0xdc,0xdb,0xae,0x27,0x36,0xcf,0x5b,0xd,0x7,0x6b,0x7b,0xae, + 0xe9,0x9e,0x55,0xfb,0x3e,0x41,0x98,0xfb,0x28,0x4,0xf,0xf2,0xc7,0xee,0xd2,0xef, + 0x24,0x5d,0xb4,0x77,0x38,0xf2,0xcf,0x1f,0x41,0xde,0xb9,0x42,0x3c,0x17,0x39,0x57, + 0xd2,0xb5,0xa6,0xba,0xba,0x1a,0x73,0xe7,0xce,0xc5,0xa6,0x4d,0x9b,0xa0,0xd5,0x1a, + 0xf4,0xd9,0x5f,0x7a,0xbd,0xce,0x7e,0x2e,0x70,0x8f,0x1f,0x9,0xa5,0x8d,0xde,0xd6, + 0x24,0x85,0xc3,0x52,0xa5,0x4d,0xcd,0x7,0xc6,0x7,0x4c,0xc1,0xd2,0xc8,0x79,0x5c, + 0x32,0x8c,0xfa,0xa6,0x6,0x3c,0xbf,0xe5,0x15,0xbc,0x3d,0xed,0x25,0x1c,0xa4,0x7e, + 0xcc,0x18,0xe3,0x3e,0x1a,0x9,0xe9,0xaf,0x63,0xe5,0xf4,0xe5,0x7a,0xdf,0x7e,0x68, + 0x68,0x28,0xbc,0x3d,0x87,0xc2,0xcf,0xef,0x1,0x83,0x73,0x8c,0x2c,0x97,0x78,0xf4, + 0xd8,0x71,0x6c,0xde,0xff,0xd,0x7c,0x17,0x3d,0xc8,0xb5,0x6d,0x38,0x9a,0x9f,0x98, + 0x31,0x52,0x67,0x0,0x13,0x53,0x62,0xab,0x7e,0xb7,0x2,0xa1,0x83,0x8d,0x9f,0x40, + 0xd8,0x17,0xdf,0x9d,0x27,0xbf,0x45,0x80,0x9b,0xce,0xe6,0x45,0x17,0x4f,0x48,0x33, + 0x8,0x9b,0x3e,0x5b,0x53,0x5a,0x5a,0x8a,0x11,0x7e,0x7e,0xe8,0xd9,0xab,0x97,0x34, + 0xd6,0x98,0x2,0x9b,0x5e,0x6f,0xdc,0xb8,0xe,0x9f,0x67,0xc3,0x61,0xd7,0xef,0xf6, + 0xba,0x4c,0x86,0x90,0x9a,0x9f,0xb8,0x35,0x51,0xba,0xab,0xa9,0x49,0xd1,0xaf,0xe6, + 0x7c,0x28,0x25,0x2d,0x4c,0xe1,0x9d,0xec,0x4f,0x71,0xb3,0xbe,0x1a,0x2a,0x85,0x8a, + 0xba,0x90,0x1d,0x96,0x8c,0x9b,0xc3,0x8f,0xe8,0x28,0x2a,0x2a,0xc2,0x94,0x29,0x53, + 0x70,0xbf,0x9b,0x1b,0xfa,0xf5,0x35,0x2f,0x5e,0x2b,0xaf,0xa8,0x40,0x61,0xc9,0x31, + 0x78,0x3d,0x15,0xc,0x87,0x1,0xba,0xd0,0x5c,0x21,0x20,0xe0,0x60,0x42,0xc6,0x91, + 0x66,0xb3,0x9a,0xd2,0xd,0x58,0xca,0xab,0xa7,0x6d,0x6b,0xab,0x76,0x4d,0x83,0xba, + 0x91,0xa2,0xbb,0x5f,0xa4,0x7d,0xd6,0x15,0x16,0x7f,0xf5,0x77,0x69,0xff,0xbd,0xf8, + 0x97,0x61,0x6b,0x65,0x23,0xed,0xf7,0x71,0x70,0xc6,0xf6,0x8c,0x6f,0xb0,0x60,0xc1, + 0x7c,0xec,0xdc,0xb1,0xd,0x4e,0xbd,0xe5,0xf1,0xd1,0xae,0x5d,0xbf,0x8e,0x89,0x93, + 0x63,0xe0,0xf4,0x88,0x3b,0x9c,0x7c,0xef,0x6d,0x9b,0x16,0x67,0x4,0x27,0xc7,0x24, + 0x50,0x7,0x4b,0xe1,0xa2,0x41,0x64,0x3d,0xb3,0x1,0x8e,0x7a,0xe6,0xfd,0xce,0xd8, + 0x78,0x78,0x2b,0x4a,0xaf,0x9e,0x41,0x3f,0xc7,0xbe,0x5c,0xd3,0x96,0x72,0xf2,0xfe, + 0x58,0x16,0x68,0xc1,0xc3,0xb3,0x91,0x97,0x93,0xd,0x7b,0x7b,0xc3,0x7,0x57,0x43, + 0xa8,0xad,0xad,0xc5,0x88,0xe0,0x10,0x8c,0x7e,0x6d,0x52,0x42,0x7e,0x42,0x6,0x5b, + 0xf0,0xd5,0xea,0xcb,0x90,0xad,0x7a,0xd,0xfd,0x95,0x25,0xf8,0x66,0x4e,0x8e,0x3e, + 0x34,0xe4,0xce,0x4e,0x1b,0x31,0x11,0xb,0xc3,0x67,0xeb,0x2d,0xec,0x18,0x3b,0xa7, + 0xa9,0xa9,0x49,0xf6,0xca,0x33,0xd8,0x3d,0x45,0x8d,0x46,0x54,0x69,0xc0,0xea,0x2a, + 0xd1,0x6c,0x80,0xfc,0xc5,0x99,0x37,0xd9,0xf2,0x53,0x2e,0x9a,0x45,0x16,0x9f,0xde, + 0xe4,0x82,0xf5,0xe1,0x6d,0xdf,0xec,0xc0,0x56,0xea,0x1a,0xed,0x4b,0xce,0x81,0x3c, + 0x7e,0x96,0x61,0x88,0x1a,0x51,0xdd,0x7a,0x9d,0x71,0x4b,0xb,0x20,0xd8,0xda,0x5b, + 0xda,0x54,0xea,0xa4,0xbb,0x7,0x5b,0x1b,0x9b,0x4e,0xa7,0x3f,0x5b,0x5b,0xdd,0xd8, + 0x61,0x28,0xa2,0x56,0x6c,0xe3,0x3f,0x77,0xb8,0x6b,0x50,0x4a,0xcc,0x1c,0xa,0x6c, + 0x3e,0xe1,0x62,0x97,0x74,0x36,0x6,0x24,0xa4,0xbf,0x86,0xd4,0xb8,0xbf,0x71,0xa9, + 0x5,0xf6,0x7d,0x80,0x7d,0x32,0xf3,0xe8,0xe4,0x2b,0xd1,0x99,0xca,0xb,0xd2,0x27, + 0xb0,0xa7,0x1f,0x9a,0x85,0xe2,0x63,0x45,0x5c,0x2b,0x2f,0xee,0x43,0x7d,0x58,0x4a, + 0xaa,0xb9,0x7f,0x75,0x34,0xab,0x8,0x21,0x38,0x35,0x36,0x87,0xf6,0xba,0x76,0xee, + 0x9,0x63,0xd,0xc0,0x32,0x3d,0x47,0x7e,0x3a,0xc1,0x25,0xe0,0xe4,0x95,0xd3,0xd2, + 0x76,0x98,0x4b,0x4b,0x5e,0x36,0x60,0xe0,0x3,0xf0,0x1e,0xe0,0xd1,0xc6,0x0,0x75, + 0x75,0x75,0x38,0x54,0x58,0x4,0xad,0xc6,0x40,0x2f,0x90,0xa3,0x50,0x2a,0x10,0x38, + 0x2a,0x0,0x76,0x76,0x2d,0x2b,0x4c,0xba,0x37,0x0,0xc1,0x16,0x49,0x69,0x4,0x2d, + 0x73,0xd3,0xba,0xcc,0x67,0x1b,0x6b,0x80,0xf6,0xb4,0x76,0x85,0x5b,0xc3,0x6,0xab, + 0xd6,0x6,0xb8,0xf4,0x13,0x19,0xee,0xc8,0xf,0x92,0x77,0x67,0xc,0xac,0xdb,0xf8, + 0xfb,0x8f,0xc0,0x40,0x57,0x57,0xae,0x31,0xd0,0x0,0xc,0x43,0x96,0xc9,0xed,0x5a, + 0xb8,0x5e,0xca,0xdf,0xb7,0x47,0x6e,0x3,0xc8,0x89,0xc1,0x6,0x60,0x4,0xa5,0xc4, + 0xa6,0xd1,0x9,0xcf,0x73,0xb1,0x3,0xf,0x79,0x84,0xc0,0xcd,0x79,0x0,0x97,0x5a, + 0xc8,0x2e,0xcb,0x93,0x62,0xfe,0xee,0x38,0x5f,0x75,0x49,0xda,0xe,0xba,0x67,0xa0, + 0xb4,0x65,0xe4,0xef,0xca,0xc5,0xfa,0x37,0x3f,0xee,0xf0,0xb6,0x7b,0x93,0x43,0xf4, + 0xfa,0xab,0x49,0x98,0x38,0x21,0xba,0xdb,0x78,0x80,0x5d,0x9b,0xb9,0x73,0x17,0xfe, + 0xb6,0xe2,0x65,0x5c,0x27,0x7,0xa8,0x1d,0xac,0x1f,0x3d,0x49,0xe5,0x9f,0x4c,0xe8, + 0xe6,0x4e,0x10,0x42,0x52,0x63,0x3f,0xa7,0x47,0xe9,0xb0,0xba,0xca,0x12,0x5c,0xcd, + 0x3b,0xf,0xaf,0xd3,0x55,0x58,0x37,0x67,0xc,0xec,0xac,0xdb,0x46,0x70,0x35,0xd, + 0x6a,0xc4,0x7d,0x90,0x8d,0x27,0x97,0xae,0x40,0xf4,0x78,0xe9,0xc3,0x6e,0xa7,0xec, + 0xce,0xda,0x83,0x2f,0xd2,0x5e,0x41,0xfa,0xc2,0x71,0x70,0x68,0x17,0x9,0xd6,0x35, + 0xaa,0x31,0xfb,0xd3,0x5c,0xec,0x3a,0x71,0x99,0xa5,0x2,0x3f,0xec,0xda,0x0,0xc4, + 0x9d,0x5c,0x2c,0x5d,0xf6,0x79,0x1,0x76,0x4e,0x1f,0x5,0x1f,0x17,0xfd,0x43,0xf, + 0xb,0x6c,0xfa,0x2e,0xf9,0x37,0x4a,0x4b,0x4e,0x74,0xda,0xa,0xd8,0xdb,0xf7,0xf6, + 0x19,0x8e,0xf2,0x77,0x67,0x40,0xd9,0xc9,0x39,0x25,0x57,0x6e,0x20,0xf8,0xb5,0xed, + 0xdb,0x68,0x37,0xb6,0x5b,0x3,0x30,0x22,0x92,0x22,0x54,0x75,0xe,0x8e,0xe4,0x3d, + 0x9,0x7f,0xe2,0x2a,0x8b,0xd0,0x9d,0x1,0x18,0xeb,0xf,0x9e,0xc3,0xab,0x7b,0xcf, + 0x23,0x2a,0x32,0xb2,0x83,0x11,0x58,0xe5,0xf7,0xec,0xdd,0x87,0x15,0x51,0x83,0x30, + 0x2b,0xb4,0xe3,0xa,0xb5,0xdb,0x18,0x6d,0x0,0x9,0xf6,0xf,0x13,0xf6,0x45,0xc9, + 0xd4,0x69,0x96,0x72,0x8d,0xec,0x18,0x62,0x0,0x39,0x68,0x6d,0x80,0x36,0x9e,0x60, + 0x97,0x24,0x25,0x69,0xd9,0x92,0x12,0x51,0x10,0x59,0x1e,0xca,0x82,0x1f,0xec,0xee, + 0x2c,0x86,0x1b,0x80,0x53,0x90,0xb0,0xed,0x6b,0xa5,0xa8,0x60,0x49,0xc0,0x3,0x3a, + 0xcd,0x6f,0x1b,0xa3,0xd,0xc0,0xc8,0x5b,0xf6,0xf5,0x59,0xa,0x27,0xc3,0x45,0x51, + 0x60,0xb3,0x83,0x45,0xff,0xb5,0xd5,0x54,0xd4,0xbd,0xee,0x43,0x65,0xf4,0x72,0xd4, + 0xdd,0xaf,0xfb,0x34,0x7f,0x73,0x64,0xbc,0x24,0xb7,0xc7,0x24,0x3,0x48,0x8,0x10, + 0xb,0x96,0x6d,0x5d,0x67,0xa5,0xd6,0x78,0xd3,0x34,0x99,0x44,0x43,0x90,0x2e,0xd3, + 0x71,0xb7,0x40,0x61,0x35,0x43,0xd0,0xaa,0x75,0x5b,0x4d,0x93,0xb4,0x6d,0x8f,0xe1, + 0x83,0x60,0x37,0xb0,0xe5,0xa7,0xd2,0xa,0x4c,0x91,0xfd,0xeb,0x2c,0xda,0x26,0xf7, + 0xc,0xe4,0xea,0x41,0xf2,0x3,0xca,0xaa,0xb0,0x96,0xfc,0x0,0xfb,0x76,0x7e,0x80, + 0x5c,0xd4,0x92,0x1f,0xf0,0x84,0x31,0x7e,0x80,0x29,0x84,0x24,0xc7,0x4,0x90,0xf, + 0xf5,0x18,0x99,0x77,0x3c,0x89,0xec,0xab,0x93,0xc1,0xbf,0x53,0x71,0xf8,0x12,0xce, + 0xa7,0x1f,0x83,0xb6,0xb1,0x25,0x6a,0xb5,0x75,0xb0,0xae,0xf9,0xe0,0x8d,0x98,0x79, + 0xf3,0x9e,0xdd,0xb2,0x86,0x7c,0x1,0xc3,0x73,0x70,0xfa,0xa9,0xa1,0xb2,0x90,0xca, + 0x5a,0x26,0x58,0xc4,0x0,0xad,0x79,0xf0,0x8d,0x49,0x7d,0xd9,0x6a,0x2c,0xb6,0x20, + 0x89,0x3c,0x19,0x6f,0xfa,0x45,0x4f,0x6a,0x25,0x4e,0xb4,0x65,0xeb,0x92,0x5b,0xfe, + 0x7d,0x5e,0xa4,0x99,0x45,0x10,0xaf,0x41,0x14,0xca,0xe8,0x58,0x9,0x4d,0xf1,0xc5, + 0x56,0x8d,0x4d,0x39,0x39,0x2f,0x65,0x56,0xf0,0x73,0x2c,0x0,0xf0,0x3f,0x16,0x77, + 0x75,0x59,0x4d,0x63,0xa1,0x7d,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42, + 0x60,0x82, + // D:/LMS/DBXML/InstructorsAndTrainees/icons/newGroup.png + 0x0,0x0,0xc,0xe5, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0, + 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0, + 0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f, + 0xa8,0x64,0x0,0x0,0xc,0x7a,0x49,0x44,0x41,0x54,0x78,0x5e,0xdd,0x9b,0xb,0x74, + 0x14,0xd5,0x19,0x80,0xff,0x3b,0xfb,0xca,0x6e,0xb2,0x21,0x84,0x80,0x46,0x5e,0x79, + 0x60,0x20,0xe0,0x3,0x82,0x56,0x7c,0x8b,0x82,0x4f,0x50,0x1,0xa5,0xc5,0xe3,0xab, + 0xa4,0x82,0x86,0xa2,0xd5,0x82,0xad,0x3d,0xad,0x44,0x3d,0xb6,0x6a,0x15,0x8b,0x1a, + 0x22,0x15,0x5,0x5f,0x84,0x8a,0x18,0x15,0xb0,0x56,0x90,0x7a,0xe4,0xd0,0x53,0x35, + 0x11,0xe5,0x99,0x0,0x79,0x10,0x10,0x34,0x21,0x90,0x64,0x93,0x4d,0xb2,0xbb,0xb3, + 0xd3,0xff,0x9f,0xb9,0x9b,0xdd,0xcd,0xee,0xce,0xcc,0x6e,0x36,0x24,0xf4,0xe3,0x2c, + 0x73,0xff,0x9b,0x99,0xd9,0x7b,0xff,0x7b,0xef,0xff,0xb8,0x33,0xcb,0xa0,0x97,0xc9, + 0x2e,0x76,0xc,0xf1,0x7a,0xe1,0xa,0x49,0x80,0x71,0x82,0x4,0x63,0x80,0x41,0x8e, + 0x24,0xb1,0x81,0x0,0x52,0xa,0xfe,0x39,0x49,0x39,0xb,0x5a,0x1,0x58,0x13,0x63, + 0xd2,0x49,0x2f,0x40,0x25,0x48,0x50,0x21,0x30,0xd8,0x83,0x8d,0xdb,0x56,0xf5,0x80, + 0xbd,0x9e,0x9f,0xd3,0x2b,0xf4,0x8a,0x2,0xb2,0x8a,0xda,0x2e,0xf4,0xa,0xe2,0x1c, + 0x26,0xb1,0xa9,0x28,0x8e,0xc3,0x4f,0xac,0xdf,0x23,0xe1,0x67,0xf,0x1e,0x3e,0x63, + 0x82,0xa1,0xa4,0xfa,0xfe,0xc4,0x32,0xa5,0x3a,0x7e,0xc4,0x4d,0x1,0xa3,0x5e,0x6a, + 0x4c,0x16,0xd,0x96,0x79,0xc0,0xa4,0xb9,0x28,0xe6,0x2a,0xb5,0xf1,0x5,0x1b,0xbb, + 0x17,0x67,0xcf,0x2a,0x73,0x42,0xfb,0x8a,0xca,0xfc,0xc1,0xe,0x5e,0xdd,0x23,0x7a, + 0xac,0x80,0x61,0x2b,0x9b,0x53,0xcd,0x2e,0xe1,0x21,0x1c,0xaa,0x85,0x28,0xe2,0xd4, + 0x3e,0x25,0x9c,0x64,0x12,0xbc,0xe4,0x61,0xe2,0xb2,0xba,0x82,0x94,0x93,0xbc,0x2e, + 0x26,0x62,0x57,0x0,0xe,0x45,0xe6,0xf2,0xb6,0xbb,0x70,0xc4,0x9f,0x47,0x69,0xb0, + 0x52,0x79,0xca,0x39,0x81,0xcd,0x78,0xb2,0xb6,0x21,0xf1,0x65,0x28,0x64,0x68,0x3e, + 0xa2,0x27,0x26,0x5,0x64,0x17,0x35,0x8f,0x12,0x99,0xf0,0x26,0x5e,0x7c,0x9,0xaf, + 0xea,0x6b,0xb6,0x1b,0xc,0xe2,0x3d,0x7,0xe7,0xa7,0x54,0x71,0x59,0x37,0x2,0x3f, + 0xea,0x66,0x64,0x71,0xcb,0xc,0x2f,0x13,0xbe,0xe9,0x47,0x9d,0x27,0x2e,0x15,0x45, + 0xc3,0x8e,0x8c,0x62,0xc7,0x2f,0xb8,0xac,0x1b,0xfd,0x33,0xa0,0x50,0x12,0xb2,0x86, + 0xb4,0xbe,0x80,0x6b,0xfd,0x37,0xbc,0xa6,0x9f,0x22,0x2d,0xad,0xa9,0xb7,0x2f,0xd6, + 0xbb,0x24,0x74,0x29,0x60,0xdc,0x7b,0x92,0xb9,0xad,0xb1,0x75,0x35,0x1a,0x9e,0x39, + 0xbc,0xaa,0x5f,0x83,0x83,0xb4,0x66,0x90,0x21,0xe9,0xde,0xf2,0xf9,0xcc,0xcd,0xab, + 0x22,0xa2,0xa9,0x0,0xb9,0xf3,0xd,0x8e,0x52,0xc6,0xd8,0x8d,0xbc,0xea,0x34,0x81, + 0x6d,0x4a,0x35,0x24,0xce,0xd0,0x52,0x82,0xba,0xd,0x40,0x13,0xeb,0x3c,0xee,0x78, + 0xed,0xf4,0xeb,0x3c,0x21,0xdd,0xd4,0xe8,0x6d,0x7d,0x93,0x96,0x2e,0xaf,0x8,0x8b, + 0xea,0x1f,0xb3,0x8a,0x5b,0x97,0xa2,0x26,0xef,0xe6,0xe2,0x69,0x7,0x2d,0xd9,0xcc, + 0x21,0x8e,0x67,0xb9,0x18,0x96,0x88,0x4b,0x20,0x73,0xb9,0xe3,0x76,0x3c,0xbc,0xa7, + 0x48,0xa7,0x37,0x18,0x92,0xdf,0x51,0xbd,0x20,0xa9,0x84,0x8b,0x41,0x84,0x55,0xc0, + 0xa8,0x15,0x4d,0xd9,0xe8,0x56,0xca,0xb1,0x38,0x40,0xa9,0x39,0xed,0x69,0x16,0x41, + 0xcc,0xc3,0xa8,0xb1,0x9a,0xcb,0x5d,0x84,0x2e,0x1,0x5c,0xf7,0x1e,0xd1,0xf0,0x16, + 0x96,0xfe,0x5f,0x3a,0x4f,0xc,0x30,0x80,0x61,0x35,0xf5,0x8d,0xcb,0x5d,0x84,0x28, + 0x20,0xb3,0xd8,0x91,0x8f,0x67,0xf5,0xa7,0x20,0x27,0x5e,0x5c,0x9e,0x51,0xdc,0x16, + 0x62,0xcf,0x82,0x34,0x42,0x89,0x8d,0xc9,0x25,0x54,0x62,0x31,0x4d,0xa9,0x51,0x27, + 0x27,0x55,0x80,0x7b,0xcf,0x35,0xc1,0xc4,0x33,0xd,0x60,0x32,0x0,0x54,0x61,0x36, + 0xbf,0x76,0x9f,0x7,0xb6,0xd6,0x7a,0xe4,0x3c,0x36,0x9e,0x50,0x43,0xa7,0x64,0x1a, + 0xe1,0xe7,0xb9,0x46,0xc8,0x4a,0x11,0xc0,0x2d,0x2,0x94,0xfd,0x28,0xc2,0xea,0x5d, + 0x6e,0x38,0x70,0x42,0x77,0x1a,0x50,0x2f,0x75,0x7a,0x46,0xd7,0x3e,0x3c,0xb0,0x89, + 0xcb,0xc1,0xa,0xc8,0x2c,0x72,0x3c,0x89,0x35,0x7f,0xe2,0xa2,0x2a,0xb7,0x8d,0x31, + 0xc1,0xd3,0x57,0x5a,0xc0,0x14,0xc6,0x8f,0x7c,0x74,0xc0,0x3,0x8b,0xb7,0x76,0x80, + 0x27,0x42,0xbb,0xc,0x78,0x4d,0xde,0x19,0x6,0x18,0x9e,0xcc,0xc0,0x28,0x30,0x38, + 0xd4,0xec,0x85,0x1d,0x3f,0x89,0xe0,0xc2,0x4e,0x85,0x83,0xbe,0xe3,0xf9,0xab,0x13, + 0x60,0xfa,0xd9,0x46,0x5e,0xe3,0x87,0xae,0x79,0xec,0x8b,0xe,0x28,0xdd,0xef,0xe1, + 0x35,0xea,0xe0,0xc0,0x2c,0xa9,0x2d,0xb0,0x3f,0xc9,0x45,0xbf,0x2,0xe4,0x7c,0xde, + 0x68,0xae,0xc5,0xa2,0x66,0x4a,0x3b,0x1e,0x1b,0xbf,0xee,0x56,0xab,0xdc,0x91,0x48, + 0xbc,0x52,0xee,0x82,0xa5,0x5f,0xbb,0xb8,0xa4,0x40,0x1d,0xc9,0x3f,0xdf,0xc,0xf7, + 0x8d,0x37,0xc1,0xc0,0x84,0x20,0xdd,0x43,0x53,0xa7,0x4,0x6f,0x7c,0xef,0x86,0x15, + 0x3b,0x5c,0xe0,0xee,0xa6,0xb8,0x45,0x17,0x99,0xa1,0x20,0xcf,0xcc,0xa5,0x50,0x44, + 0x3c,0x7f,0x56,0xa9,0x13,0x76,0xd6,0xeb,0x9a,0x9,0x27,0xcc,0x96,0x8e,0xc,0xdf, + 0x7e,0x42,0x57,0x17,0xe4,0xcd,0xc,0x9d,0xf9,0xfc,0x83,0x17,0x98,0x55,0x3b,0x4f, + 0xcc,0xce,0x35,0x5,0x4d,0x2f,0xbb,0x99,0xc1,0x3b,0x37,0x5b,0xe1,0xd1,0x49,0xe6, + 0x90,0xce,0x13,0x29,0x16,0x6,0x8f,0xfc,0xcc,0xc,0x25,0xa8,0xd8,0x64,0x2c,0xfb, + 0xa0,0xd2,0xac,0xd1,0x26,0x45,0x88,0x0,0xb5,0x65,0xe1,0xc4,0xc8,0xa,0xea,0x46, + 0xaa,0xbb,0xd3,0x7a,0x1f,0x2f,0x7,0x18,0x41,0x26,0xdd,0xc3,0x4b,0xaa,0x18,0xb0, + 0x45,0x17,0xf,0xc5,0x5,0xaf,0xc1,0x9a,0x3d,0xee,0x2e,0x3b,0x40,0x9d,0x58,0x36, + 0x35,0x1,0x2e,0x4c,0xd7,0xbe,0x8e,0x96,0xc6,0x2b,0xd7,0x26,0x74,0x29,0x8f,0xee, + 0xf1,0x2e,0xde,0x4b,0x8b,0x4b,0x86,0x19,0x1,0x57,0x93,0x4e,0xa4,0x7c,0x5e,0x50, + 0x14,0x40,0x7b,0x78,0x78,0x38,0x87,0xca,0x5a,0x98,0xb1,0xf,0x16,0x8d,0x7e,0x50, + 0xa3,0xdf,0xaf,0xf0,0x37,0xfa,0xfa,0x6c,0x23,0x5c,0x35,0x42,0xbb,0xf3,0x3e,0x2e, + 0x1b,0x66,0x80,0x69,0x1,0xeb,0x7d,0x7d,0xa5,0x1b,0xbc,0x1a,0x56,0xd5,0x8a,0xa7, + 0xd3,0xe0,0xe8,0x1,0x6f,0x35,0x76,0x64,0x71,0xdb,0x4,0x2a,0xcb,0xa,0xa0,0xd, + 0x4c,0x3a,0xea,0xa1,0x1d,0x6d,0xcd,0xb1,0x56,0xf5,0xd6,0x90,0x37,0x38,0x1a,0x70, + 0xce,0x9d,0xe3,0xd4,0xa7,0x70,0x38,0xee,0xa,0xb8,0x86,0xbe,0xaf,0xaa,0x49,0x7d, + 0x7d,0xff,0xe0,0x90,0x42,0x6c,0x87,0x1a,0x82,0x24,0xde,0x21,0x1f,0x65,0x49,0x62, + 0xd7,0xca,0x47,0x9d,0x7c,0x52,0xa5,0x6e,0x71,0x3,0xdd,0x12,0x8d,0x8a,0x9e,0xa9, + 0xdf,0x9d,0x9,0xb8,0x14,0x68,0xb6,0xf9,0xd0,0x72,0x75,0x5a,0x6d,0xa,0x85,0x4d, + 0xa1,0xff,0x5,0xda,0xb7,0xc7,0x36,0x8e,0x95,0xeb,0x74,0xb2,0xfc,0x5b,0x17,0x1c, + 0x71,0x44,0x6e,0x50,0x33,0x5a,0x74,0x1f,0xa9,0x56,0x72,0x75,0x5c,0x88,0x2,0x32, + 0x6c,0xa9,0x1,0xc6,0x92,0xbc,0x44,0x24,0xea,0x5a,0xbc,0x50,0x8c,0x6d,0x8a,0x92, + 0xf3,0x73,0x56,0xb4,0xa4,0x9,0xf4,0xd0,0x2,0x5,0xdd,0xe6,0x83,0x38,0xd9,0x21, + 0xc1,0x9d,0x1f,0x77,0xc0,0xf7,0xf5,0xa1,0x8e,0x9b,0xfe,0xb6,0xb9,0xd6,0x5f,0xdf, + 0x19,0xc1,0xb7,0xeb,0x81,0x96,0x9b,0x8f,0xcf,0xf1,0x9e,0xe1,0x94,0x40,0xf1,0xc3, + 0x5d,0x1b,0x3a,0x54,0x15,0x14,0x1,0xe6,0xf1,0xb0,0x2b,0x58,0x56,0x91,0xa3,0x10, + 0x23,0xe4,0x25,0xbc,0x32,0x2a,0x48,0x6b,0x93,0xd0,0x23,0xe4,0x61,0x24,0x48,0x86, + 0xb1,0x1a,0xd7,0xe9,0x16,0x6c,0x68,0xab,0x2b,0xb8,0x31,0x5f,0xde,0x69,0x83,0x61, + 0xf6,0xe8,0xa6,0x1,0xd9,0x90,0xcb,0xde,0x6e,0xe3,0x92,0x2,0xb9,0xd2,0x29,0x19, + 0x6,0xc8,0xc4,0x48,0xb0,0x3,0x95,0x53,0x8e,0x91,0xe0,0xd7,0x47,0xc5,0x2e,0x6f, + 0x13,0x35,0xc,0x1e,0x67,0x59,0xcb,0x1d,0x25,0x78,0x3,0xdd,0x9b,0x89,0xe4,0x6a, + 0xb4,0x2c,0x72,0x77,0x28,0x88,0xa1,0x60,0x26,0x1a,0x5e,0xc5,0x80,0xe8,0xb9,0xff, + 0x46,0x37,0xad,0xa3,0x6e,0x9b,0x4,0xef,0xa,0x78,0xfe,0xd9,0x5c,0xd4,0x64,0x0, + 0x6,0x28,0x6b,0x6f,0xb1,0x42,0xe1,0xe5,0x16,0xb9,0x1c,0x9,0x6a,0x48,0x1a,0xae, + 0x7d,0x1f,0x6f,0xef,0x76,0xcb,0x4b,0x43,0x2f,0x74,0xee,0xeb,0x18,0x15,0xfa,0x20, + 0x3b,0xa2,0xe6,0xe3,0xa9,0x2d,0x4f,0x60,0x9b,0xa8,0x6d,0x6a,0xed,0xa,0x81,0x49, + 0x39,0x2c,0x73,0x79,0xb,0x86,0xbf,0x6c,0x24,0xaf,0x8a,0x48,0x2,0xfa,0xd9,0xf5, + 0x33,0x6d,0x90,0x3b,0x48,0x99,0xca,0x34,0xcd,0x37,0x1e,0xf4,0xc0,0xf6,0x23,0x22, + 0x1c,0x46,0x83,0x48,0x9a,0x27,0xa3,0x35,0x1,0x97,0xc3,0xf4,0x51,0x46,0x68,0xc1, + 0x35,0x39,0xf3,0x83,0x76,0xf9,0x5c,0xe2,0x52,0xf4,0xed,0x2b,0x6f,0xb4,0x6a,0xc6, + 0x10,0x14,0xdb,0xdf,0xf7,0xcf,0x76,0xd8,0x76,0xd8,0x6f,0x3c,0xd6,0xcd,0xb0,0x42, + 0xa,0xde,0x7b,0x23,0xe6,0x18,0xdf,0xe2,0x9a,0x27,0x5,0x91,0x42,0x86,0xe3,0xb2, + 0xa2,0xfb,0x4e,0xc3,0xef,0x4b,0xc2,0xe5,0x41,0xec,0x3d,0xee,0x85,0xdb,0x30,0x2c, + 0xa6,0x25,0xa2,0xd,0xab,0x41,0x5,0x38,0x1a,0xb1,0x94,0xaa,0x54,0x44,0xe6,0x8f, + 0x97,0x58,0x60,0xee,0xf9,0xfa,0xfc,0x39,0x8d,0xf5,0x8b,0x98,0x7,0x14,0x61,0x3e, + 0x10,0x38,0xee,0x94,0x35,0xbe,0x70,0x8d,0x5,0x46,0x24,0x87,0xb7,0x7,0x64,0xcd, + 0x17,0x6d,0xed,0x84,0xb2,0x63,0xc1,0x96,0x33,0x1f,0xbf,0xf7,0xf7,0x93,0x2c,0x9a, + 0xe1,0xb7,0x8f,0x95,0x38,0x7b,0xfe,0xfc,0x9f,0x4e,0x2e,0xa9,0x72,0x9c,0x14,0x40, + 0x67,0xaa,0x2e,0xd0,0x91,0x3,0x4,0xf8,0x7c,0x8e,0x4d,0x75,0x1a,0xfa,0xa0,0x11, + 0xa4,0x4c,0x70,0x3,0xce,0x8e,0x70,0x50,0x42,0x74,0x13,0x8e,0xd8,0xe4,0x11,0x46, + 0xf9,0xbe,0x12,0xfe,0x3b,0xdc,0x22,0xa1,0x95,0xf7,0xc8,0xbe,0x3c,0x52,0x30,0x33, + 0x25,0xc3,0x8,0x45,0xd7,0x25,0x84,0xcd,0x3e,0xbb,0x43,0xb3,0xf1,0xea,0x35,0x4e, + 0x59,0xa1,0x1a,0x74,0xea,0x52,0xc0,0xc3,0x98,0xa4,0xe8,0x4d,0x36,0x1e,0xfd,0x77, + 0x67,0x50,0x18,0x4c,0x6b,0x92,0xd2,0xde,0xdd,0xd,0x9a,0x8d,0x9,0xe2,0x9c,0xc1, + 0x2,0x1c,0x41,0xc5,0x4,0xba,0xb7,0x1b,0x31,0xa4,0x7e,0x39,0x20,0x4f,0x50,0x63, + 0x59,0x99,0xb,0x96,0x7d,0xa3,0x69,0x44,0x3b,0x49,0x9f,0xad,0x4a,0x39,0x32,0x34, + 0x5a,0x7a,0xa0,0xcd,0x89,0xc0,0xce,0xd3,0xc6,0xc5,0x47,0xb7,0x59,0xa1,0x14,0x6d, + 0xc7,0xaf,0x51,0x81,0x64,0x47,0xb4,0xa0,0x73,0x16,0xe0,0xb9,0x1f,0xe0,0x35,0x74, + 0x6d,0x36,0xde,0xc3,0x7,0xcd,0x90,0x57,0x75,0x6,0x3c,0x3a,0xdb,0xec,0xd0,0x65, + 0x4,0xcb,0x7f,0x99,0x18,0x36,0x85,0xd,0x84,0xa6,0xdb,0xd4,0x12,0x67,0xd7,0x14, + 0x1e,0x8e,0xeb,0x9c,0x8c,0xd7,0x10,0x9b,0xff,0xba,0xe3,0xed,0x12,0x94,0xec,0x75, + 0xc3,0x17,0x87,0x44,0xd8,0xd9,0x20,0xca,0x79,0x3c,0x41,0x6b,0xfb,0xbc,0xc1,0x6, + 0xb8,0x12,0x13,0xa6,0x3b,0x30,0x7,0x8,0xf4,0x20,0xd,0x4e,0x9,0x6e,0x2f,0x6d, + 0xef,0x9a,0xce,0xb4,0x4,0x36,0xdc,0x6e,0x93,0x77,0xa3,0xd4,0x20,0x43,0x39,0x71, + 0x55,0x70,0x1c,0x11,0x8a,0x62,0x4,0xe9,0xad,0x8b,0x89,0x4a,0x45,0x28,0x14,0xc6, + 0xee,0x9f,0xef,0x7b,0x93,0x25,0x32,0xb,0x3f,0xeb,0x80,0x4d,0x3c,0x1e,0xa7,0x18, + 0xbe,0x74,0x96,0xdf,0x63,0x44,0xa2,0x11,0x15,0x42,0xc,0xa,0xe8,0x70,0x38,0xf6, + 0x35,0x7a,0x61,0xe6,0x7a,0x67,0x57,0x54,0x49,0xf6,0xe0,0xef,0x37,0x24,0x28,0x82, + 0xa,0x39,0x2b,0x5a,0x23,0xee,0x4a,0x29,0x48,0xdf,0x8,0x18,0x5,0xee,0xe7,0x52, + 0x58,0xf4,0x18,0x3e,0x6a,0x60,0x60,0x32,0x32,0x6f,0xbc,0x59,0xb3,0xf3,0x4,0x75, + 0x5c,0xab,0xf3,0x4,0xdd,0x6b,0xfe,0x4,0xbf,0xd,0x22,0x83,0x59,0x81,0xdf,0xa9, + 0x85,0x8e,0xb6,0x57,0x52,0x2b,0x69,0x13,0xb4,0x47,0x6c,0x40,0xff,0xec,0x33,0x55, + 0x14,0xae,0xd2,0x96,0x57,0xbc,0x99,0x17,0xb0,0x8d,0x46,0xdf,0xb5,0x2e,0xc0,0xd6, + 0xc4,0xe,0xab,0x14,0x50,0x3,0xbb,0xb9,0x14,0x33,0x9f,0x56,0xfb,0x47,0x7f,0xd6, + 0x68,0xa3,0xac,0x84,0x78,0x63,0x33,0x31,0xb8,0x35,0xc7,0x6f,0xd8,0x36,0xd7,0x4, + 0xc7,0xa,0xb1,0xe0,0x65,0xd2,0x1e,0x26,0xbf,0xc6,0x26,0xc1,0x8f,0x28,0x87,0x6d, + 0x35,0x55,0x8e,0x43,0x97,0x14,0x9,0xf2,0xb9,0x14,0x7d,0xf9,0x58,0x83,0xe1,0xe8, + 0xa4,0xb3,0xa2,0xcf,0xff,0xf5,0xf0,0x15,0x26,0x3e,0x73,0x3e,0xf2,0x47,0x97,0x63, + 0xd3,0x4,0xd5,0x69,0xbe,0x7,0x5d,0xaf,0xdf,0x89,0x86,0xe0,0x35,0x19,0xa4,0x33, + 0xe4,0xcb,0xd1,0x10,0xee,0xc2,0x83,0xae,0x2d,0x31,0x35,0xa8,0x31,0x3b,0xf3,0x13, + 0xe5,0xd1,0xea,0xd,0x28,0x3d,0x3e,0x6f,0x65,0x2b,0x88,0xbc,0x57,0x43,0x5d,0x7, + 0xe0,0x5c,0xcf,0x46,0x30,0xd8,0x2a,0xa0,0xcd,0xda,0x1,0x2d,0x56,0x65,0x56,0x24, + 0xb7,0x1b,0x20,0xc9,0x69,0x1,0xb7,0x33,0x17,0x76,0x99,0xa6,0xc3,0x51,0xf3,0x28, + 0xb9,0xbe,0x1b,0x3b,0x6a,0xa,0xec,0x79,0xf2,0xd0,0x4a,0x4c,0xda,0x2c,0x57,0xf5, + 0x90,0x21,0x89,0xac,0xd7,0x3a,0x4f,0xd0,0xbe,0xdf,0x60,0xfc,0x8e,0x74,0x57,0x15, + 0xdc,0xec,0x7a,0x4,0x52,0x87,0x3d,0x1,0x75,0x59,0xe5,0x50,0x73,0x66,0x1b,0xd4, + 0xf,0x10,0xa1,0x3,0xed,0x24,0x7d,0xa8,0x5c,0x9d,0xee,0x84,0xc3,0xd9,0xe5,0x30, + 0x70,0x78,0x21,0x4c,0x17,0x17,0xc0,0x70,0x57,0x77,0x53,0xc7,0xb6,0xd0,0xff,0xb2, + 0x2,0x4,0x66,0x58,0x43,0xc7,0x9e,0xd2,0x1b,0x6b,0xbf,0x3b,0x17,0xb5,0xac,0x85, + 0xf4,0xf4,0x25,0x70,0x70,0x44,0x3d,0x88,0x91,0x57,0x66,0x17,0xf4,0x34,0xb0,0x6a, + 0x68,0x33,0xc,0x4e,0x7f,0xa,0x2e,0x73,0xfa,0x1f,0x76,0x4b,0x12,0xc8,0x7d,0x96, + 0x6f,0xc1,0xdf,0xc0,0xec,0xb1,0x31,0xd4,0xbb,0x2b,0x1b,0x2b,0x1b,0x4a,0xff,0x2, + 0x7,0xd3,0x37,0x40,0x47,0xc,0x4e,0x86,0xae,0x39,0x99,0xf9,0x31,0xdc,0xe0,0x5c, + 0x4a,0xe2,0xde,0xda,0x5,0x49,0xdf,0x51,0xc1,0xaf,0x43,0x89,0xbd,0xc9,0x4b,0xfd, + 0x92,0xb2,0x2f,0x4b,0xe0,0x35,0xe9,0x2b,0x79,0x44,0x63,0x85,0xae,0xad,0xcb,0xfc, + 0x16,0x66,0x36,0x3f,0x73,0x94,0x57,0xf9,0x2d,0xff,0xe8,0xd7,0x1b,0xec,0xae,0xce, + 0x84,0x43,0x58,0x8c,0xf9,0x6d,0xcf,0x31,0x18,0xb0,0x7c,0x32,0xdb,0xc6,0xa5,0xf8, + 0xd1,0xf8,0xc3,0x1,0xb8,0x7f,0xfb,0x62,0x68,0x8f,0x30,0xf2,0x8c,0x31,0x58,0x7d, + 0xdd,0x4a,0xb4,0x3f,0x36,0x20,0xbb,0xdf,0xea,0x6a,0x85,0xfc,0x7f,0xd1,0x83,0xae, + 0xf0,0x58,0x31,0x4b,0x9f,0xb6,0xcb,0x93,0x77,0xef,0xd3,0x9b,0xbe,0xeb,0x9a,0x1, + 0xf4,0xac,0xc,0xb5,0xf1,0x32,0x17,0xfb,0x15,0xef,0x6e,0x79,0x3e,0x62,0xe7,0x9, + 0x74,0x86,0x90,0x68,0x4a,0x44,0x23,0x69,0x85,0x44,0xa3,0xd,0xec,0x26,0xf5,0xd0, + 0xbd,0xdd,0x8c,0x49,0xc0,0x20,0x49,0x7e,0x63,0x24,0xc8,0x8c,0x78,0x40,0xfc,0x1b, + 0x1e,0x1a,0x14,0x29,0x7a,0xc8,0x3d,0xd1,0x96,0x78,0x3c,0x3f,0xb5,0xd5,0x15,0xb0, + 0xc5,0xfe,0x13,0xff,0x86,0xf0,0x98,0x4,0x13,0xe6,0x2c,0xba,0xb2,0xbf,0x2e,0x76, + 0x8c,0x30,0x8d,0x79,0xeb,0x77,0xd7,0x5e,0x10,0xb2,0xa2,0xb2,0x8a,0x5b,0xe6,0x4a, + 0x12,0x7b,0x9d,0x8b,0x7d,0xce,0xf5,0x6d,0x2f,0x42,0x1d,0xba,0x33,0x35,0xec,0x66, + 0x3b,0xac,0xbe,0x7e,0x25,0x58,0xc,0x16,0x59,0x76,0xba,0x9d,0x30,0x7b,0xa3,0xfc, + 0xe0,0x47,0x95,0x6b,0xf6,0xb9,0xff,0x11,0xe2,0x48,0xaa,0xef,0xb7,0xaf,0xc2,0xc3, + 0x76,0x45,0xea,0x7b,0x8c,0xb6,0x7d,0xbc,0x14,0x19,0x97,0x88,0x8b,0x1a,0xfd,0x5a, + 0xb4,0x1c,0x4d,0x11,0x26,0x87,0xb5,0xa9,0xfd,0xe9,0x25,0xa9,0x2b,0x6d,0x77,0x43, + 0x43,0x72,0x70,0xe6,0xb7,0xa,0x47,0x3b,0xcd,0x3a,0x8,0xdc,0xa2,0x1b,0x53,0xe4, + 0x4e,0x4c,0xbf,0xcd,0xe8,0x82,0x8d,0xb8,0xc,0x94,0x10,0xdc,0xed,0x75,0xcb,0xcb, + 0xa2,0x3b,0xd3,0x4a,0x6f,0xe5,0x25,0x85,0x33,0x9b,0xbd,0xae,0x90,0x19,0x40,0xc8, + 0x6f,0x5d,0x4b,0xf0,0x2b,0x2e,0xf6,0x29,0xcd,0x3c,0xbc,0xd,0x24,0xd9,0x64,0x47, + 0xf7,0xc5,0xe4,0x8e,0xd3,0xf4,0xa7,0xa9,0xef,0xeb,0x3c,0x11,0xae,0xf3,0xe1,0x38, + 0x69,0x63,0x91,0xb7,0x18,0x6b,0x16,0xd8,0xdf,0x47,0xcf,0x29,0x47,0xd,0x7d,0x89, + 0x10,0x2e,0x47,0xb,0x3b,0x6f,0xa3,0x87,0x36,0x43,0x22,0x2a,0x80,0xa8,0x79,0xc0, + 0xbe,0x8,0x7d,0xec,0x6a,0x2e,0xf6,0x9,0xc9,0xce,0xd0,0x26,0xa,0x4c,0xc0,0x2c, + 0x94,0x3c,0xbe,0xf2,0x8f,0xca,0xb1,0x90,0xd2,0xee,0x75,0x6b,0xea,0x72,0xe2,0xa, + 0xc9,0xd4,0xe8,0x71,0x7c,0xd8,0x57,0xef,0xb,0x4f,0x93,0xe6,0xc9,0x89,0x4d,0x20, + 0x34,0xf5,0xbd,0x12,0xed,0x29,0x2a,0x4a,0x20,0x36,0xce,0xf8,0x50,0x3e,0xfa,0xe8, + 0xbe,0xde,0xc3,0x91,0x7b,0x4c,0xac,0x57,0x9d,0x1,0x4,0xbd,0x6d,0x9d,0xd1,0x60, + 0xbf,0x5,0x5d,0xe3,0x1b,0xbc,0xea,0x94,0x42,0x29,0x6d,0x77,0xc8,0xea,0x7b,0xbc, + 0xf4,0x50,0x34,0x7a,0xcb,0x1f,0xc8,0xd0,0x26,0xef,0xe7,0x9a,0xa,0x20,0xbe,0x28, + 0x64,0x9e,0xda,0x82,0x44,0x34,0x8a,0xf2,0xef,0x83,0x4e,0x29,0x94,0xcf,0x1b,0x62, + 0x9b,0xe1,0xaa,0xd0,0x3d,0x7,0xb5,0x78,0x96,0xea,0x52,0x80,0xc,0x63,0x52,0x4d, + 0x41,0xf2,0x62,0xd4,0xfa,0xc,0x94,0x7a,0xf4,0x4b,0xad,0x68,0xa0,0xcd,0x8c,0xac, + 0x23,0x43,0xb8,0x14,0x3f,0x26,0xd4,0x79,0xf6,0xde,0xfd,0xec,0x67,0x65,0xfa,0x15, + 0xc0,0xa9,0x2d,0x48,0xfe,0x10,0x57,0xdf,0x5,0x58,0xdc,0xa6,0xd4,0xf4,0x3e,0x5f, + 0xb3,0x85,0x90,0x10,0x8f,0x3d,0x50,0x8e,0xcd,0x25,0x49,0xd9,0xc7,0x3a,0xe5,0x50, + 0x31,0x76,0x87,0x82,0x46,0x81,0xff,0x6c,0xee,0xaf,0x28,0xc5,0x7f,0x88,0xba,0x71, + 0x71,0xdb,0x7a,0x70,0x64,0x95,0x82,0xb7,0x87,0x2e,0x90,0x61,0xc4,0x78,0xc3,0x6e, + 0xf1,0xa9,0x5,0x4b,0x36,0x3d,0x2e,0xcb,0x72,0x6d,0xf,0xc8,0x78,0xf1,0x64,0xa, + 0x58,0x8c,0xf,0xe2,0x8d,0x1e,0x42,0x51,0xf3,0x29,0x73,0x4f,0xa0,0xcd,0xc,0xca, + 0xe7,0x63,0xdd,0x13,0xa0,0xce,0x4f,0xae,0xf4,0xac,0xfb,0xed,0x1f,0x3e,0x99,0xcd, + 0xab,0xe2,0x15,0x52,0x0,0x8c,0x2b,0xaa,0x4f,0x6a,0x67,0xb6,0x79,0xe8,0x98,0xe6, + 0xe2,0x4d,0xe9,0xf7,0xc2,0xbd,0xc1,0xee,0x19,0xcd,0xcf,0x1d,0xad,0xcb,0xdc,0x39, + 0x95,0x52,0x5a,0x5e,0xa7,0xb,0x9a,0xf6,0x93,0x2b,0x5c,0x4f,0x15,0x14,0x7e,0x1a, + 0xf4,0x3a,0x50,0xdc,0x14,0x10,0x8,0xbd,0x84,0xa8,0xbc,0x87,0x27,0xff,0x78,0xfa, + 0x5c,0xfc,0x44,0x6d,0x6b,0x38,0x64,0xff,0x77,0xe2,0x7d,0x36,0xd3,0x1e,0x9e,0x6f, + 0x1b,0xeb,0x9d,0xc7,0xa6,0x8e,0xae,0x4e,0x33,0xaf,0x2d,0x1b,0x69,0x1c,0xaf,0xb5, + 0x2f,0x48,0xd6,0x3e,0xef,0x90,0xfb,0xc0,0x88,0x6,0xef,0xec,0xb9,0xcf,0x7c,0x2a, + 0x5f,0x1f,0x48,0xaf,0x28,0x20,0x10,0x7a,0x15,0x8d,0xde,0xc6,0xc2,0x69,0x3b,0x16, + 0xbd,0x76,0x2e,0x4e,0xc3,0x1c,0xf4,0x28,0xb4,0x54,0xba,0xfd,0x7c,0x1e,0x9a,0xd0, + 0xae,0x9c,0xc0,0x26,0x55,0x62,0xab,0x2a,0xe8,0xa1,0x85,0x45,0x80,0x6d,0xfb,0xe7, + 0x27,0x1f,0x57,0x4e,0x9,0x85,0xf2,0xf9,0xc6,0x64,0xe3,0xa2,0x23,0x3,0x85,0xab, + 0x9b,0xad,0x6c,0xc0,0x9,0x8c,0xed,0xa9,0x3e,0xd5,0x29,0xb9,0x53,0x9c,0x52,0xd3, + 0x59,0xcd,0xde,0xad,0x69,0xcd,0x9e,0x17,0xc8,0xda,0xcb,0x17,0x84,0x0,0xf0,0x3f, + 0xcf,0xd1,0xb1,0xf3,0x39,0x20,0x7d,0xfe,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44, + 0xae,0x42,0x60,0x82, + // D:/LMS/DBXML/InstructorsAndTrainees/icons/traineeFromArchive.png + 0x0,0x0,0xa,0x52, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0, + 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0, + 0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f, + 0xa8,0x64,0x0,0x0,0x9,0xe7,0x49,0x44,0x41,0x54,0x78,0x5e,0xe5,0x9b,0x7b,0x58, + 0x54,0xc7,0x15,0xc0,0xcf,0xbd,0xfb,0x2,0x75,0x1,0x41,0x5,0x92,0xaf,0x8a,0x12, + 0x44,0x25,0x50,0xa2,0x26,0x91,0x4,0xd4,0xc6,0xd4,0xfa,0xfa,0xfc,0x54,0x58,0xab, + 0x31,0x11,0x1f,0x91,0xa6,0xb5,0xb5,0x9f,0x6d,0x41,0xd3,0x18,0x73,0x51,0xa3,0x42, + 0xd2,0xa4,0xea,0x3f,0xd5,0x18,0xa5,0xf1,0xfd,0xfe,0xaa,0x26,0x26,0x6a,0x6d,0x4c, + 0x48,0x50,0x7c,0x0,0x16,0xd0,0xaa,0x58,0x34,0x95,0x47,0x14,0x8c,0x4a,0x81,0xdd, + 0x65,0xef,0xed,0x99,0xbb,0xc3,0x63,0xd9,0x65,0xd9,0x7b,0x77,0xb6,0x25,0xf5,0xf7, + 0x7d,0xb3,0x33,0xe7,0xec,0xee,0xb0,0xe7,0xdc,0x99,0x39,0x67,0xee,0x1d,0x38,0xf0, + 0x31,0x53,0x5f,0x11,0xfa,0x68,0x34,0x90,0xc8,0x71,0x30,0x54,0x12,0x61,0x0,0xd6, + 0x91,0xa8,0x7e,0x1c,0x4b,0x37,0x2c,0x7a,0x2c,0xdd,0xb1,0xdc,0x93,0x8b,0x4,0xb5, + 0x12,0xf,0x37,0x78,0x89,0x2b,0x16,0x41,0x2a,0x11,0x9b,0x74,0x79,0x7,0xb7,0xbf, + 0x51,0x89,0xef,0xf9,0xc,0x9f,0x38,0x20,0x79,0x9e,0x30,0x9c,0x17,0x61,0x26,0x36, + 0x27,0x60,0x19,0x24,0x2b,0xd5,0x21,0x61,0xf9,0xbb,0x24,0xc1,0x71,0xd,0x7,0x7, + 0xf6,0xe4,0x8,0x67,0xec,0x6a,0x76,0x30,0x73,0xc0,0xe4,0x79,0x59,0x46,0x83,0xd8, + 0xb0,0x0,0x9b,0xaf,0x61,0x89,0x92,0x95,0xec,0x29,0xc1,0xb2,0x5,0xf4,0x7e,0x1f, + 0xee,0xdb,0xb4,0xf4,0xbe,0x5d,0xe5,0x1d,0x5e,0x3b,0x60,0xca,0x1c,0x21,0x48,0x2f, + 0x41,0x86,0xc4,0xc1,0xcf,0x51,0xc,0xb2,0x6b,0x7d,0xce,0x77,0x38,0x36,0xde,0x7, + 0x83,0xdf,0x3a,0x6f,0x1d,0xa1,0xda,0x1,0x82,0x20,0xf0,0xa5,0xe5,0xdc,0x7c,0x9, + 0xa4,0xb7,0x51,0xec,0x6d,0xd7,0xfe,0xd7,0xa9,0x45,0xc7,0x2f,0xd9,0xbf,0x55,0xf8, + 0x10,0xdb,0x64,0xba,0x28,0x46,0x95,0x3,0x70,0x8e,0xf,0xc0,0x39,0xbe,0x3,0x9b, + 0x23,0xec,0x9a,0xff,0x39,0x5f,0xe0,0xef,0x59,0xb0,0xe7,0x23,0xe1,0x2a,0x95,0x3d, + 0x86,0xa7,0xb5,0xc7,0x4c,0x9f,0x2b,0xbc,0x8c,0x7f,0xac,0x0,0x9b,0x5d,0xc5,0x78, + 0xc2,0x48,0x91,0x87,0xf3,0x29,0x73,0x32,0x4d,0x54,0xf6,0x18,0x8f,0x47,0x80,0x3c, + 0xe4,0x6f,0x42,0x36,0xae,0xc8,0xbf,0xa5,0xaa,0xae,0xca,0x7b,0x31,0x11,0x90,0x8e, + 0xbf,0x57,0xa4,0xb2,0x5b,0x3c,0x72,0x80,0xc9,0x24,0xe8,0x31,0x5a,0x6f,0xc5,0xe6, + 0x4b,0x76,0x4d,0xd7,0x6,0x8d,0xda,0x1d,0xa4,0xf,0x9f,0xbd,0x69,0xd3,0xcf,0xac, + 0x54,0xd5,0x21,0x9d,0x3a,0x20,0x2d,0x6d,0xa3,0xee,0x9e,0xb9,0xf2,0x20,0x7e,0x72, + 0x12,0x55,0x79,0x5,0x26,0x42,0x75,0x7a,0x9d,0xf6,0x1b,0xbd,0x5e,0xdf,0xa0,0x37, + 0x68,0x2d,0x44,0x67,0x31,0x37,0xe9,0x2d,0x16,0x8b,0xbf,0xc5,0x62,0xeb,0x8b,0x8b, + 0x2a,0x49,0x8c,0x58,0x70,0xa4,0xce,0x18,0x6c,0x3a,0xb6,0x61,0x91,0x99,0xca,0x2e, + 0x71,0xeb,0x0,0x93,0x69,0xaf,0x86,0xeb,0x5e,0xba,0x1d,0x97,0xd7,0x19,0x54,0xa5, + 0xa,0x83,0x41,0x57,0x9a,0xf0,0x4c,0xcc,0xdd,0x84,0x84,0xd8,0xbe,0xe1,0x7d,0x82, + 0x22,0xa8,0xda,0x25,0x55,0x55,0x35,0xe5,0x5f,0x9d,0x29,0xbd,0x75,0x26,0xbf,0xb8, + 0xb7,0xd9,0xd2,0x34,0x98,0xaa,0x55,0x81,0xd3,0x75,0xd7,0xfe,0x3f,0xb,0xb3,0x48, + 0xd3,0xae,0x71,0xc6,0xad,0x3,0x52,0x52,0x85,0xf7,0xf0,0x8a,0x2d,0xa6,0xa2,0x62, + 0x34,0x1a,0xbe,0x3c,0x75,0xd6,0xb8,0xda,0xf8,0xb8,0xc8,0xa1,0x54,0xa5,0x88,0x8b, + 0x85,0xd7,0x2e,0x6c,0xdf,0x75,0xa2,0x57,0x93,0xcd,0xd6,0x8f,0xaa,0x14,0x83,0x96, + 0x67,0xed,0xcf,0x11,0x96,0x52,0xd1,0x89,0xe,0x1d,0x30,0x3d,0x55,0x98,0x8e,0x31, + 0x76,0xf,0x15,0x15,0x63,0xec,0xe1,0x7f,0x71,0xd9,0xeb,0xa9,0x3,0xfd,0xd,0xba, + 0x1e,0x54,0xa5,0x8a,0xfa,0x6,0xcb,0x83,0xb7,0xb3,0x3e,0x2a,0x7b,0x58,0xd7,0xf0, + 0x14,0x55,0x29,0x6,0x9d,0x30,0x13,0x9d,0xb0,0x9b,0x8a,0xe,0xb8,0x74,0x80,0x69, + 0xde,0xca,0x68,0xb0,0xd9,0xce,0xe3,0xbb,0xaa,0x7e,0xbc,0x4e,0xab,0xbd,0xbe,0x3a, + 0x73,0x7e,0xb8,0xc1,0xa0,0x67,0x32,0x9f,0x1b,0xcc,0xd6,0xba,0x37,0x84,0xcd,0xd5, + 0x4d,0xd6,0x26,0xb2,0x91,0x52,0xc3,0x7d,0xd,0x40,0xfc,0xee,0x1c,0xa1,0x9c,0xca, + 0x2d,0xb8,0xca,0x3,0x38,0x10,0x6d,0x1f,0xa8,0x35,0x9e,0x30,0x7f,0xce,0xf8,0x7a, + 0x56,0xc6,0x13,0xc8,0x28,0x9a,0xff,0xca,0xb8,0x7f,0x53,0x51,0xd,0x81,0x36,0x9, + 0xb6,0x91,0x50,0x4e,0xe5,0x16,0x9c,0x14,0xa6,0x54,0x81,0x6c,0x68,0x92,0xec,0x92, + 0x72,0x74,0x3a,0xed,0xd5,0x21,0x83,0x22,0xe2,0xa8,0xc8,0x8c,0x98,0x21,0xfd,0xe3, + 0xf4,0x6,0xdd,0x15,0x2a,0x2a,0x87,0x83,0xc4,0x92,0x72,0x98,0x4d,0xa5,0x16,0x1c, + 0x1c,0x40,0x36,0x36,0xf8,0xc1,0xb5,0x54,0x54,0xc5,0xb0,0xf8,0x28,0x9f,0xed,0xdf, + 0xe3,0x9f,0x8c,0xac,0xa2,0x4d,0xb5,0xac,0x99,0x35,0x4b,0x8,0xa0,0x6d,0x19,0x7, + 0x7,0x68,0x81,0xfb,0x35,0x56,0x3d,0xed,0x92,0x3a,0xa2,0xa3,0x7e,0xc0,0x6c,0xe8, + 0xb7,0x27,0x3a,0xda,0xeb,0xbe,0xc3,0xcc,0x3a,0xf8,0x1d,0x6d,0xcb,0xb4,0x38,0xc0, + 0x94,0xb6,0x36,0x90,0x3,0x89,0x38,0xc0,0x2b,0xba,0xf7,0xf0,0x33,0xd0,0x26,0x73, + 0x8c,0xdd,0xfc,0xfd,0x68,0x53,0x35,0xb8,0xea,0x2f,0x34,0xfd,0x42,0x68,0x59,0xdf, + 0x5a,0x47,0x80,0xa5,0x71,0x3e,0xbe,0x7a,0x75,0xf5,0x7d,0x8e,0xd3,0x8a,0xa5,0x8a, + 0x60,0xa8,0xe7,0x88,0xad,0x32,0x6d,0xbb,0x6c,0x51,0xfe,0xff,0x23,0x91,0xbb,0x56, + 0x32,0xb2,0x3,0x4c,0xb3,0x57,0x24,0x60,0x35,0x84,0xb4,0x1f,0x11,0x6,0x25,0xcf, + 0x5e,0x21,0x27,0x56,0xb2,0x3,0x38,0x8d,0x98,0x4c,0xea,0x47,0x9,0x8d,0x46,0x94, + 0xf7,0x37,0xb2,0x3,0x70,0xd3,0x30,0x96,0xd4,0x8f,0x12,0x68,0xf3,0x44,0x52,0xf3, + 0xa6,0x39,0x42,0x18,0xd6,0x4f,0x12,0xe1,0xfb,0xcc,0x44,0xe3,0x15,0xb9,0x78,0x8e, + 0x34,0x64,0xea,0xec,0xd5,0x21,0x3c,0x6e,0x14,0x9e,0x43,0xc9,0xed,0xae,0xd0,0x63, + 0x24,0x68,0xa,0xc,0xa,0x34,0x52,0x89,0x39,0x72,0xdf,0xf8,0x37,0xa8,0xd8,0x2, + 0x31,0x3c,0x35,0xb8,0x40,0x2e,0x3,0xd,0x77,0xa9,0xb6,0x33,0x38,0x4e,0xa3,0xb1, + 0x26,0xf2,0x9c,0xc4,0xee,0xea,0xc7,0xc6,0x44,0xe4,0x76,0xb6,0xdf,0xf7,0x6,0xd2, + 0x77,0x5c,0x6c,0xff,0x5c,0x2a,0xca,0x24,0x74,0xbb,0x25,0x1b,0xde,0xcc,0xaa,0xb0, + 0x13,0x10,0xa2,0xa9,0xa7,0x92,0x7b,0x30,0xef,0x19,0xca,0xe3,0x7e,0x9f,0x99,0x3, + 0x9e,0x7f,0x2e,0x36,0x98,0x36,0x7d,0xc6,0xb,0xa3,0x86,0x85,0xd2,0xa6,0x7c,0xb5, + 0x17,0xf7,0xfe,0x8a,0x4a,0xad,0xac,0xa,0xf7,0xcc,0x9,0xe4,0x51,0x1d,0x99,0x2, + 0x3,0xa8,0xec,0x35,0x81,0x81,0x46,0xaf,0xf6,0xfe,0x9e,0x60,0xf0,0xd3,0xcb,0x99, + 0x26,0x31,0x9e,0x5c,0x6d,0x57,0x10,0xe3,0x5d,0x39,0xa6,0x3d,0x1c,0xf,0x91,0x24, + 0xa,0x74,0xed,0xec,0xcf,0x5,0xc4,0xc0,0x8e,0x8c,0x6f,0xa6,0xa3,0xd1,0xe1,0x80, + 0x4,0x8f,0x13,0x7,0xf8,0x7c,0xd8,0xb2,0xc4,0x50,0x5f,0xad,0x25,0x43,0xdc,0x13, + 0xe4,0xf5,0xa1,0x67,0xeb,0xfa,0xe0,0x84,0x4,0xdd,0x78,0x7c,0xf1,0xf9,0xb0,0x65, + 0x85,0xa6,0xee,0x5b,0x88,0x3e,0x95,0xf1,0x98,0xa7,0x8b,0x1c,0x61,0x62,0x80,0x9b, + 0xf0,0xc8,0x81,0x3f,0x8f,0x2f,0x6e,0x6f,0x1b,0x2b,0xa1,0xbe,0xb1,0x91,0x59,0x5f, + 0xae,0x8,0xfa,0x74,0x19,0xe8,0x1a,0x6b,0xb5,0x54,0xf4,0x18,0x37,0xe1,0x51,0x4f, + 0xa6,0x80,0xe7,0xee,0xec,0x84,0xdc,0xdc,0x4b,0xd5,0xb4,0xc9,0x9c,0x90,0xfd,0x69, + 0xa0,0xab,0x2c,0xa6,0x92,0x72,0x5c,0x86,0x47,0x9,0xee,0x33,0x75,0x40,0x41,0xd1, + 0xf5,0x11,0x17,0xa,0xaf,0x5e,0xa0,0x22,0x33,0xbc,0x35,0xbe,0x19,0xa7,0xf0,0xc8, + 0x41,0xd,0x59,0x3,0xee,0x50,0x91,0x5,0x7e,0x3b,0xf7,0x9c,0x74,0xb8,0xe5,0xe4, + 0x2d,0xc6,0xdc,0xf5,0x4c,0x8c,0x27,0xb8,0x8,0x8f,0x35,0x24,0xf,0x50,0x7f,0xa3, + 0xd1,0x5,0x56,0xab,0xed,0x89,0x9a,0x9a,0xfb,0x15,0x54,0xf4,0xa,0x62,0x7c,0xf7, + 0x2,0x97,0xb7,0xf3,0x55,0xd3,0x36,0x3c,0x62,0xfe,0x7f,0x8b,0xc7,0xfd,0xe0,0x3f, + 0x64,0x89,0x1d,0xdc,0xb1,0xe3,0xf9,0x8a,0x9f,0xd3,0xb7,0xc7,0x17,0xc6,0x37,0xd3, + 0x1a,0x1e,0xb9,0x42,0x2e,0x65,0x8e,0x30,0xd,0x3d,0x71,0xc0,0xfe,0x16,0x1b,0x34, + 0x3c,0x5f,0xf9,0xce,0x9a,0xd7,0x82,0xb5,0x1a,0x8d,0xd7,0xf7,0x7,0x25,0x24,0x63, + 0xd9,0xc6,0xcb,0x66,0xb3,0x55,0xbe,0x61,0xb3,0xb7,0xdf,0x2e,0x59,0xaf,0x84,0xe9, + 0x37,0xc9,0x79,0x2d,0x67,0x24,0x91,0x9b,0xc0,0xdb,0x6c,0x40,0x36,0x17,0x1e,0x3d, + 0x4b,0xf7,0x14,0x9b,0x28,0x86,0x1f,0xfe,0x24,0xef,0x2c,0x15,0xbd,0xe2,0xf8,0x5f, + 0x2f,0x7c,0xdd,0x6c,0xfc,0xed,0x5b,0x2c,0x67,0xab,0x28,0x71,0xbc,0x58,0xc0,0x1f, + 0xda,0x26,0x7c,0x8b,0x52,0xa1,0x5d,0xc9,0x8e,0xd3,0x5f,0x16,0x45,0x9b,0xcd,0x16, + 0xaf,0x22,0x4c,0x43,0xa3,0xe5,0xe1,0x27,0x9f,0x9d,0x91,0x4f,0x9c,0xdd,0xab,0xa9, + 0x80,0xea,0x9b,0xf9,0xb2,0x5e,0x29,0xe4,0xbb,0xce,0xf0,0x45,0xfb,0x72,0x32,0xab, + 0xe4,0x3b,0x42,0xb8,0x25,0xfe,0x4c,0xd6,0x31,0x44,0x12,0xc5,0xd0,0x8d,0x5b,0x8e, + 0x9e,0xa3,0xa2,0x2a,0x36,0x6f,0x3d,0x5a,0x80,0x33,0xa0,0xcf,0xc5,0xbc,0x8f,0x21, + 0xff,0xf4,0x6e,0x78,0xf8,0xe0,0x21,0x7d,0x47,0x19,0xe4,0xbb,0xa4,0x8f,0xb6,0x48, + 0x20,0x1d,0x21,0xb5,0xdd,0x1,0x1c,0x7f,0x88,0xd4,0xac,0xb9,0x5e,0x76,0x3b,0xe9, + 0x52,0x71,0x59,0x11,0x15,0x15,0xf1,0xf5,0xd9,0xd2,0xfc,0x6b,0x65,0xdf,0x24,0x95, + 0x5f,0x2f,0x84,0xf2,0xeb,0x17,0x61,0xf4,0xc8,0x24,0x18,0xf1,0xec,0x33,0xf4,0x5d, + 0x65,0x90,0xef,0x92,0x3e,0x48,0x5f,0xcd,0x48,0x3c,0x1c,0x26,0xb5,0xec,0x80,0x3d, + 0x39,0xcb,0xcf,0x61,0x4c,0x70,0xb3,0x6b,0x50,0xd,0x7f,0xae,0xe0,0x2a,0x39,0x6, + 0xab,0x98,0xfc,0xf3,0xa5,0x8d,0x79,0x9f,0x1f,0xe0,0xe2,0x6,0x6,0xc1,0xb5,0x2b, + 0xc5,0xf0,0xc7,0xf7,0xdf,0x95,0x8b,0x1a,0xc8,0xf7,0x48,0x1f,0xb1,0x51,0x81,0x70, + 0xe6,0xf4,0x7e,0xd4,0x48,0x25,0x7,0xb6,0x64,0xca,0x9,0x9b,0xec,0x0,0x3b,0xdc, + 0x7,0xb4,0xd1,0x65,0xb8,0x7d,0xb3,0x14,0x96,0x2e,0x49,0xa7,0x92,0xf7,0xfc,0x7e, + 0x69,0x6,0xfc,0xab,0xbc,0x84,0x8c,0xff,0xf5,0x28,0x62,0xa,0xd4,0xc6,0x1,0x7a, + 0x8b,0x44,0xce,0xfd,0x7d,0x67,0x97,0xba,0x6,0x38,0xff,0x49,0x48,0xa5,0x92,0xf7, + 0xf0,0xd8,0x17,0xe9,0xd3,0x4f,0xec,0x41,0x6c,0x95,0x69,0xe9,0x7d,0xc7,0xe,0xe1, + 0x1,0x56,0x59,0x76,0x89,0x1d,0xec,0x7e,0x3e,0x46,0x96,0x2f,0xbe,0xa4,0x2d,0xef, + 0xd8,0xb6,0x2d,0xbd,0xe5,0xac,0x81,0xc3,0xef,0x6b,0xd4,0xcb,0x43,0x83,0x49,0x1a, + 0xdb,0x4c,0x9f,0x5e,0x41,0x1a,0xda,0x54,0x44,0x70,0x90,0x51,0x1e,0xa2,0x6d,0xd1, + 0x1b,0xd8,0x3f,0x77,0x75,0x70,0xc0,0x91,0x4d,0x42,0x3d,0x66,0x85,0x6f,0x52,0x91, + 0x5,0xf5,0x49,0x89,0xf1,0xaa,0x8e,0xcb,0x8f,0x4a,0x8a,0x7f,0x8c,0x36,0x5b,0x48, + 0x50,0x19,0x5,0xdc,0xe1,0x34,0x42,0xf7,0xe6,0x8,0xe4,0x40,0x24,0x8b,0xbc,0xa0, + 0x31,0x65,0xca,0xa8,0xa2,0x0,0xa3,0xbf,0xaa,0x83,0xd4,0xfd,0xfa,0x86,0x3a,0x1d, + 0xb9,0x2f,0x2e,0xb9,0x4c,0x5b,0xec,0x70,0x35,0x45,0x25,0x10,0xb5,0xe4,0x49,0xb1, + 0xaa,0xf0,0x45,0x8,0xc,0xec,0x71,0x2e,0xe3,0x37,0x33,0x6e,0x8f,0x4c,0x8c,0x23, + 0xf,0x5d,0x99,0x51,0x51,0xc1,0x74,0x76,0xca,0x74,0xf8,0x44,0xc8,0x34,0x57,0x48, + 0x41,0x57,0xec,0xc5,0x66,0x87,0x9f,0x69,0x8f,0x9f,0x5e,0x77,0xf9,0xe5,0x99,0x63, + 0xcd,0x71,0xb1,0x3,0xe2,0xa9,0xca,0x2b,0xc2,0x7b,0x85,0xc0,0x8d,0x6b,0x6c,0xaf, + 0xfa,0x80,0x28,0xf9,0xec,0x65,0x8b,0x4d,0x6e,0x8d,0x4b,0x99,0x2b,0x2c,0xc3,0x34, + 0x79,0x25,0x15,0x3b,0x84,0xe7,0xb9,0x8a,0x31,0xa3,0x87,0x96,0x4d,0x1a,0x9f,0xf0, + 0x3c,0x87,0x69,0x25,0x55,0x7b,0xc5,0x1f,0xb2,0xb3,0xe1,0xdd,0x6c,0xc7,0xa0,0x44, + 0xc2,0xd8,0xa4,0x89,0x13,0xe0,0x9d,0xac,0xd5,0xa0,0xd3,0xe9,0xa8,0xd6,0x35,0x56, + 0xab,0x15,0xd2,0x97,0xbc,0xe,0x47,0x3f,0x3e,0x6,0xa2,0xe8,0xb4,0xd7,0x7b,0xb, + 0xcb,0xa,0xd2,0xe8,0xf4,0xea,0xe2,0x48,0xd8,0x88,0x23,0x21,0x8d,0x8a,0xe,0x70, + 0xc0,0xdd,0x7b,0xf6,0xe9,0x41,0x97,0xa6,0x27,0x8f,0x1e,0xa1,0xd5,0x6a,0x99,0x2d, + 0xd1,0x99,0xcb,0x97,0x83,0xe1,0xea,0x29,0x78,0x6b,0xf2,0xf,0x41,0xab,0x69,0xf5, + 0x27,0x9,0xb,0xa7,0x2e,0x57,0x42,0x66,0x6e,0x2d,0x1c,0xdc,0xe7,0xfe,0x5e,0xc1, + 0xb4,0x94,0x19,0x20,0x24,0x5,0xc3,0x8f,0x6,0x87,0x3b,0x18,0xd9,0x64,0x13,0x21, + 0xf3,0x70,0x11,0xac,0x3b,0x79,0x99,0xa4,0x95,0xe9,0x9d,0x5e,0xad,0x9e,0xba,0xf0, + 0x5f,0x4a,0x9c,0x3c,0x15,0xda,0xd2,0x10,0x33,0x24,0xe2,0xf3,0xb5,0x2b,0xd3,0xf8, + 0x97,0x7e,0xfa,0xe2,0x28,0x96,0xc6,0x13,0x76,0xef,0xda,0x9,0x2b,0xa7,0x3e,0xe5, + 0x60,0x3c,0x81,0x18,0x32,0x6,0xd,0x6a,0xac,0x2e,0x87,0xc2,0xa2,0x4b,0x76,0xa5, + 0xb,0xc8,0x7b,0xf5,0x55,0xff,0x84,0x17,0xda,0x19,0x4f,0x20,0x7d,0x92,0xbe,0x91, + 0x79,0xe4,0xa5,0xd3,0x11,0x40,0x90,0xf,0x4d,0x77,0x2b,0xfd,0x13,0x3a,0xe2,0xd5, + 0xe0,0x9e,0x1,0x67,0x17,0x2d,0x9c,0xd6,0x17,0xe3,0x74,0x38,0x7d,0x9b,0x39,0x83, + 0xa3,0x9e,0x80,0x5b,0xab,0xc6,0x53,0xc9,0x99,0xea,0x7,0x8d,0x90,0x90,0x75,0x12, + 0x7e,0xfc,0x93,0x71,0x4e,0x53,0x81,0xc,0xfd,0x13,0xc7,0x3f,0x85,0xbc,0x8c,0x17, + 0x21,0x34,0xa0,0xe3,0x33,0x55,0x1,0xb,0x77,0xd6,0x62,0x15,0xe2,0x91,0x3,0x28, + 0xdc,0x86,0xcd,0x87,0xd2,0x53,0xa6,0x8c,0x24,0xe7,0x8,0x95,0x7c,0x4f,0x31,0x9d, + 0x39,0x80,0x5,0xcd,0xe,0x50,0xb2,0x60,0x49,0xbf,0x7a,0x75,0x6a,0x36,0x7,0xd2, + 0x54,0xb4,0xbe,0x4b,0xed,0x19,0xbc,0x41,0xf1,0x8a,0x1d,0xd6,0xab,0xd7,0x5f,0x38, + 0x9b,0x66,0x38,0xe,0x82,0xbf,0x51,0xd5,0xf7,0x1a,0xc5,0xe,0x20,0x84,0x86,0x6, + 0x95,0x85,0x85,0xf4,0x1c,0xc3,0x71,0xb0,0x0,0x7,0x6,0xcb,0xe7,0xa,0x4c,0xa9, + 0x1d,0xb5,0x18,0x6a,0xc6,0xb4,0xfe,0xab,0xc0,0xdd,0xb1,0x6f,0x42,0x43,0x3f,0xc7, + 0xff,0xf5,0x52,0xe5,0x0,0x2,0xc6,0x7b,0x29,0x2c,0x24,0x64,0xb3,0x56,0x92,0x22, + 0x71,0x45,0x10,0x50,0x45,0x76,0x93,0x5d,0xa,0xae,0xc9,0x8c,0xd7,0xc7,0x31,0x7, + 0xe0,0x44,0xc7,0x13,0x36,0xcc,0x16,0xb3,0x3b,0x77,0xee,0x18,0xad,0xa0,0x99,0x89, + 0x7e,0x59,0x84,0x62,0x8c,0x5d,0xab,0xe,0x92,0x7,0xe8,0x31,0xf,0x10,0xda,0xe5, + 0x1,0x2c,0x20,0x79,0x80,0x80,0x79,0xc0,0x7a,0x9a,0x7,0x30,0x5f,0xcd,0x25,0x49, + 0xe2,0x2a,0xef,0xde,0x1d,0x86,0x43,0x24,0x19,0x13,0xa5,0xc9,0xa8,0x52,0x75,0x0, + 0x33,0x7b,0xed,0x1a,0xd8,0xb0,0x6e,0x1d,0x34,0x61,0x58,0x6b,0x26,0x79,0x78,0xff, + 0x85,0xa7,0x4a,0x2b,0x66,0xde,0xab,0x37,0x27,0x52,0x95,0x1a,0x48,0x87,0x6b,0xb0, + 0x90,0x6c,0xd0,0xb7,0xe1,0x8c,0x50,0x59,0xf9,0xb0,0x37,0xa7,0x6d,0x4c,0x0,0x8e, + 0x7f,0x5a,0xe4,0x20,0x12,0x53,0x6b,0x72,0x24,0x87,0x9c,0xf3,0x9,0xc4,0xd2,0x7c, + 0x36,0xa1,0xe,0xb,0x99,0x42,0x55,0x98,0x6b,0xdc,0xe0,0x25,0x28,0xc3,0xa1,0x7b, + 0x4e,0x6a,0xf2,0xcb,0xb,0xf,0x37,0xfa,0x70,0x8d,0x1,0xf8,0xf,0x8b,0xc5,0x24, + 0x12,0x76,0x5c,0x65,0xb9,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60, + 0x82, + // D:/LMS/DBXML/InstructorsAndTrainees/icons/deleteGroup.png + 0x0,0x0,0xc,0x15, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0, + 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0, + 0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f, + 0xa8,0x64,0x0,0x0,0xb,0xaa,0x49,0x44,0x41,0x54,0x78,0x5e,0xdd,0x9b,0xb,0x78, + 0x14,0xd5,0x15,0x80,0xcf,0x9d,0xd9,0xec,0xe6,0xd,0x44,0x40,0x50,0x1e,0xd9,0x80, + 0x41,0x88,0xca,0x4b,0x2b,0x45,0x11,0x44,0xa2,0x2d,0x6a,0x1,0x11,0x2c,0x8,0x5, + 0x41,0x79,0x4,0x51,0xe9,0x87,0xb4,0xfd,0x3e,0x1f,0x88,0xb6,0xfd,0x6a,0x95,0x16, + 0x35,0xc4,0x58,0x14,0xd0,0x42,0xac,0xaf,0x88,0x80,0x20,0x8f,0x48,0x9b,0xf,0x3f, + 0xe5,0x21,0x15,0x21,0x12,0x94,0x24,0x6a,0x24,0x90,0x7,0x84,0x6c,0xde,0xd9,0xd9, + 0xdb,0x73,0x66,0xef,0x66,0x77,0xb3,0xbb,0x33,0xb3,0x9b,0x5d,0x48,0xfa,0xe7,0xdb, + 0xcc,0x3d,0x67,0x67,0x66,0xef,0x3d,0x73,0xcf,0xb9,0xe7,0xde,0xbd,0xcb,0x20,0xc2, + 0xc,0xc8,0xb2,0xf5,0x74,0x38,0xe0,0x16,0x2e,0x41,0x9a,0xc4,0xe1,0x6a,0x60,0x90, + 0xca,0x39,0xeb,0x6,0xc0,0xbb,0xe2,0xdb,0xf1,0xce,0xb3,0xa0,0x16,0x80,0x55,0x33, + 0xc6,0xcf,0x3b,0x0,0xa,0x81,0xc3,0x9,0x89,0xc1,0x71,0xac,0x5c,0xfe,0xa9,0xc5, + 0x9,0xe5,0xe2,0x9c,0x88,0x10,0x11,0x3,0xa4,0x64,0xd6,0xdd,0xe0,0x90,0x94,0x19, + 0x8c,0xb3,0x74,0x14,0xd3,0xf0,0x15,0xea,0xe7,0x70,0x7c,0x1d,0xc7,0xc3,0x2e,0x26, + 0xc9,0x39,0x45,0x8b,0xe2,0xe,0x39,0xd5,0xe1,0x23,0x6c,0x6,0x18,0xf8,0x52,0x55, + 0xa2,0x22,0x5b,0x16,0x0,0xe3,0xf3,0x50,0x1c,0xec,0xd4,0x86,0x17,0xac,0x6c,0x1, + 0xf6,0x9e,0xf5,0xe6,0xe8,0x86,0xec,0xc2,0xf9,0x3d,0x6c,0x42,0xdd,0x2e,0xda,0x6d, + 0x80,0x3e,0xeb,0x2e,0x24,0x99,0x9b,0xa5,0x47,0xf1,0x51,0x2d,0x45,0x11,0xbb,0xf6, + 0x45,0xe1,0x3c,0xe3,0xf0,0x92,0x9d,0x29,0x6b,0x7e,0xc8,0xe8,0x7a,0x5e,0xe8,0x42, + 0x22,0x74,0x3,0xe0,0xa3,0xb0,0xae,0xad,0x9b,0x8d,0x4f,0xfc,0x5,0x94,0x7a,0x38, + 0x95,0x17,0x9d,0x73,0x58,0x8d,0x55,0x25,0x15,0x71,0x2f,0xc3,0x4a,0x86,0xe1,0x23, + 0x78,0x42,0x32,0xc0,0x80,0xcc,0xb,0x3,0x15,0x26,0x6d,0xc4,0x8b,0x47,0xb,0xd5, + 0xa5,0x66,0xbf,0x2c,0x2b,0x73,0xbe,0x5b,0xd8,0xf5,0x94,0x90,0xd,0x23,0x89,0xa3, + 0x61,0xfa,0x67,0xd5,0x4c,0x71,0x30,0xe9,0x60,0x7,0x6a,0x3c,0x71,0x93,0xa2,0xc8, + 0x47,0x92,0xb3,0x6c,0xbf,0x16,0xb2,0x61,0x8c,0xf7,0x80,0x95,0x5c,0x4a,0xe9,0x59, + 0xfb,0x22,0xfa,0xfa,0x63,0x42,0xd3,0x41,0xe1,0xab,0x8b,0xcb,0x13,0x1e,0x37,0xea, + 0x12,0x86,0xc,0x90,0xf6,0xe,0x37,0xd7,0x55,0xd5,0x6e,0xc0,0xc0,0x33,0x43,0xa8, + 0x3a,0x34,0xf8,0x90,0x36,0x5f,0x26,0xc7,0xcf,0x3d,0xbc,0x90,0xb5,0x8,0x55,0x40, + 0x74,0xd,0xa0,0x36,0xbe,0xc2,0x96,0xcb,0x18,0x9b,0x28,0x54,0x9d,0x4,0xb6,0x3d, + 0x49,0x8e,0x9b,0xa2,0x67,0x4,0xed,0x18,0x80,0x21,0xb6,0xbe,0xd2,0xf6,0x8f,0xce, + 0xd7,0x78,0x82,0xdf,0x59,0xe5,0xa8,0xdd,0x48,0xae,0x2b,0x14,0x7e,0xd1,0x7c,0x33, + 0x25,0xab,0x76,0x35,0x5a,0xf2,0x37,0x42,0xec,0x74,0x90,0xcb,0x5a,0x7b,0xda,0xfe, + 0x22,0x44,0xbf,0x4,0x74,0x1,0xeb,0x5a,0xdb,0x34,0x3c,0xbc,0xe3,0x94,0x3a,0x37, + 0x98,0x92,0xcf,0x2c,0x5a,0x12,0x9f,0x23,0x44,0x2f,0xfc,0x1a,0x60,0x60,0x76,0xf5, + 0x0,0x1c,0x56,0xe,0x63,0xb1,0x8b,0x53,0xd3,0xe9,0xb9,0xa0,0x80,0x32,0x2,0xb3, + 0xc6,0x22,0x21,0xb7,0xe2,0xeb,0x2,0xe8,0xf7,0x76,0x45,0x7e,0x13,0x4b,0xff,0x2f, + 0x8d,0x27,0xba,0xc8,0x20,0x6f,0xa0,0xb6,0x9,0xb9,0x15,0x1f,0x3,0x58,0xb3,0x6c, + 0xf3,0xf1,0xac,0x8e,0x94,0xe4,0x84,0x8b,0x31,0xc9,0x59,0x75,0x3e,0xf1,0xcc,0xcb, + 0x22,0x34,0xb1,0x89,0x6a,0x96,0xa,0xb1,0xd8,0xdd,0xa9,0xd1,0x26,0x35,0x49,0x82, + 0xb9,0xd7,0x46,0xc1,0xc8,0x5e,0x32,0x44,0xc9,0x0,0xa7,0x70,0x36,0xff,0xf6,0x37, + 0x76,0xc8,0x2b,0xb1,0xab,0xf3,0xd8,0x70,0x42,0x15,0x9d,0x60,0x35,0xc1,0x7d,0x83, + 0x4d,0x90,0xd2,0x55,0x82,0x16,0x5,0xe0,0xd0,0x19,0x5,0x36,0x7c,0xdd,0x2,0xdf, + 0x9e,0x33,0x3c,0xd,0x28,0xe7,0x4d,0xf6,0x41,0x25,0xcb,0xba,0x55,0xb,0xd9,0xdb, + 0x0,0xd6,0x4c,0xdb,0x2a,0xd4,0x3c,0x29,0x44,0x4d,0xee,0xbd,0x3a,0xa,0xfe,0x38, + 0xd6,0x2,0x51,0x7e,0xc6,0x91,0x2d,0xdf,0xda,0xe1,0xf1,0xbc,0x46,0xb0,0x7,0xa8, + 0x97,0x8c,0xd7,0x8c,0xb8,0x5c,0x86,0xbe,0x89,0xc,0x4c,0x12,0x83,0xef,0x2f,0x38, + 0xe0,0xc8,0x59,0x5,0x9a,0xb1,0x51,0xfe,0xa0,0xcf,0x78,0x61,0x7c,0x34,0xdc,0x7d, + 0x95,0x49,0x68,0xdc,0xd0,0x35,0x7f,0xd8,0xd7,0x8,0xb9,0x27,0xed,0x42,0xa3,0xd, + 0x3e,0x98,0xa7,0x4b,0x32,0x12,0x56,0x9,0xd1,0x6d,0x0,0x75,0x3e,0x6f,0x32,0x97, + 0x60,0x51,0x77,0x4a,0x3b,0xc,0x2b,0xff,0xee,0xe4,0x18,0xb5,0x21,0x81,0x78,0xe5, + 0x70,0x33,0xac,0x3e,0xd0,0x2c,0x24,0x27,0xd4,0x90,0xf9,0x43,0xcd,0xf0,0xd0,0xb0, + 0x28,0xe8,0x16,0xed,0x65,0x7b,0xa8,0x6e,0xe2,0xf0,0xc6,0x57,0x2d,0x90,0x7d,0xa4, + 0x19,0x5a,0xda,0x18,0x6e,0xf9,0x8d,0x66,0xc8,0x18,0x61,0x16,0x92,0x2f,0xa,0x9e, + 0x3f,0x35,0xb7,0x1e,0x8e,0x96,0x1b,0xea,0x9,0xe7,0xcc,0x96,0xc6,0x64,0xd7,0x7a, + 0x42,0x6b,0x13,0xd4,0xc5,0xc,0x83,0xf3,0xf9,0x47,0xae,0x37,0x6b,0x36,0x9e,0x98, + 0x3e,0x38,0xca,0xab,0x7b,0x25,0x98,0x19,0xfc,0xf3,0x57,0x31,0xb0,0x62,0x94,0xd9, + 0xa7,0xf1,0x44,0x57,0xb,0x83,0xdf,0xfe,0xcc,0xc,0x39,0x68,0xd8,0x44,0x2c,0xbb, + 0xa0,0xd2,0xd4,0x41,0x51,0x4e,0x21,0x0,0x54,0x97,0xa5,0x23,0x3,0x1b,0xa8,0xd, + 0x49,0x2d,0x4d,0x31,0xf,0x89,0xb2,0x47,0x10,0x64,0x7c,0x8e,0x28,0x69,0x22,0x63, + 0x8d,0x7e,0x7e,0x25,0x3a,0xbc,0xe,0x9b,0x8f,0xb7,0xb4,0xc6,0x1,0x6a,0xc4,0x9a, + 0xf4,0x68,0xb8,0xa1,0xb7,0xfe,0x75,0xe4,0x1a,0xaf,0xdc,0x1e,0xdd,0x6a,0x3c,0xba, + 0xc7,0x26,0xbc,0x97,0x1e,0xa3,0xfb,0x98,0x0,0xbd,0xc9,0x20,0x7c,0xbe,0x28,0x38, + 0xd,0x40,0x6b,0x78,0x78,0xb8,0x86,0xca,0x7a,0x98,0xb1,0xd,0x16,0x9d,0x76,0x50, + 0xa5,0xdf,0x3b,0xe1,0xae,0xf4,0x2f,0x6,0x98,0x60,0x5c,0x3f,0xfd,0xc6,0xbb,0xb8, + 0xb9,0x8f,0xc,0x77,0x79,0xf8,0xfb,0xfb,0x85,0x2d,0xe0,0xd0,0x89,0xaa,0x31,0x78, + 0x3a,0x3d,0x1c,0x23,0xe0,0xad,0x86,0xf4,0xcf,0xaa,0x1b,0x4e,0x65,0xd5,0x0,0xb4, + 0x80,0x49,0x47,0x23,0x34,0x60,0xac,0x29,0xab,0xd5,0xae,0xd,0x8d,0x6,0xa7,0x3d, + 0xce,0x99,0x95,0xa6,0xdd,0x85,0xfd,0x31,0xdb,0xe3,0x1a,0xfa,0xbc,0x53,0xd5,0xda, + 0xfe,0xfd,0x93,0x8d,0xfb,0xc4,0xe,0x2d,0x24,0xae,0xcc,0x54,0x8f,0xaa,0xc4,0xd9, + 0xed,0xea,0xd1,0x20,0x1f,0x9f,0xd2,0x8e,0xb8,0x9e,0xc3,0x12,0x3d,0x15,0x23,0x5d, + 0xbf,0x2d,0xc3,0xd1,0x15,0xa8,0xb7,0xb9,0xd0,0x1b,0xea,0xf4,0xea,0xe4,0xb,0x9b, + 0x40,0xff,0x25,0x5a,0xb7,0xc7,0x3a,0xe,0x51,0x75,0x6,0x59,0xfb,0x65,0x33,0x94, + 0xda,0x2,0x57,0xe8,0x2,0x46,0x74,0x17,0x49,0x31,0x34,0xd4,0x9,0x21,0x8,0x28, + 0xb0,0x25,0x79,0x4,0x4b,0x1a,0x25,0x2,0xf1,0x43,0x8d,0x3,0xb2,0xb0,0x4e,0x41, + 0x32,0x34,0x35,0xbb,0xa6,0xbb,0x44,0x5f,0x5a,0xa0,0x60,0x38,0x7c,0x10,0xe7,0x1b, + 0x39,0xcc,0xfa,0xa8,0x11,0xbe,0x2a,0xf7,0x1d,0xb8,0xe9,0xbd,0xdd,0x25,0x6e,0x7d, + 0x53,0x80,0xb1,0xdd,0x8,0xe4,0x6e,0x2e,0xf6,0xe2,0x3d,0xfd,0x19,0x81,0xf2,0x87, + 0xd9,0x5b,0x1b,0x35,0xd,0x14,0x0,0x66,0xb7,0xb3,0x5b,0x58,0x4a,0xa6,0x6d,0x25, + 0x66,0xc8,0x4f,0xb,0x65,0x50,0x90,0xd5,0x46,0xe1,0x88,0x30,0x2,0x33,0x41,0xa, + 0x8c,0x45,0xe8,0xa7,0x7b,0xb0,0xa2,0xb5,0xcd,0xde,0x95,0xf9,0xcf,0xac,0x58,0xe8, + 0x93,0x10,0x5c,0x37,0xa0,0x18,0x72,0xf3,0x5b,0x75,0x42,0x72,0x42,0x43,0xe9,0x84, + 0x64,0x19,0xac,0x98,0x9,0x36,0xa2,0x71,0xe,0x63,0x26,0x78,0xe0,0xb4,0xd2,0x3a, + 0xda,0x4,0xd,0x83,0xa7,0x58,0xca,0x5a,0x5b,0xe,0xde,0xc0,0xf0,0x62,0x22,0xd, + 0x35,0x7a,0x11,0xb9,0x2d,0x94,0xc4,0x50,0x32,0x13,0xc,0xaf,0x62,0x42,0xf4,0xfc, + 0xe7,0xc1,0x75,0xeb,0xa0,0xeb,0xc6,0x61,0x93,0x84,0xe7,0x5f,0x25,0x44,0x5d,0xba, + 0x60,0x82,0xf2,0xf6,0xa4,0x18,0x58,0x39,0xc6,0xa2,0x96,0x3,0x41,0x15,0xe9,0x8e, + 0xbe,0xef,0xe2,0xad,0x63,0x2d,0xaa,0x6b,0x18,0x85,0xce,0x7d,0x1d,0xb3,0x42,0x17, + 0x14,0x47,0xb4,0xc6,0x78,0xaa,0xcb,0x33,0x58,0x27,0xaa,0x9b,0x56,0xbd,0x7c,0x60, + 0x3c,0x95,0x59,0xd7,0xd6,0x60,0xfa,0xcb,0xfa,0xb,0x55,0x40,0xa2,0x71,0x9c,0x7d, + 0xff,0x9e,0x58,0x18,0x7c,0x99,0xb3,0x2b,0x53,0x37,0xdf,0xf6,0x9d,0x1d,0xf6,0x97, + 0x2a,0xf0,0x23,0x6,0x44,0xb2,0x3c,0x5,0xad,0xe1,0xe8,0xe,0x77,0xf,0x34,0x41, + 0xd,0xfa,0xe4,0x3d,0x1f,0x34,0xa8,0xe7,0x12,0x37,0xe1,0xd8,0xbe,0x6e,0x62,0x8c, + 0x6e,0xe,0x41,0xb9,0xfd,0x43,0x3b,0x1a,0x20,0xff,0x47,0x77,0xf0,0x78,0x77,0x4a, + 0xc,0x74,0xc5,0x7b,0x6f,0xc3,0x39,0xc6,0x97,0xe8,0xf3,0x64,0x20,0x32,0x48,0x5f, + 0x74,0x2b,0xba,0xef,0x5d,0xf8,0x79,0xf1,0xe8,0x1e,0x44,0x41,0xa5,0x3,0xee,0xc5, + 0xb4,0x98,0x5c,0x44,0x1f,0x56,0x8c,0x6,0xb0,0x55,0x61,0x29,0xc9,0xa9,0x8,0xcc, + 0x13,0xa3,0x2d,0x30,0x6f,0xa8,0xb1,0xf1,0x9c,0x9e,0xf5,0xdf,0x70,0x1e,0x90,0x89, + 0xf3,0x1,0xcf,0xe7,0x4e,0xb3,0xc6,0x17,0x6f,0xb3,0x40,0xbf,0x44,0xff,0xf1,0x80, + 0xa2,0xf9,0xf2,0xbc,0x26,0x38,0x54,0xe6,0x1d,0x39,0xe7,0xe3,0xe7,0xfe,0x7e,0x94, + 0x45,0x37,0xfd,0x76,0xb1,0xe,0x7b,0xcf,0x9f,0x3e,0x6b,0x12,0x92,0x26,0x95,0x64, + 0x0,0x3a,0x53,0xd3,0x41,0xfb,0x77,0x91,0x60,0xef,0x8c,0x58,0xcd,0x6e,0xe8,0x82, + 0x9e,0x20,0xcd,0x4,0xb7,0x62,0xef,0xf0,0x7,0x4d,0x88,0xee,0xc4,0x27,0x76,0x6b, + 0x3f,0x93,0x7a,0x5f,0x8e,0x7f,0x3f,0xd6,0x70,0x8c,0xf2,0x76,0x75,0x2c,0xf,0x94, + 0xcc,0x4c,0x48,0x36,0x41,0xe6,0x1d,0xd1,0x7e,0x67,0x9f,0x6d,0xa1,0xde,0x38,0x7e, + 0x73,0xbd,0x6a,0x50,0x1d,0x9a,0xc,0x19,0x60,0x19,0x4e,0x52,0x8c,0x4e,0x36,0x56, + 0x7c,0xda,0xe4,0x95,0x6,0x93,0x4f,0xd2,0xb4,0xf7,0x58,0x85,0x6e,0x65,0xbc,0xb8, + 0xa6,0x87,0x4,0xa5,0x68,0x18,0xcf,0xe1,0x6d,0x22,0xa6,0xd4,0x2f,0x7b,0xcc,0x13, + 0xb4,0x58,0x73,0xa8,0x19,0xd6,0x1c,0xd4,0xd,0xa2,0x4d,0x64,0xcf,0x5a,0x67,0x39, + 0x30,0xf4,0xb4,0x8c,0x40,0x8b,0x13,0x9e,0x8d,0xa7,0x85,0x8b,0x2d,0xf7,0xc6,0x40, + 0x2e,0xc6,0x8e,0x87,0xd1,0x80,0x14,0x47,0xf4,0xa0,0x73,0x96,0xe0,0xb9,0x1f,0xe0, + 0x35,0x74,0xed,0x0,0xbc,0x87,0xb,0xea,0x21,0xaf,0x1a,0x4c,0x78,0xc,0xd6,0xd9, + 0x66,0x28,0x8,0x1e,0x7e,0x20,0xce,0xef,0x14,0xd6,0x13,0xea,0x6e,0xe9,0x39,0xf5, + 0xad,0x5d,0xb8,0x2f,0xfa,0x39,0x5,0xaf,0x9e,0xb1,0xee,0xeb,0x2a,0x1b,0x38,0xe4, + 0x14,0xb4,0xc0,0xbe,0xef,0x15,0x38,0x5a,0xa1,0xa8,0xf3,0x78,0x82,0x7c,0xfb,0xba, + 0x1e,0x32,0x8c,0xc5,0x9,0xd3,0x4c,0x9c,0x3,0x78,0x8e,0x20,0x15,0xf5,0x1c,0xa6, + 0xe5,0x36,0xb4,0x76,0x67,0x72,0x81,0xad,0xd3,0x62,0xd5,0xd5,0x28,0x2d,0x28,0x50, + 0x8e,0x5c,0xef,0x9d,0x47,0xf8,0xe2,0xc,0x82,0xb4,0xeb,0x62,0xa4,0x53,0xe1,0xb, + 0xa5,0xb1,0x27,0x17,0xba,0x76,0xb2,0x4,0x66,0xe9,0xae,0x46,0xd8,0x2e,0xf2,0x71, + 0xca,0xe1,0x73,0xa7,0xba,0x47,0x8c,0x40,0x54,0xa1,0x41,0x88,0xcb,0x3c,0x1a,0xec, + 0x8f,0x6f,0xaa,0x1c,0x70,0xcf,0xfb,0xf5,0xad,0x59,0x25,0xc5,0x83,0xd7,0x7e,0x19, + 0xed,0x14,0x34,0x48,0xcd,0xae,0xd,0xb8,0x2a,0xe5,0x84,0x1f,0x94,0x30,0xb,0x3c, + 0x29,0x24,0xbf,0x18,0x9,0x7c,0x54,0x41,0xcf,0xc9,0xc8,0x82,0x61,0x66,0xdd,0xc6, + 0x13,0xd4,0x70,0xbd,0xc6,0x13,0x74,0xaf,0x85,0xc3,0xdd,0x31,0x88,0x2,0xe6,0x9, + 0xfc,0x4c,0x3d,0xc,0xd4,0xbd,0x90,0x6a,0x49,0x8b,0xa0,0xed,0x62,0x2b,0x8e,0xcf, + 0xae,0x50,0x45,0xe9,0x2a,0x2d,0x79,0x85,0x9b,0x5,0x1e,0xcb,0x68,0xf4,0x59,0xef, + 0x7a,0xc4,0x9a,0xd0,0x61,0x85,0x12,0x5a,0xe0,0x98,0x90,0x42,0x66,0x67,0x91,0xfb, + 0xe9,0x4f,0x1d,0x64,0x52,0x8d,0x10,0x6e,0x62,0xa3,0x18,0x4c,0x4e,0x75,0x7,0xb6, + 0xdd,0xc5,0xde,0xb9,0x42,0x28,0x38,0x18,0x3f,0xce,0xd4,0x6d,0x6c,0x1c,0xce,0xa0, + 0xec,0xb7,0xd6,0xa4,0x4c,0xc3,0x21,0x29,0x10,0x34,0xe6,0x52,0xf6,0xe5,0x62,0x33, + 0xa6,0xa3,0xa3,0xae,0x8,0x7e,0xfe,0x6f,0x84,0x2f,0x70,0xe2,0x33,0x63,0x8b,0x3b, + 0xbb,0x1c,0xd2,0x5d,0xd2,0xec,0xe6,0xc7,0x71,0xe8,0x75,0xf,0xa2,0x3e,0x38,0xa2, + 0x64,0x7e,0xb9,0x7a,0x39,0x6,0xc2,0xaf,0xf1,0x60,0x68,0x49,0x4c,0xb,0xaa,0xcc, + 0xd1,0xf9,0x71,0xea,0xd3,0x8a,0x4,0x34,0x3d,0xbe,0x6e,0x5d,0x2d,0x28,0xa2,0x55, + 0xbd,0xeb,0x2b,0x20,0xfd,0xf4,0x1,0xb8,0xb5,0xec,0x10,0xf4,0xa9,0x3f,0xb,0xbd, + 0xeb,0x2a,0x54,0x7d,0x59,0x5c,0xf,0x28,0x8d,0xbd,0x1c,0xf2,0x7a,0x5f,0xf,0xbb, + 0xaf,0xbc,0x11,0xce,0xc4,0xf8,0xfd,0x9a,0xe3,0x48,0x71,0x46,0xc2,0x8,0xb5,0xa6, + 0xc9,0x59,0x35,0xab,0x19,0x67,0xcb,0x54,0x75,0x3b,0xe8,0x15,0xcf,0xe0,0xb3,0xd9, + 0x71,0x42,0x8a,0xc,0xa3,0x71,0x8a,0xcc,0x2b,0x2a,0xe1,0x91,0x82,0xb7,0x61,0x7a, + 0xf1,0x1e,0x90,0xb9,0xb6,0x2b,0x50,0xf,0xdd,0xd9,0xf7,0x26,0xf8,0xf3,0xd0,0x7, + 0xe0,0xa7,0xd8,0x9e,0x42,0x4b,0xb0,0xbf,0x16,0x67,0xc4,0xaf,0x50,0xfb,0xb6,0xc4, + 0xe4,0xcd,0xaa,0xae,0x9d,0x44,0xc2,0xf7,0xdb,0x72,0x47,0xd9,0x1,0xd8,0xf3,0x49, + 0x6,0xcc,0x28,0xfa,0x44,0xb7,0xf1,0x4,0xf5,0xca,0x89,0xa5,0xfb,0x61,0xe7,0xae, + 0xa5,0x70,0x5b,0xd9,0x41,0xa1,0xc5,0x40,0xca,0x41,0x6d,0xb3,0x6a,0x0,0xb1,0x3, + 0xb3,0xdd,0xc1,0xd0,0xe8,0xaa,0x6c,0xc8,0xe4,0xe6,0xc2,0x53,0x3b,0x9e,0x85,0xb8, + 0x16,0x77,0x1c,0x30,0xa,0x5d,0x93,0x9d,0xff,0x2c,0xcc,0xf9,0x6e,0x1b,0x89,0x5, + 0x25,0x4b,0xe2,0xff,0x4b,0x5,0x77,0x74,0xe3,0x6c,0xa3,0x28,0x75,0x4c,0xe,0x1c, + 0x0,0xc8,0xcc,0x4,0xd6,0xe,0x23,0x53,0x6f,0x78,0xf2,0xcb,0xd7,0xc8,0x7d,0x3e, + 0x17,0x2a,0xb7,0x1,0x68,0xfb,0x29,0x1e,0xda,0xb5,0xeb,0x32,0x62,0x54,0x56,0x2, + 0xac,0x5a,0x85,0xe,0xad,0x9f,0xfc,0xe8,0x41,0x46,0x78,0xb4,0x20,0x67,0x3a,0x4f, + 0x4f,0xbf,0x42,0x95,0x55,0x2d,0x42,0xdf,0x95,0xe1,0x7b,0x2f,0xb,0xb1,0x63,0xb1, + 0x61,0x3,0x40,0x7d,0xbd,0x10,0xda,0xf,0xe3,0x3c,0x1e,0xec,0xf6,0x95,0x6a,0x59, + 0xd5,0x8,0xfa,0xad,0xad,0xee,0x26,0x83,0x4c,0x99,0x61,0x48,0x5b,0x5f,0xaf,0xc2, + 0x9,0xca,0x3b,0x93,0x63,0x84,0x14,0x1e,0xa4,0x8a,0x72,0x48,0x98,0x7b,0x7f,0x58, + 0x9e,0x7e,0x1b,0x30,0x7d,0xe5,0x56,0x1f,0x8f,0x4a,0xc9,0xaa,0x99,0xc7,0x39,0x7b, + 0x5d,0x88,0x97,0x1c,0xa,0x5a,0x4f,0x1f,0x79,0x4d,0x48,0x61,0x86,0xf3,0x87,0xdd, + 0x41,0x50,0x50,0xb4,0x28,0x61,0x3d,0x1e,0xf6,0x3b,0xa5,0x4b,0xcf,0xd8,0x32,0xda, + 0xaa,0x14,0x21,0x18,0x9b,0xe8,0xd3,0x3,0x88,0x8e,0xb4,0x49,0x6a,0xef,0x8e,0x45, + 0x60,0xad,0x3d,0x2d,0x24,0x24,0x2f,0x4f,0x14,0x42,0x64,0xfc,0x78,0x51,0x50,0x51, + 0x67,0x83,0x3e,0xa8,0xbb,0xae,0x39,0x3c,0x28,0xc4,0x4b,0x4a,0xcf,0xa6,0x88,0xe, + 0x4c,0x57,0xf8,0x35,0x0,0x51,0xbc,0x24,0xe1,0x3d,0x74,0x92,0xd5,0x42,0xec,0xb4, + 0x34,0xd9,0x41,0x73,0x79,0x38,0xa0,0x1,0x88,0xe2,0xc5,0x9,0xcb,0x19,0x63,0x38, + 0x6,0x5d,0x3a,0xca,0x2d,0xed,0xfb,0x11,0x8a,0xc5,0x4,0x16,0x51,0xf4,0xc7,0x69, + 0xbf,0x31,0xc0,0x93,0x91,0xd9,0x3c,0xaa,0xca,0x6e,0xfb,0xf0,0x52,0xed,0x17,0x7e, + 0x23,0xff,0x19,0x18,0x77,0x26,0x62,0x81,0xf0,0x63,0xcd,0x1e,0x40,0xd0,0x6e,0xeb, + 0xe4,0x8a,0x84,0x49,0x38,0x34,0xbe,0x21,0x54,0x17,0x95,0x4f,0x71,0x4a,0x1b,0x31, + 0x18,0xdb,0xa6,0xdb,0x3,0x5a,0x41,0xb,0x58,0xb3,0x6c,0xcf,0xe3,0x55,0xcb,0x85, + 0xe6,0xa2,0xd0,0xab,0xa1,0x12,0xf2,0xb7,0x3f,0x88,0x33,0xbf,0xc8,0x24,0x42,0xba, + 0x3d,0xa0,0x15,0xc6,0x78,0x71,0x46,0xe2,0xe3,0x1c,0xf8,0x14,0x94,0x2e,0xda,0x9c, + 0x81,0x16,0x33,0xde,0xb3,0xaa,0x9b,0x39,0xc2,0xcd,0xeb,0x6c,0xdf,0xbe,0x52,0xe3, + 0x6,0x10,0x94,0x64,0x24,0x7e,0xa8,0x80,0x42,0xfd,0x32,0xdf,0xa9,0x89,0x3c,0x7f, + 0x4f,0x9b,0x9,0x75,0x51,0x61,0x4c,0xb1,0x1d,0x8e,0x1a,0x9c,0xb,0x3c,0x43,0xc5, + 0xa0,0xd,0x40,0xd0,0xae,0xeb,0xe2,0xc5,0xf1,0x63,0x71,0xa,0x4d,0x5b,0xeb,0x22, + 0xfa,0xd3,0x56,0xe2,0x6c,0x74,0x12,0x3c,0x3c,0x6a,0x5,0x28,0x2c,0xa4,0xea,0x7a, + 0xe3,0xc0,0x49,0x85,0x2c,0xcf,0x62,0xf9,0xf9,0x65,0x24,0x86,0x7e,0x47,0x72,0x89, + 0x25,0xf1,0x6f,0xd2,0xde,0x5b,0xe,0xea,0xe,0x93,0x73,0xce,0x37,0x22,0xc3,0xbf, + 0x7b,0x8d,0x84,0xe7,0x86,0x3d,0x18,0xdc,0x6,0x88,0xb6,0x50,0xe3,0x25,0xe9,0x31, + 0x96,0x97,0xb7,0x55,0x68,0xc,0x7d,0xcf,0x68,0x88,0xb4,0xcc,0xf2,0xf8,0x6,0x16, + 0xbb,0xc0,0x1,0x7c,0x1e,0xde,0x94,0x7e,0x2f,0x1c,0x9,0x8e,0x3d,0x52,0xf0,0xaf, + 0x2f,0x1e,0x3d,0xbe,0xf9,0x3e,0x6,0x38,0xa5,0xd,0x6,0xea,0xf6,0x8c,0xdd,0x8f, + 0x7e,0xaf,0x2e,0x9,0xb9,0x8,0x9b,0x1,0x3c,0xa1,0x4d,0x88,0xce,0x7d,0x78,0xea, + 0x8f,0xa7,0xaf,0xc5,0x57,0xa8,0x3d,0x8d,0x42,0xff,0x51,0xbc,0xcf,0x6e,0x5a,0xc3, + 0x73,0x2d,0x63,0xf1,0x31,0x63,0x7a,0x80,0xc9,0xf4,0x4,0x16,0x33,0xf0,0xa5,0xfd, + 0x2d,0x28,0x3d,0x75,0xc6,0x36,0x81,0xa2,0xfc,0xce,0xd5,0xed,0x3d,0x89,0x88,0x1, + 0x3c,0xa1,0xad,0x68,0xb4,0x1b,0x8b,0x33,0x18,0x82,0xbd,0x77,0x30,0xe3,0x3c,0x15, + 0x2b,0x44,0x1b,0x32,0xda,0xfc,0x7c,0x1e,0xaa,0x71,0x58,0x42,0x37,0x62,0x85,0x58, + 0xab,0x13,0xf4,0xa5,0x85,0x45,0x82,0xfc,0x93,0xb,0x13,0x2b,0x9d,0xa7,0xf8,0xc2, + 0xc7,0x8d,0xeb,0x83,0x87,0x49,0xf8,0xba,0x13,0xef,0x69,0xc5,0x23,0xc9,0x44,0x29, + 0xbe,0xe8,0xd7,0x21,0xdb,0xf1,0x9e,0x1f,0x51,0xb4,0x57,0xb5,0x3e,0x0,0xfc,0xf, + 0xda,0xf6,0x1f,0x8f,0x94,0xcb,0x53,0x3a,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44, + 0xae,0x42,0x60,0x82, + // D:/LMS/DBXML/InstructorsAndTrainees/icons/traineeArchive.png + 0x0,0x0,0xa,0x44, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0, + 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0, + 0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f, + 0xa8,0x64,0x0,0x0,0x9,0xd9,0x49,0x44,0x41,0x54,0x78,0x5e,0xe5,0x9b,0xd,0x54, + 0x54,0xc7,0x15,0x80,0xef,0x7b,0xbb,0xfb,0x16,0xd4,0x15,0x4,0xfc,0x21,0x9e,0x1a, + 0x4,0x29,0xa,0x82,0x4a,0x24,0x95,0x48,0xc0,0x68,0xe2,0x7f,0x3c,0x2a,0x2c,0xd1, + 0x18,0x5,0x45,0x69,0x53,0x5b,0x7b,0xd2,0x16,0x7f,0x6a,0xa2,0xf,0x31,0x28,0x34, + 0x4d,0xab,0x9e,0x9e,0x36,0x68,0x94,0xc6,0xff,0xf8,0xd3,0x13,0xa3,0x47,0xab,0x1c, + 0xa3,0x94,0x14,0x63,0x4,0x45,0x5,0x13,0x7f,0xd1,0x56,0x90,0x23,0x60,0x50,0xc2, + 0xcf,0xb2,0xbb,0xaf,0x77,0xde,0x8e,0xab,0xb,0xb,0xec,0xbe,0x9d,0x6d,0x69,0xfd, + 0xce,0x99,0x7d,0xf7,0xde,0x5d,0x66,0x77,0xee,0xbb,0x33,0x73,0x67,0xde,0xc0,0x81, + 0x9b,0x99,0x31,0x57,0xec,0xa3,0x52,0x41,0xc,0xc7,0x41,0xa4,0x64,0x86,0x40,0xbc, + 0x6,0xa1,0xb9,0x3f,0x96,0x6e,0x58,0x4,0x2c,0xdd,0xb1,0x3c,0x90,0x8b,0x4,0xb5, + 0x12,0xf,0x37,0x79,0x89,0xbb,0x6c,0x6,0xa9,0xd4,0x6c,0xd4,0x14,0x1e,0xdc,0xb1, + 0xb2,0x12,0xdf,0x73,0x1b,0x6e,0x71,0x40,0xfc,0x2,0x71,0x24,0x6f,0x86,0xd9,0x28, + 0x4e,0xc6,0x32,0x58,0x36,0x2a,0x43,0xc2,0x72,0x49,0x92,0xe0,0xb8,0x8a,0x83,0x3, + 0x7b,0x73,0xc5,0x33,0x16,0x33,0x3b,0x98,0x39,0x60,0xda,0x82,0x2c,0x9d,0xd6,0xdc, + 0xb8,0x8,0xc5,0x9f,0x60,0x9,0x96,0x8d,0xec,0x29,0xc5,0xb2,0x15,0x4,0x8f,0x8f, + 0xf7,0xe5,0x2c,0xaf,0xb3,0x98,0x5c,0xc3,0x65,0x7,0x4c,0x4f,0x16,0xbd,0x5,0x9, + 0x96,0x4a,0x1c,0xbc,0x8d,0xaa,0xb7,0xc5,0xea,0x76,0xbe,0xc3,0xd8,0xf8,0x3d,0x68, + 0x3d,0x36,0xb8,0xea,0x8,0xc5,0xe,0x10,0x45,0x91,0x2f,0x2b,0xe7,0x52,0x24,0x90, + 0xde,0x47,0xb5,0xb7,0xc5,0xfa,0x1f,0xa7,0x16,0x1d,0xbf,0x6c,0xff,0x36,0xf1,0x63, + 0x94,0x49,0x77,0x71,0x1a,0x45,0xe,0xc0,0x3e,0x1e,0x88,0x7d,0x7c,0x27,0x8a,0xa3, + 0x2c,0x96,0xff,0x3a,0xf9,0xf8,0x7b,0x16,0xed,0xfd,0x44,0xbc,0x4a,0x75,0x87,0xe1, + 0xe9,0xd5,0x61,0x12,0xe7,0x8b,0x6f,0xe1,0x97,0x9d,0x47,0xb1,0xab,0x34,0x9e,0x10, + 0x6b,0xe6,0xe1,0x5c,0x42,0x72,0xba,0x9e,0xea,0xe,0xe3,0x70,0x4,0xc8,0x21,0x7f, + 0x1b,0xb2,0x71,0x44,0xfe,0x15,0x35,0x75,0x55,0x3e,0xc,0xb,0x80,0x34,0xfc,0xbd, + 0x66,0xaa,0x77,0x88,0x43,0xe,0xd0,0xeb,0x45,0x1,0x67,0xeb,0x6d,0x28,0xbe,0x69, + 0xb1,0x74,0x6d,0xb0,0x51,0x7b,0xbc,0x5,0xff,0x79,0x39,0x39,0x3f,0x6e,0xa1,0xa6, + 0x76,0xe9,0xd4,0x1,0xa9,0xa9,0x1f,0x69,0x1e,0x34,0x57,0x1e,0xc4,0x4f,0x4e,0xa5, + 0x26,0x97,0xc0,0x44,0xa8,0x5e,0xd0,0xa8,0xff,0x29,0x8,0x42,0xa3,0xa0,0x55,0x1b, + 0x88,0xcd,0xd0,0x6c,0x14,0xc,0x6,0x83,0xa7,0xc1,0x60,0x1a,0x80,0x83,0x2a,0x49, + 0x8c,0x58,0xf0,0x79,0xbd,0xce,0x47,0x7f,0x74,0xd3,0x92,0x66,0xaa,0xdb,0xa5,0x43, + 0x7,0xe8,0xf5,0x9f,0xaa,0xb8,0xee,0x65,0x3b,0x70,0x78,0x9d,0x45,0x4d,0x8a,0xd0, + 0x6a,0x35,0x65,0xd1,0x2f,0x86,0x55,0x47,0x47,0x87,0xf,0xf0,0xef,0xe3,0x1d,0x40, + 0xcd,0x76,0xb9,0x77,0xaf,0xa6,0xfc,0xcb,0x33,0x65,0x77,0xce,0x9c,0xbd,0xdc,0xbb, + 0xd9,0x60,0x1c,0x42,0xcd,0x8a,0xc0,0xee,0xba,0x7b,0xff,0x5f,0xc4,0x39,0x44,0xb4, + 0x58,0xda,0xd2,0xa1,0x3,0x12,0x92,0xc4,0xf,0xf1,0x8e,0xbd,0x43,0x55,0xa7,0x51, + 0xa9,0xf8,0xf2,0xa4,0x39,0x13,0x6b,0x87,0x47,0x4,0x45,0x52,0x93,0x53,0x14,0x5f, + 0xb8,0x56,0xb4,0x63,0xf7,0x9,0x3f,0xa3,0xc9,0xf4,0x3c,0x35,0x39,0xd,0xb6,0x3c, + 0x6b,0x7f,0xae,0xb8,0x9c,0xaa,0x6d,0x68,0xd7,0x1,0x89,0x49,0x62,0x22,0xce,0xb1, + 0x7b,0xa9,0xea,0x34,0xba,0x1e,0x9e,0xc5,0xef,0xae,0x48,0xfa,0xa1,0xa7,0x56,0xd3, + 0x83,0x9a,0x14,0xd1,0xd0,0x68,0x78,0xf8,0x7e,0xd6,0x27,0x37,0x1e,0xd5,0x37,0x8e, + 0xa0,0x26,0xa7,0x41,0x27,0xcc,0x46,0x27,0xec,0xa1,0xaa,0xd,0x76,0x1d,0xa0,0x5f, + 0x90,0x11,0x2,0x26,0xd3,0x39,0x7c,0x57,0xd1,0x8f,0xd7,0xa8,0xd5,0xd7,0x33,0xd3, + 0x53,0xfc,0xb5,0x5a,0x81,0x49,0x7f,0x6e,0x6c,0x6e,0xa9,0x5f,0x29,0x6e,0xa9,0x32, + 0xb6,0x18,0xc9,0x42,0x4a,0x9,0x75,0x2a,0x80,0xe1,0x7b,0x72,0xc5,0x72,0xaa,0x5b, + 0xb1,0x97,0x7,0x70,0x60,0x36,0x6d,0x56,0xda,0x78,0x42,0x4a,0xf2,0xa4,0x6,0x56, + 0x8d,0x27,0x90,0x28,0x4a,0x99,0x3b,0xf1,0x7b,0xaa,0x2a,0xc1,0xcb,0x24,0xc1,0x76, + 0x32,0x95,0x53,0xdd,0x4a,0x1b,0x83,0x3e,0x49,0x24,0xb,0x9a,0x97,0x2d,0x9a,0xf3, + 0x68,0x34,0xea,0xab,0xa1,0x83,0x3,0x22,0xa8,0xca,0x8c,0xb0,0xd0,0x81,0x11,0x82, + 0x56,0xf3,0xd,0x55,0x9d,0x87,0x83,0x98,0xd2,0x72,0x98,0x47,0x35,0x2b,0x36,0xe, + 0x20,0xb,0x1b,0xfc,0xe0,0x7a,0xaa,0x2a,0xe2,0x85,0xe1,0xc1,0x6e,0x5b,0xbf,0xf, + 0x1f,0x1a,0x74,0x8f,0x8a,0x4a,0x59,0x37,0x67,0x8e,0xd8,0x93,0xca,0x32,0x36,0xe, + 0x50,0x3,0xf7,0xb,0xbc,0xf4,0xb2,0x68,0xca,0x8,0x9,0xfe,0x1,0xb3,0xd0,0x6f, + 0x4d,0x48,0x88,0xcb,0x75,0xf7,0x6b,0xd6,0xc0,0xaf,0xa9,0x2c,0x63,0x75,0x80,0x3e, + 0x75,0xbd,0x17,0x7,0x12,0x71,0x80,0x4b,0x74,0xef,0xe1,0xa1,0xa5,0x22,0x73,0x74, + 0xdd,0x3c,0x3d,0xa8,0xa8,0x18,0x1c,0xf5,0x17,0xeb,0x7f,0x2a,0x5a,0xc7,0xb7,0x27, + 0x11,0x60,0x68,0x4a,0xc1,0x57,0x97,0xee,0xbe,0xdb,0x69,0x33,0x62,0x29,0xc2,0x7, + 0x1a,0x38,0xd2,0x56,0x99,0xa7,0xab,0xb4,0x1a,0xff,0xff,0x91,0xc8,0xae,0x95,0x8c, + 0xec,0x0,0xfd,0xbc,0x35,0xd1,0x78,0x9,0x25,0xf2,0x33,0xc2,0xe0,0xf8,0x79,0x6b, + 0xe4,0xc4,0x4a,0x76,0x0,0xa7,0x32,0xc7,0x93,0xeb,0xb3,0x84,0x4a,0x65,0x96,0xd7, + 0x37,0xb2,0x3,0x70,0xd1,0x30,0x9e,0x5c,0x9f,0x25,0xb0,0xcd,0x53,0xc8,0x95,0xd7, + 0x27,0x8b,0xfd,0xf0,0x3a,0x94,0x28,0xcf,0x18,0xa1,0x33,0xe6,0x65,0xfa,0xf2,0xb8, + 0x50,0x78,0x9,0x95,0xe,0x57,0x85,0xe,0x23,0x81,0xd1,0xcb,0xdb,0x4b,0x47,0x35, + 0xe6,0xc8,0x75,0xe3,0x77,0x50,0xd5,0x55,0x38,0x95,0xaa,0x25,0x86,0xe7,0x24,0x76, + 0x77,0x3f,0x3c,0x2c,0xa0,0xa0,0xb3,0xf5,0xbe,0x2b,0x90,0xba,0x23,0xc2,0x3,0xb, + 0xa8,0xea,0x32,0x98,0xf7,0x44,0xf2,0xb8,0xde,0x67,0xe6,0x80,0xd1,0x2f,0x85,0xfb, + 0x50,0xd1,0x6d,0x8c,0x8d,0x8b,0xec,0x4b,0x45,0x97,0x21,0x8f,0xea,0x48,0x17,0x8, + 0xa4,0xba,0xcb,0x78,0x79,0xe9,0x5c,0x5a,0xfb,0x3b,0x82,0xd6,0x43,0x60,0x96,0x69, + 0x72,0x3c,0x4,0x91,0x59,0xa0,0x6b,0x67,0x7f,0xee,0x44,0x82,0xfe,0xc4,0x1,0x6e, + 0xf,0xdb,0x2e,0x8b,0x4,0xdd,0x78,0x7c,0x71,0x7b,0xd8,0x76,0x59,0x38,0xf0,0xe4, + 0xf1,0xa5,0xc3,0x6d,0x63,0x67,0x68,0x68,0x6a,0x62,0x56,0x57,0x7b,0xd4,0xd7,0x37, + 0x34,0x50,0x91,0x5,0x2,0xe9,0x2,0xcc,0x2a,0x2c,0x28,0xb8,0x58,0x45,0x45,0xb7, + 0x91,0x5f,0x50,0x52,0x43,0x45,0xd7,0x91,0xa0,0x8e,0xa9,0x3,0xce,0x97,0x5c,0x1f, + 0x55,0x74,0xe1,0x6a,0x11,0x55,0x99,0x73,0x3a,0xbf,0xe4,0xcc,0xa5,0xd2,0x5b,0xec, + 0x9e,0x49,0x72,0x50,0x43,0xc6,0x80,0xfb,0x54,0x65,0x81,0xc7,0xae,0xbd,0x79,0x36, + 0x5b,0x4e,0xac,0xc8,0xd9,0x7a,0xf8,0xf4,0x81,0x43,0xf9,0xa4,0xf1,0x2c,0x37,0x5c, + 0x6a,0x48,0x1e,0xa0,0x7c,0xa3,0xd1,0xe,0x2d,0x2d,0xa6,0x41,0x35,0x35,0x75,0x15, + 0x54,0x65,0x2,0xd6,0xd9,0x58,0x5a,0x56,0xce,0x7c,0xa3,0x15,0xf3,0xff,0x3b,0x3c, + 0xae,0x7,0xbf,0xa5,0x3a,0x2b,0xb8,0xa3,0xc7,0xcf,0x3a,0xfd,0x9c,0xbe,0x23,0xbe, + 0xc8,0x2f,0x2e,0x92,0x40,0x72,0x43,0xbe,0xc2,0x5d,0x20,0x5d,0xa0,0x8c,0x6a,0xcc, + 0x28,0x3a,0x7f,0x35,0xc4,0x68,0x32,0x31,0x99,0x11,0x24,0xe4,0xc4,0xc9,0x22,0xb7, + 0xe4,0x2a,0x66,0x33,0x5c,0xe4,0xc8,0x31,0x36,0xb5,0xa,0xc8,0x56,0xb6,0xbc,0x37, + 0xc0,0x8a,0x31,0x71,0x23,0xf2,0x67,0xbe,0x1e,0x13,0x4b,0x55,0xc5,0xfc,0x2d,0xef, + 0xdc,0x97,0x47,0x8e,0x15,0x8e,0x26,0xf2,0xdd,0x3b,0xdf,0xc0,0xd9,0xfc,0x83,0x60, + 0x34,0xca,0xf,0x95,0x3b,0x45,0xad,0x16,0xe0,0xc5,0xd8,0x99,0xd0,0x7f,0x80,0xbd, + 0x83,0x6a,0x12,0xf6,0x7e,0x78,0x4e,0x5e,0x6,0xeb,0x93,0x45,0x32,0x72,0x2b,0x7a, + 0x80,0xd9,0x1e,0x1c,0xcf,0x57,0x65,0x67,0x2c,0xd2,0x69,0xb5,0x2,0x39,0xf,0xa8, + 0x88,0xc6,0x26,0xc3,0xa3,0xe5,0xef,0xe5,0x34,0x62,0x10,0xf4,0x79,0x50,0x53,0x1, + 0xb7,0xca,0xf2,0x20,0x75,0x61,0xa,0x8,0x2,0x39,0x5e,0xd8,0x39,0x6,0x83,0x1, + 0x72,0x36,0x6f,0x81,0x81,0x61,0xaf,0x41,0x2f,0xdf,0xe7,0xa8,0xd5,0xca,0x85,0x7d, + 0xb9,0xe2,0x8,0xd9,0x1,0x89,0x49,0x62,0xa6,0xc4,0xc1,0xa,0xd9,0xcc,0x90,0x41, + 0x41,0xfd,0x4f,0x2f,0x79,0x7b,0x66,0x1c,0x55,0x9d,0x66,0xd3,0x9f,0xe,0xe6,0x5f, + 0xbb,0x71,0x37,0xb6,0xb8,0xf0,0x8,0xdc,0xaf,0xfc,0x16,0x3c,0xb4,0xca,0x26,0x80, + 0xa6,0xe6,0x66,0xe8,0xed,0x1f,0x2,0x91,0xd1,0xf2,0x26,0x90,0xc,0x8e,0x29,0x19, + 0xfb,0x73,0xd3,0x57,0xc9,0xe,0x78,0x23,0x79,0x4d,0x94,0x19,0xcc,0x67,0xe5,0x77, + 0xd8,0x62,0x5e,0x98,0x3c,0xf9,0x52,0xc4,0xd0,0xa0,0x61,0x54,0x77,0x98,0x7f,0x7c, + 0x55,0x76,0x76,0xcf,0xbe,0xbc,0xa8,0xf2,0xeb,0x25,0x5c,0x71,0xe1,0xe7,0x30,0x65, + 0xd2,0x44,0xfa,0x8e,0x32,0x8e,0x1c,0x3d,0x86,0xe,0x78,0x1d,0x2,0x6,0xd,0x97, + 0x75,0x33,0x2f,0x45,0x1d,0xd8,0x9a,0x7e,0xce,0xba,0x13,0xa4,0x9f,0x2f,0x16,0xa3, + 0x5b,0x14,0x3f,0x82,0x6e,0x8f,0x61,0xc3,0x6,0x9d,0x4a,0x99,0x3b,0x69,0xc,0x55, + 0x1d,0xe6,0xf,0x7f,0xdc,0x9f,0xbf,0x73,0xdb,0xc6,0xd8,0x9,0x63,0xa3,0x60,0xe5, + 0x8a,0x65,0xd4,0xea,0x1a,0x6b,0x33,0xd7,0xc3,0x89,0x53,0x45,0x30,0x2a,0x2e,0xbe, + 0x74,0x5f,0x6e,0x7a,0x38,0x9a,0xa4,0xa7,0x6,0x3e,0x6e,0x33,0x15,0xba,0xc,0x77, + 0x6f,0x97,0xc1,0xf2,0x65,0x69,0x54,0x73,0x9d,0xdf,0x2c,0x5f,0xa,0xff,0x2a,0x2f, + 0x25,0xf1,0xbf,0x11,0x55,0x32,0x8,0x3e,0x19,0xf9,0x5,0x83,0x44,0xce,0xfd,0x7d, + 0x67,0xd1,0xba,0x6,0x38,0xf8,0x81,0x8a,0x67,0x37,0x39,0xf1,0x58,0x17,0xa9,0xd3, + 0xc3,0xdc,0x83,0xb4,0x55,0xc6,0x5a,0xfb,0xce,0x9d,0xe2,0x43,0xbc,0x64,0x59,0x34, + 0x76,0xb0,0x9c,0x5b,0x4f,0xe7,0xff,0x1d,0x3e,0x3b,0x74,0xb8,0x4d,0x39,0x9d,0xef, + 0xdc,0x36,0xe1,0xf6,0xed,0x69,0xd6,0xb3,0x6,0x36,0xbf,0xaf,0x49,0x90,0x43,0x83, + 0x69,0x1a,0xdb,0xc7,0xcf,0x5b,0x45,0x45,0xa7,0xf0,0xf1,0xd6,0xc9,0x21,0xfa,0x34, + 0x42,0x3b,0xb3,0x0,0x4e,0xb5,0x54,0x72,0x1e,0xeb,0x20,0xf8,0x98,0xc4,0x64,0x71, + 0x1,0x7e,0x33,0x39,0x7b,0xcb,0x82,0x86,0xb5,0xab,0x17,0x7e,0xdf,0x53,0xe7,0xe9, + 0xf4,0x59,0xe2,0xdb,0x77,0xaa,0xae,0x8d,0x8a,0xc,0xd,0xbe,0x79,0xed,0xa,0xb5, + 0xb0,0x21,0x30,0x58,0x3e,0x78,0x66,0x6d,0x77,0x1b,0x7,0x20,0x1c,0x26,0x46,0x47, + 0xf1,0x3a,0xc1,0xa2,0x2a,0xa6,0x29,0x61,0x7a,0xdc,0xf9,0xd8,0x98,0x8,0xf2,0xdc, + 0x51,0x11,0xfe,0x7e,0xbe,0xf0,0xb4,0x3,0x2e,0x97,0x5e,0x81,0xea,0xea,0x6a,0xaa, + 0x39,0x86,0x9f,0x9f,0x1f,0xc,0xd,0x7b,0x72,0xda,0xae,0xb5,0x3,0xec,0x75,0x51, + 0x9,0xcc,0x6a,0xf2,0xa4,0x98,0xfc,0x17,0x87,0x22,0xbc,0xbc,0x7a,0x7c,0xbd,0xf4, + 0x97,0xb3,0xee,0xba,0xd2,0x78,0x7b,0x54,0x54,0x54,0x40,0x5d,0x5d,0x9d,0x53,0x85, + 0xfc,0x4d,0x47,0xd8,0x8b,0x0,0x19,0xcc,0xb,0x12,0xd0,0x15,0x9f,0xa2,0xd8,0xee, + 0x67,0x5a,0xe3,0x21,0x68,0xae,0xbc,0x35,0x7b,0x7c,0x73,0x44,0x78,0xa0,0x25,0xdb, + 0x70,0x91,0xd6,0x11,0xc0,0x2,0x47,0xba,0x80,0x95,0x84,0xf9,0xe2,0xbb,0x9c,0x4, + 0x19,0x54,0x6d,0x17,0x9e,0xe7,0x2a,0xc6,0x8d,0x89,0xbc,0x31,0x75,0x52,0xf4,0x68, + 0x8e,0xe3,0x98,0xc,0xfc,0xbf,0xcb,0xce,0x86,0xf,0xb2,0x6d,0x27,0x25,0x32,0x8d, + 0x4d,0x9d,0x32,0x19,0x7e,0x9b,0x95,0x9,0x1a,0x8d,0x86,0x5a,0xed,0xd3,0xd2,0xd2, + 0x2,0x69,0xcb,0x56,0xc0,0xe1,0x23,0x47,0x71,0xd5,0xd7,0xe6,0xdc,0xf4,0x6a,0x2c, + 0x6b,0x88,0xd0,0xe9,0xdd,0xc5,0x48,0xf8,0x8,0x23,0x21,0x95,0xaa,0x36,0x70,0xc0, + 0x3d,0xf8,0x51,0xd4,0xe0,0x8b,0x89,0xf1,0x63,0x46,0xa9,0xd5,0x6a,0x66,0x3b,0x35, + 0xe9,0xab,0x56,0x81,0xf6,0xea,0x49,0x58,0x3d,0x6d,0x18,0xa8,0x55,0x4f,0xfc,0x49, + 0xa6,0x85,0x93,0x57,0x2a,0x21,0xbd,0xa0,0x16,0xe,0xee,0xb3,0x7b,0xee,0xd1,0xca, + 0xcc,0x84,0x59,0x20,0xbe,0xec,0x3,0xaf,0xc,0xf1,0xb7,0x69,0xa4,0xd1,0x64,0x86, + 0xf4,0x43,0x25,0xb0,0x21,0xef,0xca,0x7,0xa8,0xa6,0x75,0x7a,0xb7,0x7a,0x69,0xfc, + 0x7f,0x86,0xb,0x25,0xd2,0x15,0x9e,0xa6,0x31,0x2c,0x34,0xe0,0xd4,0xfa,0x8c,0x54, + 0xfe,0xcd,0x37,0x5e,0x8d,0x63,0xd9,0x78,0xc2,0x9e,0xdd,0xbb,0x20,0x63,0xc6,0x8, + 0x9b,0xc6,0x13,0x48,0x43,0xc6,0x61,0x83,0x9a,0xaa,0xca,0xe1,0x42,0xc9,0x45,0x8b, + 0xd1,0xe,0xe4,0xbd,0x86,0x7b,0xb7,0x60,0x6c,0xab,0xc6,0x13,0x48,0x9d,0xa4,0x6e, + 0x64,0x1,0x79,0xe9,0x34,0x2,0x8,0xf2,0xa1,0xe9,0x6e,0x65,0x7f,0x46,0x47,0x2c, + 0xf4,0xe9,0xd5,0xf3,0xab,0x25,0x8b,0x67,0xe,0xc0,0x79,0xda,0x9f,0xbe,0xcd,0x9c, + 0x21,0xc1,0x83,0xe0,0xce,0xda,0x49,0x54,0x6b,0x4b,0xd5,0xc3,0x26,0x88,0xce,0xca, + 0x83,0xd7,0x26,0x4c,0x6c,0xd3,0x15,0x48,0xe8,0x9f,0x38,0x7e,0xc,0xa,0x97,0xbe, + 0xa,0x7d,0x7b,0xb6,0x7f,0xa6,0xaa,0xe7,0xe2,0x5d,0xb5,0x78,0xf1,0x75,0xc8,0x1, + 0x14,0x6e,0xd3,0x96,0xbf,0xa6,0x25,0x4c,0x8f,0x25,0xe7,0x8,0x9d,0xf9,0x3b,0xa7, + 0xe9,0xcc,0x1,0x2c,0x78,0xec,0x0,0x67,0x6,0x2c,0xe9,0xe7,0xb,0x67,0x64,0x73, + 0x20,0xcd,0xc0,0xd6,0x77,0xa9,0x35,0x83,0x2b,0x38,0x3d,0x62,0xf7,0xf3,0xf3,0xfb, + 0x8c,0x33,0xa9,0x46,0x62,0x10,0x7c,0x41,0x4d,0xff,0xd3,0x38,0xed,0x0,0x42,0xdf, + 0xbe,0xde,0x37,0xfa,0xf9,0xf6,0x1a,0xc7,0x71,0xb0,0x8,0x3,0x83,0xe5,0x73,0x5, + 0xa6,0xd4,0xc6,0xbd,0x3,0x35,0xe3,0x9e,0xfc,0xab,0x40,0xf5,0xf8,0xf7,0xa0,0xf1, + 0x79,0xdb,0xe7,0x2a,0x8a,0x1c,0x40,0xc0,0xf9,0x5e,0xea,0xe7,0xeb,0xbb,0x45,0x2d, + 0x49,0x41,0x38,0x22,0x88,0x68,0x22,0xab,0xc9,0x2e,0x5,0x67,0x6c,0xc6,0xfb,0x63, + 0x9b,0x3,0x70,0x66,0xdb,0x13,0x36,0xcc,0x6,0xb3,0xfb,0xf7,0xef,0xeb,0x5a,0x40, + 0x35,0x1b,0xfd,0xb2,0x4,0xd5,0x30,0x8b,0x55,0x19,0x24,0xf,0x10,0x30,0xf,0x10, + 0x5b,0xe5,0x1,0x2c,0x20,0x79,0x80,0x88,0x79,0xc0,0x46,0x9a,0x7,0x30,0x1f,0xcd, + 0x25,0x49,0xe2,0x2a,0xab,0xab,0x5f,0xc0,0x10,0x89,0xc7,0x44,0x69,0x1a,0x9a,0x14, + 0x1d,0xc0,0xcc,0x5e,0xbf,0xe,0x36,0x6d,0xd8,0x0,0x46,0x9c,0xd6,0x1e,0x13,0x3f, + 0x72,0xe0,0xe2,0x93,0x65,0x15,0xb3,0x1f,0x34,0x34,0xc7,0x50,0x93,0x12,0x48,0x85, + 0xeb,0xb0,0x90,0x6c,0xd0,0xbd,0xd3,0x19,0xa1,0xb2,0xf2,0x51,0x6f,0x4e,0xdd,0x14, + 0xd,0x1c,0x1f,0x65,0xe6,0x20,0x8,0x53,0x6b,0x72,0x24,0x87,0x9c,0xf3,0xf1,0xc2, + 0xf2,0xf8,0x6c,0x42,0x3d,0x16,0xd2,0x85,0xee,0x61,0xae,0x71,0x93,0x97,0xe0,0x6, + 0x86,0xee,0xd7,0x92,0xd1,0xa3,0xd0,0xdf,0x5f,0xe7,0xc6,0x31,0x6,0xe0,0xdf,0x2c, + 0x82,0x2b,0xa2,0x5b,0xe2,0x59,0x92,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae, + 0x42,0x60,0x82, + // D:/LMS/DBXML/InstructorsAndTrainees/icons/admin.png + 0x0,0x0,0x2,0x93, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x18,0x0,0x0,0x0,0x18,0x8,0x6,0x0,0x0,0x0,0xe0,0x77,0x3d,0xf8, + 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,0x0,0x85,0x0,0x0,0x0,0x85, + 0x1,0xe2,0xec,0xff,0xc1,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,0x2,0x10,0x49,0x44, + 0x41,0x54,0x48,0x89,0xb5,0x93,0xbb,0x6b,0x14,0x51,0x18,0xc5,0x7f,0xdf,0xcc,0xb2, + 0x3b,0x24,0x82,0xf,0x88,0x24,0x22,0x5a,0x49,0xc0,0x58,0xa4,0x51,0x7c,0xe4,0xb1, + 0x6b,0xa3,0x45,0x2c,0x4,0xb1,0x11,0x3,0x96,0x86,0x14,0x6a,0xf2,0xf,0x58,0x59, + 0xa4,0x14,0x6c,0x52,0x18,0xb1,0x14,0xac,0x14,0xb1,0xd0,0xcd,0x9a,0xd8,0x9,0x36, + 0x2a,0x58,0x68,0x23,0xc4,0x48,0x8,0xa,0x66,0x65,0x67,0x77,0x33,0xc7,0x62,0xd7, + 0x30,0xcc,0xcc,0x66,0x67,0x34,0x1e,0x18,0x98,0x7b,0xee,0x3d,0xe7,0x7c,0xdf,0x7d, + 0x40,0x6,0x68,0xb1,0x70,0x41,0x4b,0x85,0x89,0x2c,0x1a,0x4b,0x6d,0xfe,0xca,0x1b, + 0x47,0x2a,0xb7,0x54,0x56,0xb2,0xb1,0x5a,0x25,0x8d,0xce,0x49,0x5d,0x8a,0x74,0xab, + 0x5d,0x90,0x21,0xdd,0x4c,0x2b,0x4b,0xd5,0x81,0x5e,0x78,0x87,0xc9,0xe9,0x13,0xe0, + 0xb6,0xa9,0x0,0xc7,0x8e,0xd8,0x68,0xed,0x73,0x37,0x6d,0xba,0xe,0x72,0x9a,0xe, + 0x99,0xb7,0x74,0x81,0xae,0xa7,0x91,0x76,0xed,0x40,0x6f,0xe8,0xa1,0xea,0x7d,0x1, + 0xed,0x8b,0x4c,0xfd,0xa0,0xe6,0x1f,0xb4,0x73,0x54,0xb7,0xd3,0x77,0xef,0xa0,0x5a, + 0xb8,0x9a,0x60,0xe,0xb0,0x7,0xcf,0xbb,0xd2,0x4d,0x9e,0xd8,0x81,0x96,0xd8,0x4b, + 0x90,0xef,0x7,0xa7,0xf,0xe9,0x1e,0xc6,0x50,0xa2,0x5a,0xbc,0xc7,0x6c,0xa,0x82, + 0x35,0x9c,0xfa,0xaa,0x8d,0xf2,0x3d,0x16,0xa0,0xc5,0xfc,0x45,0xcc,0xae,0x81,0xf5, + 0x83,0x6,0x80,0x3e,0xa0,0xd0,0xad,0xb2,0xe,0xf0,0x81,0x35,0xb0,0xaf,0xa0,0x55, + 0xa4,0xfb,0xa6,0x8a,0xb7,0xde,0x61,0xb,0x76,0x0,0x5a,0x77,0x30,0x2d,0xfc,0x1f, + 0x73,0xc0,0xec,0x81,0x63,0x63,0xfe,0xc,0x70,0x3,0xd0,0xe,0x5a,0xb,0xec,0xb6, + 0x8d,0xf9,0x33,0x5b,0x87,0xac,0x8a,0x37,0x9,0x9a,0x7,0xf2,0xff,0x68,0xde,0x44, + 0x36,0x65,0xc5,0xda,0x3c,0x44,0x6e,0x91,0x2a,0xde,0x59,0xd0,0x63,0x60,0xf7,0x5f, + 0x9a,0x6f,0x20,0x2e,0x5b,0xd1,0x7f,0xf6,0x87,0x88,0x5d,0x53,0x95,0xf3,0xc7,0x70, + 0xec,0x29,0x70,0x28,0xa3,0xf9,0xa,0x4,0x13,0x36,0xde,0x78,0x1b,0x26,0x63,0xf, + 0xcd,0x4a,0xf5,0x77,0x18,0x73,0x19,0xcd,0xc1,0xb8,0x13,0x35,0x4f,0xc,0x68,0x41, + 0x27,0x32,0x7,0x48,0xc7,0x93,0xe8,0xe,0x1,0x76,0x3a,0x73,0x40,0x7,0x4d,0xfc, + 0xc,0x5e,0xef,0xda,0x4f,0xb3,0xf1,0x2d,0x7b,0x0,0x10,0xe4,0x6,0xac,0x54,0x5d, + 0xd,0x53,0xf1,0xe,0x36,0xeb,0xdb,0x55,0xbf,0xd1,0xfe,0x92,0xe1,0x36,0x4e,0x46, + 0xa9,0x78,0x80,0xec,0x4c,0xa2,0x58,0x3c,0xc1,0x75,0x86,0x70,0xdd,0x41,0x4c,0xf, + 0x49,0x7a,0x98,0x41,0x7c,0x9b,0x72,0x9,0x56,0xa7,0x22,0xe3,0xf,0xc8,0xa6,0xad, + 0x58,0x2b,0x87,0xb8,0x49,0x55,0xbc,0x5,0xd0,0x5d,0xe0,0xe8,0x16,0x6b,0xc4,0x2, + 0x12,0xe,0xd9,0xbc,0xf6,0xcf,0x4f,0x60,0x96,0x5e,0x7f,0x38,0x62,0xde,0x5a,0x35, + 0x5e,0x7b,0x49,0xaf,0x3f,0xc,0xcc,0xb6,0xd7,0x86,0xb5,0xa1,0xcc,0x8,0xb4,0x5c, + 0x18,0x64,0x93,0xf3,0xb8,0xee,0x23,0x1b,0xf9,0xb5,0x12,0x2f,0x20,0xe,0x2d,0xf7, + 0x1c,0xa0,0xb9,0x79,0x89,0x1c,0xcf,0x6d,0xc4,0xff,0x18,0x9e,0xfb,0xd,0x26,0x58, + 0xa1,0x26,0xee,0xa,0xda,0xe8,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42, + 0x60,0x82, + // D:/LMS/DBXML/InstructorsAndTrainees/icons/circleGray.png + 0x0,0x0,0x1,0x88, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0, + 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0, + 0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f, + 0xa8,0x64,0x0,0x0,0x1,0x1d,0x49,0x44,0x41,0x54,0x78,0x5e,0xed,0x98,0x41,0xe, + 0x83,0x30,0xc,0x4,0xd3,0xfe,0x8b,0xd7,0xe7,0x61,0xad,0x90,0x6c,0x84,0x2a,0xe, + 0x25,0xde,0x75,0x42,0xb2,0x73,0x31,0x37,0xd8,0x89,0x9d,0x0,0x45,0x8,0x21,0x84, + 0x10,0x42,0x8,0xb1,0x24,0x2f,0xab,0xe9,0xd4,0x5a,0x3f,0x76,0x79,0xb0,0x6d,0x5b, + 0xfa,0xf3,0xa4,0xdd,0xf0,0x2a,0xf0,0x3f,0xb0,0xa5,0xd0,0x5,0xb4,0x6,0xff,0x85, + 0x25,0x82,0x26,0x0,0x15,0xfc,0xc,0x43,0x2,0x45,0x0,0x23,0xfc,0x19,0xa4,0x8, + 0xb8,0x0,0x76,0x78,0x7,0x25,0x1,0x2a,0x20,0x2b,0xbc,0x83,0x90,0x0,0x13,0x90, + 0x1d,0xde,0x89,0x4a,0x80,0x8,0xe8,0x15,0xde,0x89,0x48,0x78,0x5b,0x7d,0x34,0x91, + 0x5,0x8,0xb,0xe8,0xbd,0xfa,0x51,0x42,0x23,0x30,0x5a,0xf8,0x96,0x51,0x98,0x62, + 0x4,0x22,0x34,0x77,0xc0,0xa8,0xad,0x7f,0xb7,0xb,0x96,0xef,0x0,0x9,0xb0,0xba, + 0x2c,0xd3,0x9,0xb8,0xbb,0x37,0x35,0x9,0x78,0xfa,0xd9,0x7f,0x46,0x23,0x60,0x75, + 0x59,0x24,0xc0,0xea,0x34,0xa4,0xbc,0x8,0x45,0xbf,0xc1,0x47,0x42,0x23,0x60,0x75, + 0x59,0x96,0x17,0x10,0x9a,0x65,0xfd,0xf,0x98,0x80,0xf0,0x6e,0x3e,0x4a,0x17,0xb4, + 0x9e,0x4c,0x53,0x74,0x40,0xe4,0x58,0xe,0xb,0x78,0xfa,0x3b,0x1,0xec,0xe1,0x7b, + 0x8d,0x42,0x74,0x1,0xa0,0xab,0x97,0x2d,0x1,0xd1,0x7d,0xf0,0xf6,0xcd,0x92,0x80, + 0x1a,0x3d,0xb8,0x80,0x1d,0xb6,0x4,0xe4,0xbe,0x43,0x11,0xe0,0x30,0x44,0xa0,0x37, + 0x5d,0xaa,0x80,0x1d,0x94,0x4,0x74,0x70,0x87,0x2e,0xc0,0x69,0x15,0xc1,0xa,0xee, + 0xa4,0x9,0xb8,0xe2,0x4a,0xa,0x3b,0xb0,0x10,0x42,0x8,0x21,0x84,0x10,0x42,0x94, + 0x52,0xca,0x17,0xf2,0xa7,0x64,0x3c,0x1e,0xc1,0xc3,0xf9,0x0,0x0,0x0,0x0,0x49, + 0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // D:/LMS/DBXML/InstructorsAndTrainees/icons/circleGreen.png + 0x0,0x0,0x3,0x10, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0, + 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0, + 0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f, + 0xa8,0x64,0x0,0x0,0x2,0xa5,0x49,0x44,0x41,0x54,0x78,0x5e,0xed,0x99,0xbf,0x4b, + 0x1c,0x41,0x14,0xc7,0x47,0xf,0x82,0x45,0x54,0x82,0xa4,0x48,0x71,0x20,0x82,0x58, + 0xd9,0x59,0xda,0x4,0x62,0x63,0x93,0x4a,0x2,0x9,0x1,0x51,0xfc,0xab,0x44,0x11, + 0x24,0x1,0xb1,0xb2,0xb1,0x49,0x20,0x4d,0xca,0x74,0xa9,0x24,0x20,0x81,0x2b,0x52, + 0x84,0x10,0x72,0x6,0x3c,0x85,0xf3,0xc7,0x77,0x9d,0x77,0x2c,0x7b,0xbb,0xcb,0xfc, + 0x78,0x6f,0x76,0x43,0xde,0x7,0x64,0x77,0xf6,0xee,0x84,0xef,0x67,0xde,0xbc,0x19, + 0xee,0x8c,0xa2,0x28,0x8a,0xa2,0x28,0x8a,0xa2,0xfc,0x9f,0x4c,0xd8,0x6b,0x72,0xba, + 0xbb,0xcf,0xfb,0xf6,0x76,0x44,0x6f,0xe7,0xd3,0x8c,0xbd,0x4d,0x46,0x32,0x1,0xc5, + 0xc0,0x13,0x37,0x66,0xda,0xde,0x8e,0xb8,0x9d,0x34,0x17,0xf6,0x76,0x84,0xb4,0x14, + 0x71,0x1,0x14,0xbc,0x2c,0xb0,0xb,0x24,0x45,0x4a,0x84,0x98,0x80,0xd8,0xe0,0x45, + 0x20,0x42,0x42,0x82,0x88,0x0,0x84,0xe7,0xa,0x9e,0x47,0xa2,0x1a,0xd8,0x5,0x48, + 0x85,0xcf,0xc3,0x59,0xd,0xac,0x2,0x52,0x84,0x27,0xb8,0x24,0xb0,0x9,0x48,0x19, + 0x9e,0xe0,0x90,0xc0,0x22,0xa0,0x89,0xf0,0x44,0xac,0x84,0x68,0x1,0x4d,0x86,0x27, + 0x62,0x24,0x4c,0xda,0xeb,0x3f,0xd,0x26,0x0,0x13,0x61,0x87,0x5e,0x44,0x9,0x68, + 0xc3,0xec,0xc7,0x12,0xbc,0x4,0x52,0x85,0xff,0xb8,0xb1,0x9f,0x5d,0x5f,0x1c,0x6f, + 0x65,0xd7,0x3a,0x42,0x96,0x42,0xab,0x97,0x0,0xc2,0x2f,0x3e,0x99,0xcf,0xfe,0x48, + 0x4,0x37,0x41,0x15,0x90,0x62,0xf6,0x3f,0xbf,0x7a,0x67,0xba,0xb3,0xcf,0xec,0xe8, + 0x81,0xde,0x9f,0x1f,0x66,0xf5,0xe8,0x8d,0x1d,0x95,0xe3,0x5b,0x5,0xad,0xac,0x80, + 0x2f,0xaf,0x8f,0xc7,0xc2,0x3,0x3c,0xc3,0x6b,0x9c,0xb4,0x4e,0x0,0x2,0x3e,0x7d, + 0x3c,0x67,0x47,0xe3,0xe0,0x35,0x4e,0x9,0xc9,0x4,0xb8,0xac,0xe1,0xb3,0xcd,0xd3, + 0xda,0xf0,0x4,0xde,0xc3,0xd5,0x13,0x92,0x8,0xa0,0x66,0xf6,0xf5,0xed,0x89,0x7d, + 0x32,0xce,0xf9,0xf6,0x7,0x33,0xf5,0x68,0xca,0x8e,0xaa,0x19,0x5c,0xf,0xcc,0xb7, + 0xdf,0xdf,0x2b,0x77,0x5,0xdf,0x33,0x81,0x77,0x13,0xf4,0x6d,0x80,0x14,0x9e,0x40, + 0x80,0xa5,0x83,0x75,0x3b,0x7a,0x78,0x7d,0x61,0xa6,0x6b,0x3a,0x9d,0x8e,0x7d,0x52, + 0x4d,0xf1,0xb3,0x55,0xf8,0x34,0x42,0x51,0x1,0x65,0x9d,0x1c,0xc,0x87,0x43,0x73, + 0xde,0xef,0x65,0xf7,0x79,0x39,0x75,0xfc,0xfc,0xfb,0xcb,0xac,0xbc,0xdf,0xb0,0xa3, + 0x7a,0x7c,0x4,0x88,0x2d,0x81,0xaa,0x4e,0xe,0x30,0xdb,0xb4,0xbf,0xbb,0x80,0xed, + 0xcf,0x35,0xbc,0x2f,0x22,0x2,0x50,0xd6,0x2e,0xcd,0xcc,0x5,0x97,0xbd,0x3f,0x6, + 0x11,0x1,0x68,0x50,0x68,0x54,0x28,0xf5,0x18,0xf0,0x3f,0x7c,0xc3,0xfb,0x1e,0x84, + 0xc4,0x4f,0x82,0xe8,0xee,0x2e,0xd,0x2e,0xf,0xf5,0x8,0x97,0xf3,0x7f,0x91,0xd6, + 0x9d,0x4,0x17,0xf6,0xd6,0xb2,0xee,0xed,0xa,0xc2,0xe3,0x33,0x21,0xe1,0x43,0x48, + 0x72,0xe,0xc0,0xd6,0xe5,0x22,0x1,0xef,0x41,0xf8,0x94,0x24,0x11,0x0,0x20,0xa1, + 0x7f,0x39,0xf6,0xc3,0xcf,0x8,0x6c,0x73,0x2e,0x7b,0x3c,0x37,0x41,0x2,0xb0,0xc6, + 0xb0,0xd6,0xec,0xd0,0x99,0xe5,0xc3,0x97,0x59,0xd0,0x22,0x3e,0x7b,0x7c,0x1d,0xbe, + 0xeb,0x1f,0x24,0xab,0x0,0x2,0x41,0xf3,0x12,0x24,0xf7,0x78,0x17,0x82,0xbf,0x11, + 0x2,0x31,0xdf,0xb,0xe0,0x94,0x38,0xb8,0xb9,0x62,0x6b,0x76,0x21,0xb3,0xf,0x1a, + 0x13,0xc0,0x49,0x68,0x78,0x10,0xb5,0x4,0x42,0x7b,0x41,0x9b,0x88,0xaa,0x0,0xa2, + 0xc9,0x4a,0x88,0x99,0x7d,0xc0,0x22,0x0,0x34,0x21,0x21,0x36,0x3c,0x60,0x13,0x0, + 0x52,0x4a,0xe0,0x8,0xf,0x58,0x5,0x80,0x14,0x12,0xb8,0xc2,0x3,0x76,0x1,0x0, + 0x12,0x70,0x95,0x10,0xc1,0x19,0x1e,0x88,0x8,0x20,0x38,0xab,0x1,0xc1,0x71,0xe5, + 0xc,0xf,0x44,0x5,0x80,0xd8,0x6a,0x90,0xa,0x4e,0x88,0xb,0x20,0x48,0x44,0x9e, + 0x32,0x29,0x14,0x98,0x90,0xa,0x4e,0x24,0x13,0x50,0x46,0x99,0x14,0xe9,0xc0,0x8a, + 0xa2,0x28,0x8a,0xa2,0x28,0x8a,0xa2,0xdc,0x63,0xcc,0x1d,0xd6,0x13,0x58,0x4c,0xdf, + 0xab,0x80,0x65,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // D:/LMS/DBXML/InstructorsAndTrainees/icons/addTrainee.png + 0x0,0x0,0x9,0xf2, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0, + 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0, + 0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f, + 0xa8,0x64,0x0,0x0,0x9,0x87,0x49,0x44,0x41,0x54,0x78,0x5e,0xe5,0x9b,0x7d,0x50, + 0x54,0xd7,0x15,0xc0,0xcf,0x7d,0xbb,0xfb,0x16,0xd4,0x15,0x4,0x15,0xd1,0xc6,0xa0, + 0xd4,0x62,0x40,0x28,0x7e,0x65,0xd4,0x6a,0x6c,0xed,0x34,0x49,0xd,0x89,0x12,0x5c, + 0x27,0xc6,0xa,0x44,0xa2,0xa6,0xe9,0xd4,0x36,0xd3,0x26,0xb5,0x13,0xcd,0x3c,0x63, + 0x34,0xd1,0xe9,0x24,0x63,0xf2,0x57,0x8,0x51,0x6a,0xb5,0xf1,0x5b,0x8b,0x68,0x26, + 0xa6,0x6d,0x46,0x4a,0xe2,0x27,0xa2,0x22,0xd8,0xf8,0x49,0xb5,0x6,0x8d,0x2,0xa2, + 0x84,0xfd,0x7c,0xef,0xf6,0xdc,0xb7,0xd7,0xad,0x8,0xbb,0xb2,0x6f,0xef,0x4b,0x99, + 0xfa,0x9b,0xb9,0xdc,0x73,0xce,0xdb,0x7d,0xfb,0xee,0x79,0xe7,0x9e,0x77,0xef,0x7d, + 0x17,0x2,0x26,0x93,0x3b,0x47,0xe9,0x6f,0xb1,0xc0,0x44,0x42,0x60,0x14,0xd5,0x60, + 0x28,0xd6,0xa9,0x68,0x1e,0x84,0xa5,0x7,0x16,0x19,0x4b,0x4f,0x2c,0xcd,0x7a,0xa1, + 0xd0,0x44,0x25,0x38,0x2f,0x51,0x72,0x52,0x3,0x5a,0xab,0xf9,0x6d,0xfb,0xb7,0xaf, + 0x7f,0xb5,0x1,0x8f,0x99,0x86,0x29,0xe,0xc8,0x9b,0xab,0x8c,0x91,0x34,0x98,0x85, + 0xe2,0x54,0x2c,0xc3,0x75,0xa3,0x31,0x28,0x96,0x1a,0x4a,0x61,0xaf,0x85,0xc0,0xb6, + 0x4d,0xa5,0xca,0x81,0x80,0x59,0x1c,0xc2,0x1c,0xf0,0xd4,0xdc,0x95,0xe,0xbb,0xe6, + 0x9a,0x87,0xe2,0xb,0x58,0x86,0xe9,0x46,0xf1,0xd4,0x62,0x59,0x3,0x72,0xcc,0x87, + 0x5b,0x8a,0x17,0xb5,0x4,0x4c,0xd1,0x11,0xb5,0x3,0xa6,0x17,0x2a,0xf1,0x32,0x85, + 0x57,0x28,0x81,0x9f,0xa3,0x1a,0x1f,0xb0,0x9a,0xce,0xd,0x8c,0x8d,0x77,0xc0,0x1e, + 0xb3,0x3a,0x5a,0x47,0x18,0x76,0x80,0xa2,0x28,0x52,0x5d,0x3d,0x29,0xa2,0x40,0x97, + 0xa3,0xda,0x2f,0x60,0xfd,0xd6,0x69,0x42,0xc7,0xff,0x6e,0xeb,0x5a,0xe5,0x43,0x94, + 0x59,0x77,0x89,0x18,0x43,0xe,0xc0,0x3e,0x3e,0x14,0xfb,0xf8,0x6,0x14,0xc7,0x5, + 0x2c,0xff,0x73,0x2a,0xf0,0x7a,0xe6,0x6d,0x5a,0xa7,0x9c,0xe6,0x7a,0x97,0x91,0x78, + 0xdd,0x65,0x66,0x3e,0xa7,0xfc,0xc,0x7f,0xac,0x1a,0xc5,0xee,0xd2,0x78,0xc6,0x23, + 0x9a,0x4,0x47,0x66,0x14,0x2e,0x75,0x72,0xbd,0xcb,0x74,0x39,0x2,0xf4,0x90,0xff, + 0x17,0xac,0xc2,0x8c,0xfc,0x1b,0x6e,0xea,0xae,0xbc,0x9d,0x91,0x2,0x2f,0xe3,0xf5, + 0x6a,0x5c,0xf,0x4b,0x97,0x1c,0xe0,0x74,0x2a,0x32,0x3e,0xad,0xd7,0xa2,0xf8,0x6c, + 0xc0,0xd2,0xbd,0xc1,0x46,0x6d,0x8c,0x97,0x93,0xf3,0x8b,0x8b,0x17,0xf8,0xb8,0x29, + 0x24,0xf7,0x74,0xc0,0xfc,0xf9,0xef,0xdb,0x9a,0x3d,0xd,0xdb,0xf1,0x93,0x39,0xdc, + 0x14,0x15,0x38,0x10,0x6a,0x95,0x6d,0xd6,0x4b,0xb2,0x2c,0xbb,0x64,0xbb,0xd5,0xcb, + 0x6c,0x5e,0x8f,0x5f,0xf6,0x7a,0xbd,0xb1,0x5e,0xaf,0x3a,0x18,0x93,0x2a,0x1b,0x18, + 0x89,0x60,0x57,0xab,0x23,0xc1,0xf9,0xf1,0x7b,0xb,0x3d,0x5c,0xef,0x94,0xb0,0xe, + 0x70,0x3a,0x37,0x5b,0x48,0xcf,0xba,0xf5,0x98,0x5e,0x9f,0xe1,0x26,0x43,0xd8,0xed, + 0xb6,0xba,0xf1,0xf,0x67,0x5c,0x1f,0x3f,0x3e,0x73,0x70,0x72,0xff,0xf8,0x14,0x6e, + 0xee,0x94,0x2b,0x57,0x1a,0xeb,0x3f,0x3f,0x50,0x77,0xf1,0xc0,0xa1,0x93,0xfd,0x3c, + 0x5e,0xff,0x43,0xdc,0x6c,0x8,0xec,0xae,0x1f,0x6d,0xfd,0xa3,0x32,0x9b,0x89,0x1, + 0x4b,0x47,0xc2,0x3a,0x60,0x46,0x81,0xf2,0x36,0xde,0xb1,0x97,0xb8,0x1a,0x31,0x16, + 0x8b,0x54,0x5f,0x30,0xfb,0xf1,0xa6,0xec,0xac,0xd4,0x51,0xdc,0x14,0x11,0x47,0x8f, + 0x9d,0xa9,0x5a,0xff,0xd1,0xa7,0x7d,0xfd,0xaa,0xfa,0x20,0x37,0x45,0xc,0xb6,0x7c, + 0xe5,0xd6,0x52,0x65,0x11,0x57,0x3b,0x10,0xd2,0x1,0x33,0xb,0x94,0x99,0xf8,0x8c, + 0xdd,0xc4,0xd5,0x88,0x71,0xf4,0x8a,0x3d,0xba,0xf8,0xf7,0x5,0xdf,0x8b,0xb5,0xdb, + 0x7a,0x71,0x93,0x21,0xda,0x5c,0xde,0x9b,0xcb,0x57,0xae,0x3b,0x77,0xab,0xd5,0x35, + 0x92,0x9b,0x22,0x6,0x9d,0x30,0xb,0x9d,0xb0,0x91,0xab,0xed,0xe8,0xd4,0x1,0xce, + 0xb9,0xcb,0xd2,0x40,0x55,0x8f,0xe0,0x51,0x43,0x17,0x6f,0xb3,0x5a,0xcf,0xae,0x58, + 0x5a,0x94,0x6c,0xb7,0xcb,0x42,0xfa,0xb3,0xcb,0xe3,0x6b,0x7d,0x55,0x29,0xb9,0xea, + 0xf7,0xf9,0xd9,0x44,0xca,0x8,0x2d,0x16,0x80,0xec,0x8d,0xa5,0x4a,0x3d,0xd7,0x83, + 0x74,0x36,0xe,0x20,0xa0,0xa9,0x1f,0x18,0x6d,0x3c,0xa3,0xa8,0xf0,0xa7,0x6d,0xa2, + 0x1a,0xcf,0x60,0x51,0x54,0x34,0xe7,0xf1,0x6f,0xb8,0x6a,0x84,0x38,0x95,0xc2,0x9f, + 0xd8,0xa3,0x9c,0xeb,0x41,0x3a,0x18,0x9c,0x5,0xa,0x9b,0xd0,0x4c,0xa,0x68,0x91, + 0x63,0xb3,0x59,0x4f,0xa7,0xf,0x4f,0xc9,0xe2,0xaa,0x30,0x32,0xd2,0x87,0x64,0xc9, + 0x76,0xdb,0x3f,0xb9,0x1a,0x39,0x4,0x26,0xd6,0xd6,0x43,0x3e,0xd7,0x82,0xb4,0x73, + 0x0,0x9b,0xd8,0xe0,0x7,0xdf,0xe2,0xaa,0x21,0x46,0x67,0xf,0x33,0x6d,0xfe,0x9e, + 0x3d,0x22,0xf5,0xa,0x17,0x8d,0xf2,0xe6,0xec,0xd9,0x4a,0x6f,0x2e,0xeb,0xb4,0x73, + 0x80,0x15,0xc8,0xaf,0xb0,0xea,0x13,0xd0,0x8c,0x91,0x36,0xec,0x1,0x61,0xa1,0x7f, + 0x37,0x69,0x69,0x51,0x9f,0x7b,0x80,0xc7,0x6,0xbf,0xe5,0xb2,0x4e,0xd0,0x1,0xce, + 0xf9,0x6f,0xc5,0x11,0xa0,0xcc,0x1,0x51,0xd1,0xb3,0x57,0x8c,0x9d,0x8b,0xc2,0x71, + 0xf4,0x88,0x8d,0xe1,0xa2,0x61,0x30,0xeb,0xff,0xc2,0xf9,0xa2,0x12,0xcc,0x6f,0xff, + 0x8d,0x0,0xaf,0xbb,0x8,0xff,0x46,0x75,0xf7,0x4d,0xa7,0x43,0xc6,0x32,0x44,0x2, + 0xb4,0x11,0xd6,0x56,0x9d,0x3b,0x4f,0x19,0x34,0xfe,0xff,0x43,0xd9,0xaa,0x95,0x8e, + 0xee,0x0,0x67,0xfe,0xeb,0xe3,0xb1,0x4a,0x67,0xf2,0x7d,0xc2,0xf0,0xbc,0xfc,0xd7, + 0xf5,0x81,0x95,0xee,0x0,0x62,0xd1,0xf2,0x58,0x7d,0x3f,0x61,0xb1,0x68,0xfa,0xfc, + 0x46,0x77,0x0,0x4e,0x1a,0x1e,0x65,0xf5,0xfd,0x4,0xb6,0xf9,0x9,0x56,0x4b,0xce, + 0x42,0x65,0x0,0xd6,0x23,0x98,0x72,0x9f,0x91,0x9e,0x9b,0xbf,0x22,0x51,0xc2,0x89, + 0xc2,0x4,0x54,0xc2,0xce,0xa,0xbb,0xc,0x5,0x7f,0x5c,0x7c,0x9c,0x83,0x6b,0xc2, + 0xd1,0xcf,0x8d,0xbf,0xc1,0xd5,0x68,0x21,0x16,0x8b,0x6f,0xa2,0x44,0xa8,0xb8,0xbb, + 0x9f,0x99,0x91,0x52,0x79,0xaf,0xf9,0x7e,0x34,0xb0,0x73,0x67,0x65,0xe,0xad,0xe4, + 0x6a,0xd4,0xe0,0xb8,0x67,0x94,0x84,0xf3,0x7d,0x61,0xe,0xf8,0xc1,0x84,0xcc,0x4, + 0x2e,0x9a,0xc6,0x94,0xc9,0xa3,0x92,0xb8,0x18,0x35,0xec,0x55,0x1d,0xeb,0x2,0x43, + 0xb9,0x1e,0x35,0x71,0x71,0x8e,0xa8,0xe6,0xfe,0x5d,0xc1,0x1e,0x23,0xb,0x1b,0x69, + 0x12,0x9,0x52,0xd9,0x53,0xa0,0x7b,0x8f,0xfe,0xcc,0x84,0xc2,0x20,0xe6,0x0,0xd3, + 0xc3,0xb6,0xdb,0x42,0xa1,0x87,0x84,0x7f,0x4c,0xf,0xdb,0x6e,0xb,0x81,0x58,0x9, + 0xff,0x84,0x5d,0x36,0x8e,0x84,0x36,0xb7,0x5b,0xd8,0xb9,0x42,0xd1,0xda,0xda,0xd6, + 0xc6,0x45,0x11,0xc8,0xac,0xb,0x8,0x3b,0x61,0x65,0xe5,0x89,0xab,0x5c,0x34,0x8d, + 0x8a,0xca,0xe3,0x8d,0x5c,0x8c,0x1e,0xa,0x2d,0x42,0x1d,0x50,0x7d,0xfc,0xec,0xb8, + 0xaa,0x63,0xa7,0xab,0xb8,0x2a,0x9c,0x7d,0x15,0xc7,0xf,0xd4,0xd4,0x5e,0x10,0xf7, + 0x4e,0x92,0x40,0x23,0xcb,0x1,0xd7,0xb8,0x2a,0x82,0x98,0x3f,0x6f,0xfa,0x6b,0xbb, + 0x25,0x27,0x51,0x14,0xaf,0x29,0xdf,0xb7,0xad,0xac,0x82,0x35,0x5e,0xe4,0x82,0x4b, + 0x23,0x1b,0x7,0x18,0x5f,0x68,0xec,0x4,0x9f,0x4f,0xfd,0x6e,0x63,0x63,0xcb,0x57, + 0x5c,0x15,0x2,0x9e,0xd3,0x55,0x5b,0x57,0x2f,0x7c,0xa1,0x15,0xc7,0xff,0x17,0x25, + 0x9c,0xf,0x7e,0xc9,0x75,0x51,0x90,0x8f,0xf7,0x1e,0x8a,0xf8,0x3d,0x7d,0x38,0x3e, + 0xab,0x38,0x5a,0x45,0x81,0x9a,0x30,0x5e,0x21,0xc7,0x58,0x17,0xa8,0xe3,0x9a,0x30, + 0xaa,0xaa,0x4f,0xa7,0xf9,0x55,0x55,0xc8,0x13,0x81,0x22,0x9f,0xfe,0xbd,0xca,0x94, + 0xb1,0x8a,0xa6,0xc1,0x9,0x49,0x55,0x81,0x4d,0x2e,0xba,0xf4,0x2e,0xbd,0xab,0xa8, + 0x9a,0x96,0x5c,0xb6,0x67,0xff,0x41,0xae,0x46,0xc5,0xde,0xbf,0x55,0x7d,0xe1,0xf1, + 0xf8,0xcc,0x58,0xad,0xa2,0x44,0xa2,0xd5,0xfa,0x34,0xd8,0x59,0xa8,0xb0,0xcc,0x6d, + 0xe8,0x5,0x66,0x28,0x88,0x24,0x5d,0x5d,0xb5,0x6c,0x9e,0xc3,0x6e,0x97,0xd9,0x7e, + 0x40,0x43,0xb8,0xdc,0xde,0x5b,0x8b,0x96,0x14,0xbb,0x30,0x8,0xfa,0x73,0x53,0x3b, + 0x68,0xac,0x17,0xd4,0x1,0x2d,0xa0,0x26,0xdd,0x4,0xad,0x87,0x17,0xd3,0xa3,0xfe, + 0xb6,0x1d,0xc0,0x23,0x83,0xf4,0xd,0x96,0xaf,0x7b,0x83,0xb5,0x21,0x1e,0x88,0xdb, + 0x16,0xb0,0xb7,0xe7,0xd8,0x96,0x52,0x65,0xa4,0xbe,0x22,0x84,0x53,0xe2,0x4f,0x74, + 0x93,0x40,0xa8,0xa6,0x25,0xbd,0xbf,0xa6,0xfc,0x30,0x57,0xd,0x51,0xb2,0xb6,0xbc, + 0xba,0xb3,0xc6,0xd3,0x18,0x2f,0x78,0xb3,0x2e,0x82,0xeb,0xc7,0x75,0xe0,0xcd,0xfc, + 0x37,0xa8,0xfd,0x6f,0x2,0xed,0xe5,0x6,0x6a,0xd3,0x2,0x5,0x65,0xe6,0x14,0x1f, + 0x1e,0x73,0x3d,0x7a,0x12,0x3c,0x63,0xea,0x75,0x67,0xdd,0x9,0xe6,0x94,0x5d,0xac, + 0xe,0x38,0x80,0x48,0x3b,0x58,0x2d,0x9a,0xb3,0xe7,0x2e,0x4f,0x3a,0x71,0xf2,0xdc, + 0x71,0xae,0x46,0xc4,0x17,0x7,0xeb,0xe,0x9d,0xc1,0xef,0x73,0x35,0x8,0xbb,0xe3, + 0xae,0x29,0xa7,0xc0,0x9f,0x82,0xe3,0x21,0xf6,0xc,0xeb,0x2,0xea,0xc0,0x66,0x70, + 0xfd,0xe8,0x94,0xfe,0xdd,0xdb,0x50,0x9,0xca,0x58,0xad,0x3b,0x60,0x53,0xe9,0x6b, + 0x87,0xf1,0x99,0xc0,0x36,0x3e,0x89,0x46,0x3a,0x5c,0x7d,0x9a,0x6d,0x83,0x8d,0x98, + 0x43,0x47,0xea,0xdc,0x58,0xb5,0x5b,0xa9,0xf2,0xf,0xb9,0x6,0x9e,0x87,0xcf,0x3, + 0x58,0xd,0xa4,0x2c,0xfc,0xe,0xfb,0x2e,0x3b,0x7,0x36,0xbf,0x76,0xdb,0x9a,0xa5, + 0xfa,0x80,0x4d,0x77,0x40,0x0,0xf2,0x1,0x17,0xba,0x25,0x2c,0xcc,0xbd,0x23,0x2e, + 0x73,0xcd,0x38,0xac,0xcb,0xf8,0x86,0x37,0xec,0x43,0x51,0xf,0x9f,0xa0,0x3,0x64, + 0x2f,0x65,0xfb,0xfe,0x6e,0x4,0xb4,0xee,0x5,0xeb,0xf3,0x9e,0x31,0x17,0xf4,0x64, + 0x15,0x8a,0xf2,0xdc,0x9d,0xed,0x4a,0x38,0x7c,0xc3,0xbe,0x9e,0xf3,0xd8,0xb6,0xa7, + 0x93,0x99,0x1c,0x74,0xc0,0x86,0xd,0xca,0x4d,0xac,0x56,0x6,0x34,0x71,0xdc,0x11, + 0x62,0x86,0xf1,0xa5,0x5d,0x31,0x16,0xf6,0xa1,0x20,0xd4,0x61,0x5,0xbf,0xc2,0xc4, + 0x76,0xd7,0xe7,0x96,0xe1,0x5d,0xac,0x84,0xe,0x63,0xfb,0xf7,0x8d,0xb7,0x70,0x31, + 0x22,0x12,0xe2,0x1d,0xfa,0xed,0x66,0xd9,0xdb,0x3f,0xb8,0x49,0xb7,0x9,0x85,0x90, + 0xb9,0x39,0x9b,0x73,0xf4,0x15,0xa1,0x20,0xbb,0x8a,0x95,0x36,0xcc,0x3a,0x4b,0xb8, + 0x2a,0x82,0xb6,0x49,0x13,0xb3,0xd,0x6d,0x97,0x9f,0x3c,0x29,0x7b,0x20,0x56,0x54, + 0xcf,0xdc,0x61,0x42,0x3f,0xa,0xac,0xd4,0x62,0x99,0xd6,0x21,0x42,0x37,0x97,0x2a, + 0x6c,0x43,0xa4,0x88,0x71,0x81,0x7b,0xc6,0xf4,0xc9,0xc7,0x7b,0x3b,0x62,0xd,0x6d, + 0xa4,0x7e,0x70,0x70,0xd2,0xb0,0x31,0xa3,0xd2,0x2a,0xd4,0x24,0x21,0xbb,0xe2,0x3b, + 0x87,0xc0,0xd4,0x4e,0x5f,0x88,0x38,0xf3,0xdf,0x18,0x4,0x92,0xbf,0x6,0x45,0x43, + 0x13,0x90,0xb8,0xb8,0x5e,0x87,0x17,0x14,0xe5,0x24,0x7c,0x67,0x60,0x3f,0xa3,0x9b, + 0x9a,0x82,0xfc,0xba,0xf2,0x25,0x4f,0xab,0xd6,0xd2,0x6e,0xa,0x7c,0xaf,0x24,0x17, + 0x8a,0x9c,0x1d,0xd3,0xb9,0x14,0x0,0x1b,0xff,0x65,0xa7,0x39,0x6a,0xcb,0xba,0xc5, + 0x97,0xf1,0xe8,0x7c,0x14,0x23,0x8a,0xbd,0x18,0xd9,0x76,0xea,0xf9,0x82,0x27,0x8e, + 0x2d,0x5b,0xf2,0xdc,0x58,0x11,0x8d,0x67,0x78,0x89,0xdb,0xb4,0xd,0x17,0x2a,0x4, + 0x56,0x85,0x3b,0x65,0xcb,0x5a,0x65,0x2b,0x25,0xf0,0x1a,0x57,0xc3,0x22,0x49,0xe4, + 0xab,0x9f,0x4c,0x19,0xfd,0x8f,0x95,0xcb,0x17,0xa4,0x65,0x65,0xe,0xcd,0xe6,0x66, + 0x21,0xb0,0x45,0x4b,0xb3,0xc0,0xc6,0x6b,0x21,0x1d,0xc0,0xd8,0xba,0x56,0x79,0x3, + 0x7f,0xbf,0x98,0xab,0x1d,0x20,0x40,0x9a,0xc7,0x8d,0x7d,0x68,0xdf,0x1f,0x56,0xbc, + 0x90,0xf8,0xe4,0xd4,0x9,0x93,0x8,0x8e,0xa9,0xf9,0x21,0x61,0xc4,0xc9,0x71,0x5c, + 0x32,0x85,0xcb,0xf7,0x74,0x2f,0xdb,0x2c,0xdd,0xe4,0x6b,0x58,0x8f,0x89,0x78,0x26, + 0x37,0x31,0x5c,0x19,0xe9,0x29,0x7,0xf3,0x67,0x3d,0x36,0x32,0x36,0xd6,0xdc,0x2b, + 0x5c,0x5d,0xf3,0xe,0xd4,0x34,0xb3,0x74,0x14,0x9e,0xbb,0xf3,0xc2,0xdd,0xfd,0x3d, + 0x4,0xbb,0xef,0x79,0xc7,0xd8,0x96,0x73,0xd2,0x9a,0xfe,0x2c,0x3a,0xa0,0x84,0xe9, + 0x9,0x7d,0x7a,0x1f,0x54,0x16,0x17,0xde,0x58,0x30,0xf7,0xc9,0x1f,0x9a,0xdd,0x78, + 0x46,0x66,0xe2,0xf7,0xb9,0x24,0x1e,0x2,0xb4,0x3c,0x92,0xe,0x46,0xde,0x2b,0xd9, + 0xf1,0xf2,0x8c,0xe9,0x8f,0xb0,0x7d,0x84,0xe6,0x75,0xcc,0xbb,0x68,0xf6,0x34,0xc3, + 0xa2,0x43,0xaf,0x80,0x4a,0x31,0x65,0x85,0xc1,0x40,0x4,0xf8,0x89,0x5f,0x4d,0x89, + 0xa4,0xcf,0xd2,0x5f,0x3e,0x9f,0xbb,0xa,0xbd,0x96,0x8b,0xad,0xff,0xd6,0xe6,0xc, + 0x7d,0xec,0x7d,0x60,0x42,0xd2,0x44,0xae,0x89,0x3,0x1f,0x6f,0x25,0xe5,0x33,0xcb, + 0x2f,0x47,0x9c,0xb4,0x6,0xf4,0xed,0xfb,0x17,0xa2,0x5a,0xc6,0x60,0x10,0x7c,0xc6, + 0x4d,0xa6,0x33,0x2d,0x65,0x1a,0xc4,0x58,0xa2,0xde,0x22,0x78,0x27,0x2d,0xe0,0xf7, + 0x2d,0x65,0x82,0xe1,0x50,0xa6,0x94,0x92,0xab,0x4d,0x4d,0x45,0x58,0xaf,0xc0,0xd3, + 0x98,0xfe,0x6f,0x73,0x27,0x9b,0x6a,0xe0,0xdd,0xda,0xd5,0xa0,0xd1,0xa8,0x27,0x45, + 0x1a,0x5,0x32,0x6d,0xcf,0xd3,0x3b,0xcb,0x99,0x62,0xf8,0xb1,0x85,0x8f,0x3c,0x3a, + 0x20,0x31,0xb1,0xc4,0x4a,0x69,0x2a,0xba,0x91,0xcd,0xac,0xd8,0x6c,0xd2,0x34,0x46, + 0x24,0x64,0xc2,0x33,0xa9,0xb3,0xd8,0xef,0x72,0x8b,0x21,0xb0,0xf1,0xb0,0xf0,0x76, + 0xe3,0x19,0xc2,0x92,0xd9,0xb5,0x6b,0xd7,0x1c,0x3e,0xb0,0xcc,0x42,0xbf,0x2c,0x44, + 0x35,0x23,0x60,0x15,0xb,0x5e,0xfc,0x99,0x3d,0x97,0xf6,0x7c,0xbe,0xf3,0xc2,0xb6, + 0x3c,0xa,0x34,0xd2,0xbd,0x48,0x2d,0x18,0xb6,0xb3,0x77,0xe7,0x95,0xed,0xe6,0xba, + 0x8e,0xf0,0x6c,0xce,0xba,0x46,0xc3,0xf5,0xeb,0xa3,0xf1,0x56,0xe5,0xe1,0x40,0xe9, + 0x29,0x34,0x45,0xbb,0xa4,0x5d,0x87,0x8d,0x2d,0xc3,0xb,0xdd,0x8e,0x11,0x77,0x84, + 0x45,0x5e,0x4e,0x59,0x4e,0x5f,0xf0,0x5b,0x96,0xa0,0x43,0x5e,0xc4,0xe3,0xd6,0xc0, + 0xc7,0x42,0xe2,0xc7,0x8b,0x5a,0xe3,0x7,0xab,0xf2,0x49,0xde,0xf6,0xe,0x3b,0xd9, + 0x85,0x3b,0xe0,0x6e,0x1a,0x1a,0x6e,0xf5,0x23,0x56,0xf7,0x78,0x20,0xd2,0x58,0x8d, + 0x40,0x2a,0x8e,0x27,0xd8,0x96,0x1c,0xb6,0xcf,0x87,0x8d,0x21,0x6e,0xef,0x4d,0x68, + 0xc5,0xc2,0xba,0xd0,0x15,0x1c,0x7e,0x9f,0x97,0x28,0x9c,0x3,0xaa,0x1d,0xa6,0xfe, + 0x98,0xfd,0xc9,0xc9,0x8e,0x90,0xef,0x2e,0xd9,0x7c,0x9e,0xda,0xac,0xe8,0x64,0x9a, + 0x83,0xe1,0x31,0x4,0xb3,0xc3,0x3,0xcc,0x8e,0xfd,0xfa,0x12,0x56,0xe7,0xf1,0x26, + 0xec,0x26,0x3e,0x7f,0x19,0xcb,0xf6,0xcc,0xde,0x11,0x80,0xff,0x0,0x1b,0x2c,0x20, + 0x39,0x98,0x87,0x14,0xff,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60, + 0x82, + // D:/LMS/DBXML/InstructorsAndTrainees/icons/archive.png + 0x0,0x0,0x5,0xd8, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0x1,0xd8,0x0,0x0,0x1,0xd8, + 0x1,0xfa,0x5c,0xa6,0x72,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,0x5,0x65,0x49,0x44, + 0x41,0x54,0x78,0x9c,0xed,0x9a,0x7b,0x6c,0x53,0x65,0x18,0x87,0x9f,0xde,0xd6,0xd6, + 0xb6,0x43,0x2a,0xdb,0x8,0x33,0xb3,0x2b,0x2e,0x71,0x83,0xd,0x4,0x26,0x2e,0x9a, + 0xa0,0x84,0x4b,0x7,0x63,0x20,0x28,0x86,0x45,0x62,0x2,0x38,0x4d,0xbc,0x20,0x42, + 0x14,0xa2,0x91,0x4,0x21,0xfe,0xa9,0x8e,0xc,0x14,0x2f,0x51,0x44,0x20,0x91,0x8, + 0x83,0x85,0x30,0xd1,0x89,0x98,0x49,0x90,0x8b,0xd0,0x8d,0x28,0x97,0x30,0x60,0x5c, + 0xb6,0x26,0xdc,0xba,0x49,0x97,0xb4,0x67,0xf5,0x8f,0x6e,0x4b,0xa9,0x74,0xe7,0xb4, + 0xe7,0x74,0xa7,0x73,0x7d,0x92,0x2f,0x3d,0x3d,0xe7,0xbb,0xbc,0xbf,0xf7,0xbc,0xdf, + 0xd7,0xb7,0xe7,0x3b,0x90,0x22,0x45,0xa,0x5,0x98,0x5,0xd4,0x3,0x1d,0x40,0x30, + 0xc1,0xa5,0xa3,0x7b,0xac,0xb2,0x7e,0x51,0x26,0x81,0x35,0x24,0x5e,0x74,0xb4,0xb2, + 0x46,0xae,0xf1,0x1a,0x99,0xed,0x5d,0xc0,0x5e,0xbd,0x5e,0xaf,0x71,0x4d,0x9f,0x46, + 0xf1,0x84,0xf1,0xa4,0xa7,0xa7,0xcb,0xb5,0xa9,0x4f,0xbc,0x5e,0x2f,0x47,0x8e,0x1e, + 0x63,0x5f,0xdd,0x8f,0x4,0x2,0x81,0x20,0x50,0xa,0xd4,0xc5,0xdb,0x9f,0x4e,0xa6, + 0x3d,0x55,0x40,0xde,0xec,0xf2,0x32,0x9e,0x7e,0x6a,0x12,0x46,0xa3,0x51,0x66,0x77, + 0xe2,0x18,0x8d,0x46,0x9c,0xb9,0xb9,0x18,0x8d,0x69,0xfc,0x7d,0xfa,0x8c,0x6,0xb0, + 0x3,0x5b,0x13,0x3e,0x70,0x4,0xa5,0xc0,0x5e,0x20,0x80,0x7a,0xe1,0xdf,0x53,0x2, + 0xdd,0xb6,0xb8,0x12,0xaa,0x38,0x8c,0xd5,0x40,0x57,0x2,0x5,0xc5,0x5b,0xba,0xba, + 0x6d,0x8b,0x89,0x58,0xd7,0x0,0x17,0xb0,0xd7,0x60,0x30,0x68,0x16,0xbe,0x50,0xc1, + 0x94,0xc9,0x93,0xb1,0xdb,0x87,0xc6,0x3a,0xa6,0xa2,0xdc,0xb8,0x71,0x93,0x9f,0xea, + 0xeb,0xf9,0x76,0xcb,0x56,0xfc,0x7e,0x7f,0xcc,0x6b,0x42,0xac,0x6b,0x40,0x15,0x90, + 0x57,0xb9,0x64,0x31,0xf3,0xe6,0xce,0xc1,0x6c,0x36,0xc7,0xd8,0x5c,0x79,0xcc,0x66, + 0x33,0xa3,0xa,0xa,0x30,0x99,0x4c,0x1c,0x3b,0xfe,0x67,0xc2,0xd6,0x84,0x99,0xc0, + 0x2f,0x80,0x80,0xfa,0xa1,0x2e,0x56,0x4,0x42,0x79,0xc2,0xc,0xa5,0xc4,0xbf,0x4f, + 0x72,0xce,0x79,0x29,0x6b,0xc2,0xbb,0x62,0xe2,0xc4,0xd6,0x80,0x39,0xc0,0x4e,0x83, + 0xc1,0xc0,0x5b,0xcb,0x96,0x32,0x67,0xf6,0x2c,0xb2,0x32,0x33,0xc5,0xfa,0x54,0x95, + 0x36,0x8f,0x87,0x9d,0xbb,0x76,0xf3,0xd1,0xc7,0x55,0xf8,0xfd,0x7e,0x80,0x72,0x60, + 0x4f,0xb4,0xfa,0x62,0x6b,0xc0,0xa7,0x80,0x63,0xc5,0xf2,0x65,0xbc,0x52,0xb9,0x4, + 0xab,0xc5,0xa2,0xa0,0xa9,0x89,0xc1,0x6a,0xb1,0x30,0x61,0xfc,0x38,0xc,0x6,0x3, + 0xd,0xbf,0x1f,0x2,0x18,0xe,0x7c,0x13,0xad,0xbe,0x58,0x4,0x74,0x0,0x96,0x43, + 0xd,0xbf,0x26,0xfd,0x9d,0x8f,0xa4,0xcd,0xe3,0xa1,0xe4,0x89,0x49,0x10,0xd2,0x60, + 0x8b,0x56,0x4f,0x2b,0xd2,0x8f,0x5,0x18,0x70,0xe2,0xe1,0x2e,0x9b,0xad,0x7d,0xd5, + 0x13,0x73,0xc0,0xff,0x9e,0x94,0x3,0xd4,0x36,0x40,0x6d,0xf4,0x72,0x3b,0x68,0x6b, + 0xf3,0x70,0xf2,0xa4,0x1b,0x5f,0x67,0x67,0x4c,0xed,0x4c,0x66,0x33,0x63,0x8b,0xa, + 0xc9,0xca,0x52,0x77,0x7d,0x91,0x1d,0x1,0x27,0xdc,0x8d,0x31,0x8b,0x7,0xe8,0xf4, + 0xf9,0x38,0xe9,0x76,0xcb,0x1d,0x5e,0x36,0x83,0x7e,0xa,0xc8,0x76,0xc0,0xd8,0xa2, + 0x42,0x4c,0x71,0xfc,0x29,0x32,0x9b,0x4d,0x8c,0x19,0x53,0x24,0x77,0x78,0xd9,0x88, + 0x25,0x42,0x41,0x80,0xf3,0x67,0xff,0xea,0x7,0x53,0x94,0xc7,0x99,0x97,0xdf,0x73, + 0x18,0x55,0x67,0x6a,0xa,0xa8,0x6d,0x80,0xda,0xc,0x7a,0x7,0x28,0x92,0x7,0x9c, + 0x70,0x37,0xd2,0xe9,0xf3,0x29,0x61,0x8f,0x64,0x94,0xca,0x23,0x14,0xc9,0x3,0xfa, + 0x5b,0x3c,0x28,0x97,0x47,0xc,0xfa,0x29,0xa0,0x5a,0x1e,0x20,0x17,0xa5,0xf2,0x88, + 0x54,0x1e,0xd0,0x3f,0xa6,0x24,0x2f,0x83,0xde,0x1,0xd1,0x42,0xa3,0x14,0x78,0x3, + 0x89,0xfb,0x6d,0x3a,0x9d,0x8e,0xec,0xec,0x6c,0x5c,0xd3,0xa6,0x52,0xf9,0xd2,0x22, + 0xec,0x76,0xbb,0x62,0x6,0x86,0x73,0xfd,0xfa,0x75,0x36,0x7d,0xf1,0x15,0x75,0x75, + 0xfb,0xb9,0x72,0xf5,0x2a,0x82,0x20,0x48,0x6d,0xba,0xf,0xf8,0xa4,0xfb,0xf3,0x2e, + 0xee,0xe5,0x80,0xf,0x8,0x3d,0x4f,0x8f,0x6b,0xeb,0x3c,0x7b,0xc4,0x8,0x36,0x7f, + 0xfd,0x25,0xb9,0xb9,0x8e,0x78,0x9a,0x47,0xe5,0x7c,0x73,0x33,0xb,0x5f,0x5c,0xc4, + 0xb5,0x6b,0xad,0xf1,0x76,0x11,0x4,0xd6,0x12,0xda,0xe7,0xe8,0x25,0x52,0x64,0x39, + 0x50,0x63,0xd0,0x69,0x79,0xaf,0xac,0x88,0x5,0x13,0x73,0x19,0x3e,0x44,0x7c,0x85, + 0xf,0x74,0x5,0x39,0x75,0xe5,0x26,0x2b,0x77,0x1c,0xa7,0xe1,0x9c,0x87,0xc2,0xc2, + 0xd1,0xfc,0xf0,0xfd,0x76,0x74,0x3a,0xb9,0xbb,0xef,0x21,0x4,0x41,0xe0,0x99,0x67, + 0x9f,0xa7,0xa9,0xe9,0x14,0x4f,0xe6,0x65,0xf2,0xe1,0xbc,0x71,0x8c,0xca,0x1e,0x8a, + 0x5e,0x2b,0x7e,0x8f,0x5a,0x6f,0xfb,0xd8,0x76,0xb8,0x99,0xb5,0xb5,0x6e,0xfc,0x42, + 0x17,0x84,0xde,0x66,0xa9,0xed,0xb9,0x1e,0x69,0xe1,0x46,0x20,0x77,0x75,0xf9,0x18, + 0x96,0x4d,0x2b,0xc0,0x6a,0x32,0x48,0x32,0x50,0xab,0xd1,0x30,0x7c,0x88,0x99,0xb9, + 0xe3,0x73,0xd8,0x71,0xec,0x22,0x67,0x2e,0x5c,0xe6,0xa1,0x9c,0x1c,0xf2,0xf3,0x1f, + 0x91,0x2c,0xb2,0x2f,0x76,0xd5,0xec,0x61,0xcb,0x77,0xdb,0x70,0xc,0xb3,0xb2,0x7f, + 0xf9,0x54,0x1e,0xb4,0x5b,0xd0,0x6a,0xa4,0x5,0xa8,0xd5,0x64,0xa0,0x64,0x64,0x6, + 0x69,0x3a,0x2d,0x7,0x4e,0xb7,0x42,0x68,0x9f,0x60,0x73,0xaf,0xed,0x11,0xf5,0x1f, + 0x3,0xa8,0x78,0xdc,0x19,0x97,0xa1,0xf7,0xa5,0xe9,0x59,0x35,0xa3,0x10,0x80,0xf5, + 0xd5,0x1b,0x62,0x99,0xa3,0x51,0x11,0x4,0x81,0xd,0x1b,0x3f,0x3,0x60,0xd5,0x8c, + 0x42,0xcc,0x69,0xf1,0x65,0xef,0x61,0x9a,0x8a,0xc3,0xcf,0x47,0x3a,0x20,0xb4,0xf, + 0x90,0x6e,0x8a,0x6b,0x10,0x80,0xf9,0xc5,0xe,0xf2,0xb2,0xd2,0xb9,0x78,0xf1,0x12, + 0x35,0xbb,0x6b,0xc5,0x1b,0x88,0x50,0xb3,0xbb,0x96,0xf3,0xcd,0xcd,0x38,0x33,0x6c, + 0x3c,0x57,0xec,0x88,0xbb,0x9f,0x30,0x4d,0x77,0x6d,0x92,0x28,0xfe,0x33,0xa8,0xd3, + 0x6a,0x58,0x31,0x7d,0x14,0x0,0x55,0xeb,0xab,0xb9,0x23,0xe3,0x7f,0xc2,0x1d,0x9f, + 0x8f,0xaa,0xf5,0xd5,0x0,0xbc,0x53,0x3a,0x5a,0xd2,0x9c,0x8f,0x95,0x84,0xe4,0x1, + 0xf3,0x8b,0x1d,0x8c,0xcd,0xb1,0x73,0xa9,0xa5,0x85,0xc5,0x4b,0x5e,0xa6,0xa9,0xe9, + 0x54,0x4c,0xd3,0x41,0x10,0x4,0x1a,0x1b,0x9b,0x58,0xb4,0xb8,0x92,0x4b,0x2d,0x2d, + 0x3c,0x9a,0x63,0x67,0xbe,0x8c,0xbb,0xdf,0x17,0x91,0x2e,0xd,0x2,0x78,0xab,0x2b, + 0x64,0x77,0x7c,0xce,0xd3,0x4e,0x79,0x55,0x3d,0x97,0x6f,0xfe,0x23,0xab,0x9f,0x9c, + 0x7,0x2c,0xd4,0xbc,0x36,0x99,0x91,0x99,0x51,0xb7,0xf7,0x24,0x93,0xfe,0x6a,0xef, + 0x7b,0x13,0xbd,0xba,0x13,0x96,0x9,0x3e,0x9c,0x69,0xe3,0xe0,0x4a,0x17,0x4b,0xa7, + 0xe4,0xe3,0xcc,0xb0,0xc5,0x14,0xbe,0x7a,0xad,0x6,0x67,0x86,0x8d,0x37,0xa7,0x16, + 0x70,0xe0,0x6d,0x97,0x22,0xe2,0xa3,0x91,0xb0,0x8,0x48,0x46,0xfa,0x35,0x2,0x6, + 0xa,0x29,0x7,0xa8,0x6d,0x80,0xda,0xa4,0x1c,0xa0,0xb6,0x1,0x6a,0x33,0xe8,0x1d, + 0x20,0x7b,0x5f,0xa0,0xbf,0xb9,0x55,0x52,0x49,0xc0,0x96,0x5,0x80,0xbe,0xbd,0x8d, + 0xfb,0xf,0x6d,0x8a,0xe9,0x7a,0x24,0x3,0x2e,0x2,0x7a,0xc4,0x45,0x1e,0x4b,0xbd, + 0x1e,0xc9,0x80,0x73,0x80,0xd2,0xc,0x38,0x7,0xe8,0xdb,0xdb,0xee,0x79,0x2c,0xf5, + 0xfa,0x7f,0xea,0x47,0x7c,0xef,0x0,0xac,0xad,0xb7,0x7d,0x92,0x1e,0x85,0xa9,0x81, + 0xd8,0x9c,0x8e,0x76,0xfd,0xea,0xad,0x3b,0x3d,0x87,0xde,0xf0,0xf3,0x91,0x11,0x70, + 0x4,0x60,0xeb,0xe1,0xe6,0xb8,0x8c,0x4b,0x66,0xb6,0xff,0x71,0xa1,0xe7,0xf0,0x68, + 0xf8,0xf9,0xc8,0x67,0x82,0x37,0x80,0x5,0xd,0xe7,0x3c,0xa4,0xe9,0xb4,0x38,0x86, + 0x59,0xb1,0x49,0x7c,0x2e,0x98,0xac,0x5c,0xbb,0xed,0xe3,0xf3,0x83,0x67,0x59,0x57, + 0xeb,0xa6,0x2b,0x18,0x4,0x78,0x1d,0x38,0xdb,0x57,0x9b,0x75,0xc4,0xf0,0x5a,0x7a, + 0xc9,0xc8,0x8c,0xa0,0xb7,0xba,0x22,0xe8,0xad,0xae,0x8,0x4e,0x74,0xe,0x53,0xfb, + 0x15,0x79,0xb1,0xb2,0x56,0xaa,0xe3,0xca,0x80,0x9f,0x81,0x76,0x9,0x9d,0x1e,0xc, + 0x6b,0xf7,0x5b,0x12,0x88,0x8c,0x2c,0xed,0xdd,0x5a,0x66,0x4a,0x15,0x9f,0x22,0xc5, + 0x20,0xe2,0x5f,0xfb,0x7e,0xa4,0x7a,0x8b,0x51,0x86,0x9b,0x0,0x0,0x0,0x0,0x49, + 0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // D:/LMS/DBXML/InstructorsAndTrainees/icons/group.png + 0x0,0x0,0xb,0x2e, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 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,0x1,0xd8,0x0,0x0,0x1,0xd8, + 0x1,0xfa,0x5c,0xa6,0x72,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,0xa,0xab,0x49,0x44, + 0x41,0x54,0x78,0x9c,0xdd,0x9b,0x6b,0x74,0x54,0xd5,0x15,0xc7,0x7f,0xfb,0xde,0x79, + 0x64,0xf2,0x20,0x21,0x40,0xa0,0x4b,0x1e,0x49,0xc0,0x44,0x8c,0xca,0x23,0xb5,0x5a, + 0x29,0x3e,0x81,0x5a,0x9f,0x10,0xb0,0x2d,0x2e,0x1f,0x48,0xa,0x8,0x14,0x1f,0x5d, + 0xd8,0xa5,0x6b,0xf9,0x81,0xba,0x56,0xbb,0x56,0xab,0xa2,0xa0,0x24,0x52,0x10,0xb1, + 0x5a,0x60,0x89,0x88,0x8a,0xa5,0x5d,0xe5,0x51,0x97,0x2c,0x6b,0xab,0x22,0x5,0x1, + 0x9,0x90,0x7,0x88,0xf,0x1e,0x21,0xc9,0x4c,0x9e,0x33,0x73,0xef,0xe9,0x87,0x49, + 0x32,0x33,0x49,0x66,0xe6,0x26,0x33,0x13,0x1f,0xff,0x4f,0x33,0xf7,0xec,0x73,0xee, + 0x7f,0xef,0xbb,0xcf,0x3e,0x67,0xef,0x7b,0xae,0x90,0x64,0x8c,0x2e,0xf7,0xe4,0x98, + 0x26,0x57,0x2b,0x8d,0x22,0x4d,0x71,0x11,0x42,0x81,0x52,0x32,0x10,0x54,0x16,0x90, + 0xde,0x2e,0xd6,0x8,0x52,0x2f,0xa2,0xea,0x4c,0xa8,0x40,0x71,0x44,0x13,0xe,0x9, + 0xec,0xa9,0x5c,0x98,0x71,0x26,0x99,0xfc,0x24,0x19,0x83,0xe6,0xaf,0x6a,0xba,0xdc, + 0xd4,0x8c,0xd9,0xa2,0x64,0x2a,0x50,0x14,0xc7,0x7d,0x14,0x70,0x8,0xd4,0x3f,0x45, + 0xd3,0x37,0x56,0xdd,0x9f,0xf6,0x71,0xe2,0x58,0x6,0x90,0x30,0x3,0x8c,0x59,0x59, + 0x3b,0xc0,0xd0,0x9d,0xf3,0x11,0x35,0x17,0x18,0x9b,0xa8,0x71,0x43,0x21,0x70,0x58, + 0x29,0x79,0xc9,0x91,0xd2,0xb2,0xba,0xa2,0x74,0x88,0x27,0x41,0x63,0xc6,0x87,0xe1, + 0x6b,0x1b,0xb2,0x1d,0x5e,0xed,0x41,0x5,0x4b,0x80,0x81,0x9,0xe0,0x64,0x5,0x75, + 0xa2,0x58,0xe9,0x17,0x63,0xc5,0xc9,0x45,0x59,0x75,0xf1,0xc,0xd4,0x77,0x3,0x28, + 0x25,0x79,0x65,0x4d,0x77,0x23,0xea,0x29,0x60,0x48,0x3c,0x24,0xe2,0xc0,0x79,0xa5, + 0xe4,0x89,0x9a,0xb3,0x69,0xcf,0xb1,0x4c,0xcc,0xbe,0xc,0xd0,0x27,0x3,0x8c,0x5e, + 0xd5,0x30,0xc6,0x10,0xed,0x65,0x81,0xab,0xfa,0xd2,0x3f,0x9,0x78,0x5f,0xd7,0x8d, + 0x7b,0x8f,0x2f,0xc8,0xaa,0xec,0x6d,0x47,0xad,0xb7,0x1d,0x46,0x95,0xbb,0x67,0x98, + 0xa2,0x7d,0xf4,0x2d,0x52,0x1e,0x60,0x92,0x61,0xe8,0xfb,0x72,0xcb,0x3d,0xbf,0xec, + 0x6d,0x47,0xeb,0x1e,0xb0,0x4c,0x69,0xf9,0x39,0x8d,0x4f,0x2b,0x78,0xa8,0xb7,0x37, + 0xe9,0x5f,0xa8,0xe5,0xd5,0x67,0x32,0x1e,0xb1,0x3a,0x25,0x2c,0x19,0xa0,0xe8,0x35, + 0xe5,0x68,0xaa,0x6d,0x5c,0x2f,0x8a,0xd9,0xf1,0x91,0xeb,0x1f,0x28,0xd8,0x30,0x48, + 0x4f,0x9f,0xb3,0x77,0x81,0xf8,0x62,0xc9,0xc6,0x34,0x40,0xd1,0x6b,0xca,0xd1,0x74, + 0xd6,0xb3,0x55,0x44,0x6e,0x4a,0xc,0xbd,0xfe,0x82,0xfc,0x2d,0x5b,0x4f,0x9b,0x11, + 0xcb,0x8,0xd1,0x63,0x80,0x52,0xd2,0x7c,0xce,0xb3,0xe6,0xbb,0xa7,0x3c,0x80,0xba, + 0xb9,0xd6,0x6c,0x7c,0x99,0x65,0x2a,0xaa,0x8e,0x51,0x1b,0xf3,0xcb,0x1b,0x97,0x83, + 0xdc,0x93,0x58,0x62,0xfd,0x7,0x51,0xcc,0xce,0xcb,0xf1,0xfc,0x31,0xaa,0x4c,0xa4, + 0x86,0xbc,0x32,0xcf,0x1d,0xc0,0x6b,0x9,0x67,0xf5,0xd,0x40,0x94,0xdc,0x59,0xb5, + 0x38,0x7d,0x63,0x8f,0x6d,0x3d,0x5d,0x1c,0xb3,0xba,0x7e,0xb4,0x61,0xe8,0x7b,0x81, + 0xcc,0xa4,0x32,0xeb,0x3f,0x34,0x18,0x18,0x13,0x4f,0x2e,0xca,0xaa,0xea,0xda,0xd0, + 0x7d,0xa,0x28,0x25,0x7e,0x43,0xff,0xb,0xdf,0x1f,0xe5,0x1,0x32,0x75,0xf4,0xf5, + 0x28,0xd5,0xed,0x81,0x77,0x33,0x40,0x5e,0xb9,0xa7,0xf4,0x5b,0xb6,0xc9,0x49,0x14, + 0x26,0xe7,0x96,0x37,0x75,0x8b,0x67,0x61,0x16,0x19,0xbe,0xb6,0x21,0xdb,0xee,0xd5, + 0x2a,0x80,0xc1,0x56,0x46,0x2c,0xc8,0xd6,0x98,0x73,0xa9,0x9d,0xe2,0x61,0x3a,0x76, + 0x1d,0x2a,0xeb,0x4c,0x36,0x7d,0xe6,0x67,0x77,0x8d,0x1f,0x95,0x20,0xd6,0xa1,0x44, + 0xa7,0xe4,0xd9,0xf8,0xc5,0x58,0x1b,0xf9,0x59,0x1a,0x3e,0x3,0x3e,0xfe,0xda,0x60, + 0xfd,0xa7,0x3e,0x8e,0x9d,0xb7,0x9c,0x6,0x9c,0x51,0x6d,0xfe,0xc2,0x9a,0x87,0x7, + 0xd6,0x77,0x5c,0xb0,0x85,0xb6,0xda,0xdb,0xb4,0x87,0x10,0x6b,0xca,0xcf,0xba,0xc8, + 0xce,0xef,0xaf,0x71,0x62,0xf,0xf1,0xa1,0xdc,0x4c,0x8d,0x1b,0x72,0x6d,0xbc,0x75, + 0xcc,0xcf,0x23,0xbb,0x5b,0xf1,0x47,0xe0,0xa5,0x6b,0x30,0x71,0xa8,0xce,0x88,0x1, + 0x82,0x4d,0x13,0x4e,0x34,0x98,0xec,0x3b,0x6d,0xe0,0x35,0x7a,0x96,0xb7,0x6b,0xf0, + 0xd4,0xf5,0x29,0xdc,0x7a,0x61,0x18,0x5d,0x2e,0xcc,0xd6,0x98,0x59,0x68,0xe7,0xb1, + 0x77,0x5b,0xd9,0x7a,0xd4,0x6f,0x85,0x76,0xe,0x4e,0xdb,0x3,0xc0,0x13,0x1d,0x17, + 0x3a,0x3d,0x60,0xcc,0xca,0xda,0x1,0x86,0xcd,0x51,0x83,0x85,0x94,0x76,0xfc,0x50, + 0x9d,0xcd,0xd3,0x5d,0xe8,0x51,0x16,0xd1,0xe7,0xf7,0x7a,0x59,0xfe,0xa1,0xb7,0x9b, + 0x22,0xa5,0xe3,0x1c,0xcc,0x1b,0x6f,0x67,0x60,0x4a,0xf8,0x74,0xac,0x6f,0x53,0xac, + 0xdb,0xef,0x63,0xf5,0x3e,0x2f,0xbe,0x2e,0x86,0x5b,0x7a,0x85,0x83,0x45,0x13,0x1d, + 0x11,0xef,0x65,0x98,0x30,0x73,0x6b,0x33,0x7,0xce,0x58,0xf2,0x84,0xf3,0xe,0x67, + 0x6b,0x6e,0x47,0x3d,0xa1,0x53,0x5,0x43,0x77,0xce,0xc7,0x62,0x3e,0xff,0xc0,0xf, + 0x1d,0x51,0x95,0x7,0xf8,0xf9,0x58,0x7b,0xd8,0xfc,0xca,0x70,0x8,0xaf,0xde,0xe6, + 0xe2,0xb7,0x57,0x3a,0xba,0x29,0xf,0x90,0xe5,0x14,0x7e,0xf3,0x23,0x7,0x1b,0xa7, + 0xbb,0x18,0xe0,0xc,0xb6,0xb,0x30,0xb3,0xd0,0x1e,0xf5,0x5e,0xba,0x6,0x4b,0x8a, + 0x23,0x1b,0xa8,0xb,0xb2,0x7d,0x6d,0xae,0x79,0x1d,0x7f,0x82,0x6a,0x88,0xba,0xd7, + 0x4a,0x6f,0x5d,0xe0,0xc7,0x17,0xe8,0x31,0xe5,0x36,0x1c,0xf2,0x75,0xc6,0x1,0x1, + 0x56,0x4c,0x4d,0xe1,0xf2,0x1f,0xc4,0xee,0x37,0x71,0xa8,0xce,0xf3,0xd3,0x52,0x3a, + 0x8d,0xa7,0x80,0xbf,0x1e,0x8a,0xb9,0xa5,0xe7,0xaa,0xe1,0x36,0x34,0xcb,0xa9,0x9d, + 0x2a,0xed,0xf8,0xa5,0x41,0xa0,0x86,0x7,0x5c,0x62,0xa5,0xab,0x43,0x7,0x67,0xc, + 0x3d,0x14,0xf0,0xfa,0x91,0x20,0xe9,0x1b,0x47,0xdb,0xb8,0x76,0x64,0x6c,0xe5,0x3b, + 0xf0,0x93,0xe1,0x3a,0xb7,0x84,0xcc,0xf7,0x2d,0x15,0x3e,0xcc,0x18,0x51,0xd5,0x65, + 0xb,0x3c,0x1c,0x2b,0x50,0x70,0xf1,0xa8,0xf2,0xa6,0x9,0xd0,0x6e,0x0,0x53,0x33, + 0x2c,0x67,0x79,0x2d,0x7e,0xf8,0xaa,0x31,0x3a,0x9b,0xca,0x3a,0x93,0x2f,0x43,0x64, + 0xee,0x2a,0x8a,0xee,0xc2,0x3d,0xe1,0xee,0x90,0x3e,0x5f,0x35,0x2a,0x2a,0xeb,0xa3, + 0xcf,0xef,0x2f,0x3c,0xaa,0x5b,0xec,0x88,0x6,0x4d,0x19,0x77,0x42,0xc7,0x14,0x50, + 0x32,0xad,0x37,0xe4,0xb6,0x57,0x46,0x8f,0xb8,0xa1,0xcb,0x92,0x2e,0x58,0x72,0xfd, + 0xae,0x98,0x30,0x54,0xc7,0x11,0xd2,0x2d,0xd6,0x52,0x17,0x8b,0x53,0x77,0xc8,0x14, + 0x0,0x6d,0x74,0xb9,0x27,0x47,0xe0,0xe2,0xde,0x74,0x2d,0xfb,0xc4,0xcb,0x29,0x4f, + 0x64,0x42,0xd,0x6d,0xc1,0xa7,0x9f,0xed,0x12,0x6c,0xbd,0xae,0x3b,0x5,0x2,0x5b, + 0x76,0x48,0xb0,0xac,0x6f,0x8b,0xec,0x75,0x27,0xdd,0x26,0xe5,0x9f,0x78,0x23,0xb6, + 0x47,0xc0,0xb8,0x82,0xd5,0xee,0xc1,0x9a,0x69,0x72,0x35,0xbd,0xac,0xd,0xd6,0xb5, + 0x2a,0xee,0x7a,0xbb,0x95,0xfd,0x67,0xba,0x2f,0xdc,0x75,0xad,0x8a,0x1d,0x35,0xc1, + 0xeb,0x6d,0x11,0xd6,0x76,0x2b,0x68,0x9,0x79,0xa8,0xbb,0x6a,0x8c,0x1e,0x8d,0xb0, + 0xef,0xb4,0xc1,0xdd,0xdb,0x5a,0xa3,0x1a,0x28,0x2,0xc4,0xef,0x97,0xab,0x6d,0x2, + 0x97,0xf4,0x65,0xd7,0x76,0xd2,0x6d,0x52,0xb2,0xa5,0x85,0x2b,0x2f,0xd0,0x99,0x38, + 0x4c,0xc7,0xa9,0x43,0x55,0xbd,0xc9,0xce,0x1a,0x83,0x46,0x6f,0x70,0x44,0x77,0x9b, + 0xe2,0x94,0xc7,0x64,0x78,0x46,0xef,0xdc,0xe0,0xcb,0x46,0x15,0xe6,0x49,0xff,0x3a, + 0xe1,0xe7,0x9a,0x57,0xd,0xa6,0xe4,0xea,0xe4,0x65,0x69,0xb4,0xfa,0x61,0xef,0xd7, + 0x6,0x1f,0x7e,0x69,0xf4,0x79,0xd7,0xa9,0x34,0x8a,0x6c,0x8,0x85,0xbd,0xe9,0xa4, + 0x9,0x9d,0x11,0x59,0x1,0x1f,0x7c,0x61,0xf0,0xc1,0x17,0xd1,0x1f,0xf3,0xa6,0xc3, + 0x7e,0x96,0x5e,0x61,0x79,0x9d,0x6,0xe0,0xed,0x63,0xdd,0x97,0x3e,0x8f,0x57,0x45, + 0xdd,0xf1,0x85,0x72,0xb3,0x4,0x93,0x42,0x4d,0xc1,0x85,0x56,0xe5,0x33,0x9d,0xc2, + 0xa6,0xdb,0x5d,0x2c,0x9b,0xec,0x24,0xd3,0x19,0x79,0xd6,0x68,0x2,0x83,0x5d,0xc1, + 0xf6,0x57,0xe,0xfa,0xa8,0x6b,0xb5,0xce,0xac,0xae,0x55,0xf1,0xe2,0xfe,0xa0,0x1, + 0xb2,0x5d,0x12,0x75,0x8d,0xcf,0x74,0xa,0xbf,0x9b,0xec,0x64,0xd3,0xed,0xae,0xa8, + 0xbc,0xba,0x41,0x54,0x81,0xe4,0x95,0xb9,0x6b,0x40,0x46,0xc5,0x92,0x4d,0xb1,0xc1, + 0x96,0x92,0x54,0xc6,0xe,0xa,0xb8,0x72,0xa3,0x57,0xf1,0xce,0x71,0x3f,0xef,0x9f, + 0x32,0xf8,0xdc,0x63,0x62,0xaa,0x40,0xd0,0x9a,0x30,0x4c,0xe7,0xd6,0x31,0x36,0xdc, + 0x6d,0x8a,0x92,0x37,0x5a,0x3a,0xfb,0x4f,0x1a,0xae,0xb3,0xf6,0x26,0x57,0xcc,0x3d, + 0x84,0xd7,0x80,0x79,0x7f,0x6f,0x61,0xcf,0xe7,0x41,0xaf,0xda,0x3c,0xc3,0x45,0x56, + 0x8a,0xf0,0xce,0x31,0x3f,0x9f,0x9c,0x36,0xa8,0x6b,0x55,0x68,0x2,0x23,0x32,0x34, + 0x26,0xd,0xd7,0xb9,0x65,0x8c,0x8d,0x74,0x47,0x40,0xf1,0xc3,0xe7,0x4c,0x66,0x6d, + 0x6d,0xa6,0xd5,0xd2,0xa2,0x20,0xd5,0x92,0x57,0xe6,0xa9,0x5,0xb2,0x63,0x89,0x3e, + 0x7e,0x95,0x93,0xb9,0xe3,0xac,0xad,0xe7,0xa,0x78,0xe6,0x43,0x2f,0xab,0xf6,0x7a, + 0xc3,0xe6,0x67,0xf1,0x30,0x9d,0xa7,0x6f,0x70,0x32,0x72,0x40,0xcf,0xf1,0xe0,0xa4, + 0xdb,0x64,0xe9,0xee,0x36,0x3e,0xfe,0x2a,0x7c,0x4a,0x95,0x8e,0xb3,0xf3,0xe8,0x95, + 0xce,0x98,0xdb,0xef,0xe,0xac,0xdd,0xef,0xe3,0xf,0xff,0x6e,0xb3,0x22,0x7a,0x4e, + 0xf2,0xca,0x3c,0x6d,0x40,0xd4,0x9,0x3a,0x2a,0x53,0x63,0xd7,0xec,0x54,0x4b,0x5b, + 0x4d,0xaf,0x1,0x8f,0xec,0x6e,0x65,0xdb,0xf1,0x9e,0x1f,0x81,0x5d,0x83,0x9b,0xc7, + 0xd8,0xb8,0x6e,0xa4,0x8d,0x51,0x99,0x1a,0xa,0xc5,0xe7,0x6e,0xc5,0xae,0x1a,0x3f, + 0xdb,0x2b,0xfd,0x11,0x37,0x33,0x53,0x72,0x6d,0xac,0xfa,0x69,0x4a,0x58,0xf6,0x19, + 0x9,0xa6,0x82,0xeb,0x37,0x34,0x73,0xd2,0x1d,0x73,0x67,0xd4,0x66,0x8b,0x25,0x1, + 0x50,0x52,0x68,0x7d,0x9f,0xfd,0xf8,0x7b,0x6d,0x61,0xca,0x67,0x3a,0x85,0x11,0x3, + 0x84,0x83,0x67,0x3,0x64,0x7c,0x26,0xbc,0x79,0xd4,0xcf,0x9b,0x31,0xd2,0xd7,0x4b, + 0x86,0x68,0x9c,0x72,0xab,0xce,0xe5,0x6d,0x67,0x8d,0x9f,0x87,0x77,0xb6,0xf2,0x5c, + 0x48,0x9e,0x10,0x9,0x9a,0xc0,0x8c,0x42,0x1b,0x2b,0x3e,0x8a,0xbd,0x37,0xd0,0x80, + 0xc6,0x58,0x42,0xd7,0x8d,0xb4,0x64,0x27,0xd6,0x7f,0xea,0xb,0xcb,0x1,0xf2,0xb3, + 0x34,0xde,0x9a,0xe5,0x62,0x6b,0x49,0x2a,0xbf,0x2e,0x76,0x90,0x62,0x61,0x98,0x14, + 0x1b,0x2c,0x2e,0x76,0xf0,0x46,0x49,0x2a,0x6f,0xcd,0x72,0x31,0x3a,0x2b,0xf8,0xc8, + 0xb7,0x57,0xfa,0x79,0xc1,0xe2,0x86,0xc7,0x22,0x67,0x8f,0xa5,0x20,0xb8,0xf7,0xbe, + 0xb4,0x1e,0x53,0xd8,0x50,0x9c,0x74,0x9b,0x4c,0xdd,0xd8,0xdc,0xe9,0xc2,0x23,0x6, + 0x68,0x6c,0x9e,0xe1,0x22,0x27,0x35,0xd8,0xef,0x5c,0x8b,0x62,0xe3,0x61,0x1f,0xef, + 0x9e,0x30,0x38,0x70,0xd6,0xc0,0x68,0x97,0xd5,0x35,0xb8,0x6c,0x88,0xce,0x35,0x23, + 0x75,0xee,0x2c,0xb2,0x87,0xad,0x20,0x67,0x9b,0x15,0x77,0x6c,0x6d,0xe9,0x74,0x67, + 0xbb,0x6,0xdb,0xee,0x48,0xa5,0x20,0x3b,0xfa,0x5c,0xa8,0x6b,0x55,0x14,0xbf,0xd4, + 0x14,0x55,0x6,0xa4,0xda,0x6,0x72,0xe,0x88,0x68,0x0,0x9b,0x46,0x4c,0xe5,0x1, + 0x9e,0xfc,0x4f,0xb0,0x90,0xe1,0xd0,0xe1,0x85,0x1b,0x53,0xc2,0x94,0x87,0xc0,0xd2, + 0xb8,0xa4,0xd8,0xc1,0x92,0xe2,0xc0,0xff,0xda,0x96,0x80,0x7b,0xf,0x72,0x45,0x1e, + 0x7f,0x48,0xaa,0x50,0x7e,0x63,0xa,0x25,0x5b,0x9a,0x69,0x33,0x2,0x53,0xe8,0xa9, + 0xff,0x7a,0xf9,0xf3,0xcf,0x52,0xa2,0xf2,0x19,0x98,0x12,0xd8,0x82,0x47,0xaa,0x4a, + 0x5,0x60,0x9e,0xd3,0x94,0x70,0x34,0x9a,0x88,0x95,0xb9,0xff,0x59,0xad,0x19,0x96, + 0x8c,0xcc,0x1f,0xef,0xe8,0x5c,0x2e,0xa3,0x61,0x90,0x4b,0xa2,0x2a,0xdf,0x81,0xb1, + 0x83,0x34,0x16,0x4c,0x8,0xc6,0xe9,0x5d,0x35,0x7e,0x8e,0xd4,0xc6,0x4e,0xfd,0x2c, + 0x70,0xaf,0xd0,0x80,0x8a,0x98,0x62,0x31,0xb0,0xed,0x58,0xb0,0x8,0x9a,0xe1,0x10, + 0xe6,0x8d,0xef,0x7d,0xfa,0x1b,0xb,0xf3,0x43,0xca,0x68,0xa,0xd8,0x7c,0x24,0x76, + 0x91,0x24,0x36,0xa4,0x42,0xd3,0xe0,0x60,0xbc,0xc3,0xfc,0xa3,0x2a,0xf8,0xf4,0x67, + 0x16,0xda,0xc8,0x70,0x24,0xfe,0xec,0x55,0xaa,0x5d,0x98,0x5e,0x10,0xc,0x6c,0x3b, + 0xaa,0xe3,0xc8,0xb2,0xda,0x61,0x8a,0x3a,0x64,0x13,0xd8,0xa3,0x2,0x46,0xed,0x91, + 0xb5,0xcf,0x80,0xdb,0x5e,0x6f,0x8e,0x3c,0x88,0x82,0x9a,0x86,0xa0,0x3b,0x4e,0xcb, + 0xb7,0xb6,0x62,0xf4,0x5,0xd3,0xf2,0x6c,0xbc,0x74,0x20,0xf0,0xe4,0x4f,0x79,0x4c, + 0x6e,0xd9,0xdc,0x1c,0xd5,0xcd,0x7d,0xd1,0x6d,0x64,0x3a,0x35,0xf6,0x8,0x40,0x5e, + 0x99,0xe7,0x53,0x2c,0x96,0xc4,0xa2,0x41,0x13,0x38,0x50,0x9a,0x46,0xaa,0x3d,0x29, + 0xa7,0xef,0x68,0xf1,0xc3,0x65,0x6b,0x1b,0x31,0x12,0xf3,0xd2,0x61,0x5f,0xf5,0xa2, + 0x8c,0x89,0x1a,0x80,0x12,0xb5,0x23,0x11,0x23,0xe6,0xa4,0x49,0xd2,0x94,0x87,0x40, + 0xdd,0x6f,0x48,0x5a,0xa2,0xc6,0x97,0x9d,0xd0,0x5e,0x12,0xd3,0x44,0xdf,0x90,0x88, + 0x21,0x93,0x31,0xf7,0xbb,0xa2,0x57,0xd9,0x5e,0x14,0x28,0xc5,0x6,0x68,0x37,0x40, + 0xfb,0x9,0xcc,0xb8,0x83,0xa1,0xd5,0xaa,0x6c,0x3c,0xb0,0x25,0xe0,0x1e,0x2,0x87, + 0x6b,0x16,0xa7,0xff,0xf,0x42,0xdf,0xb,0x28,0x79,0x39,0xfe,0xa1,0xbf,0x2b,0x90, + 0x17,0x3b,0x7e,0x75,0x1a,0xc0,0x91,0xd2,0xb2,0x1a,0x88,0xeb,0xd4,0xe5,0x77,0x4, + 0xe7,0xed,0xce,0x96,0x35,0x1d,0x7f,0x3a,0xd,0x50,0x51,0x3a,0xc4,0x23,0xf0,0xdc, + 0x37,0xc3,0xa9,0x1f,0x21,0x3c,0x1b,0x7a,0xce,0x38,0x6c,0xd1,0xf6,0x63,0x3c,0xab, + 0xa3,0x2f,0xa4,0x8f,0x47,0x5f,0xd,0x15,0x5e,0x12,0x4f,0x6,0xe2,0x5a,0x2,0x15, + 0xa7,0x45,0xf7,0xad,0xc,0xbd,0xd4,0x2d,0xa4,0xe4,0x97,0xbb,0xe7,0x2a,0x15,0x9c, + 0x23,0xdf,0x2b,0x88,0xdc,0x53,0xbd,0x30,0xfd,0x95,0xb0,0x4b,0xdd,0x84,0x94,0x92, + 0xbc,0xf2,0xc6,0x3d,0xc0,0xa4,0xfe,0xe2,0xd5,0x2f,0x10,0xde,0xab,0xbe,0x3f,0xfd, + 0x5a,0x44,0xc2,0x7c,0xa8,0x7b,0xca,0x26,0xa2,0x74,0xdd,0xb8,0x17,0x68,0xe8,0x2f, + 0x6e,0xfd,0x80,0x7a,0x43,0x19,0xf7,0x75,0x55,0x1e,0x22,0x9c,0x13,0x3c,0xbe,0x20, + 0xab,0x12,0xc5,0xaf,0x92,0xcf,0xab,0x7f,0x20,0x8a,0xd2,0x9e,0x4e,0x88,0x41,0x94, + 0x83,0x92,0xd5,0x8b,0x33,0x5e,0x7,0xb5,0x3c,0x79,0xb4,0xfa,0x7,0x22,0xf2,0xa7, + 0xaa,0xc5,0x19,0x6f,0x44,0x6a,0x8f,0x5a,0xb5,0xa8,0x5e,0x98,0xb1,0x54,0x44,0xd6, + 0x27,0x9c,0x55,0x3f,0x41,0xc1,0x86,0xaa,0xd3,0x69,0x8f,0x45,0x93,0x89,0x5e,0xb6, + 0x11,0x51,0x3,0xb5,0xb4,0xf9,0x4a,0xa9,0xed,0x9,0x65,0xd6,0x2f,0x90,0x77,0x6, + 0xe9,0xe9,0x73,0x62,0x1d,0x9b,0x8f,0x59,0xb7,0xda,0xbb,0x40,0x7c,0xb9,0x67,0x33, + 0x6e,0x57,0x4a,0xd6,0x25,0x8e,0x5c,0xb2,0xa1,0x5e,0xcd,0xd6,0xd3,0x4a,0x12,0x72, + 0x5c,0x3e,0x38,0xa6,0x92,0xbc,0x72,0xcf,0x9f,0x40,0x96,0xc6,0xc5,0x2d,0xb9,0x50, + 0x22,0xf2,0x64,0xd5,0xfd,0x69,0x8f,0xf6,0x14,0xf1,0x7b,0x42,0xaf,0x73,0xab,0xdc, + 0x32,0xf7,0x74,0x41,0xd6,0xd1,0x7f,0x5f,0x88,0x59,0x85,0x1b,0x61,0x5e,0xf5,0xc2, + 0x8c,0x5e,0x1d,0xf0,0xee,0x53,0x72,0x39,0xb2,0xac,0x3e,0x5f,0x47,0x5f,0xf,0x4c, + 0xee,0x4b,0xff,0x84,0x43,0x78,0xcf,0xf4,0x1b,0x73,0x4e,0x2c,0xc9,0xaa,0xee,0x7d, + 0xd7,0xbe,0x22,0xf8,0xd9,0xdc,0x93,0x40,0x4e,0x9f,0xc7,0x89,0xf,0xe7,0x81,0xc7, + 0xaa,0x17,0xa6,0xaf,0xb1,0xea,0xf2,0x5d,0x11,0x77,0x79,0x21,0xf7,0x99,0xba,0x2c, + 0x9c,0xb6,0x7,0x4,0x1e,0xc4,0xc2,0x5b,0xe6,0x4,0xa1,0x16,0x61,0x85,0x68,0xbe, + 0x95,0x55,0xb,0xb2,0xe3,0xda,0xb1,0x26,0xac,0x86,0x53,0xb4,0xea,0x4c,0x7a,0x8b, + 0xa4,0xce,0x37,0x51,0x73,0x25,0xf0,0xbd,0x70,0x32,0x70,0x50,0x94,0xac,0x73,0xd1, + 0xbc,0xe6,0xd0,0xe2,0x9c,0x98,0xef,0x34,0xad,0x20,0x29,0x45,0xac,0x51,0xe5,0x4d, + 0x13,0x2,0xe7,0xf0,0x64,0x2a,0x70,0x29,0x7d,0xf8,0x3e,0xb1,0x1d,0x26,0x70,0x0, + 0x64,0x87,0x52,0x6c,0xe8,0x28,0x63,0x25,0x12,0x49,0xaf,0xe2,0x15,0xac,0x76,0xf, + 0xf6,0xfb,0xe5,0x6a,0x25,0x5c,0xac,0x60,0xac,0x28,0x55,0x80,0x48,0x36,0xd0,0xe5, + 0xf3,0x79,0xea,0x51,0xea,0x3c,0x48,0x5,0xc2,0x11,0x53,0xd4,0x21,0xa7,0xc6,0x9e, + 0xa3,0xb,0x6,0x9c,0x4b,0x26,0xbf,0xff,0x3,0xa5,0x47,0xb3,0x8,0x4,0x5,0x17, + 0x32,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // D:/LMS/DBXML/InstructorsAndTrainees/icons/instructorFromArchive.png + 0x0,0x0,0xc,0x62, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0, + 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0, + 0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f, + 0xa8,0x64,0x0,0x0,0xb,0xf7,0x49,0x44,0x41,0x54,0x78,0x5e,0xd5,0x9b,0xb,0x58, + 0x54,0xd5,0x16,0x80,0xd7,0x9e,0x81,0xe1,0xa5,0x26,0xa8,0x99,0x89,0x96,0x89,0x8a, + 0x50,0xa9,0x90,0xc,0x82,0x9a,0x92,0xe2,0xa3,0xb,0x48,0xdf,0xf5,0xeb,0xa2,0x66, + 0xdd,0x7c,0x76,0xad,0xac,0x7c,0x74,0xf3,0x2b,0x2f,0xf6,0xe,0xc4,0x6e,0x75,0xfd, + 0x6e,0x69,0xf,0x35,0x1f,0xf7,0xde,0x1e,0x2a,0xa6,0x88,0xe4,0x2b,0x4,0x5,0x14, + 0x8b,0x44,0x10,0x31,0x31,0x35,0x13,0xf0,0x51,0x8a,0x8,0xcc,0xcc,0xbe,0x6b,0x9d, + 0xd9,0x30,0xc0,0xbc,0xce,0x39,0xcc,0x98,0xfe,0xdf,0x77,0xd8,0x67,0xad,0xf3,0x98, + 0xd9,0x6b,0xd6,0xde,0x7b,0xed,0xb5,0x37,0xc,0xdc,0x4c,0x54,0x6a,0xe2,0xed,0x46, + 0x66,0x1a,0xce,0x39,0xf,0xc5,0xf,0xb,0x46,0x55,0x5f,0x3c,0xfc,0xf1,0xe8,0x88, + 0x47,0x3b,0x3c,0x88,0xab,0x78,0x5c,0xc6,0xe3,0x12,0x70,0x38,0xc6,0x19,0x1c,0x63, + 0x9c,0x1f,0xd1,0x32,0x8f,0xec,0xdc,0x5,0x1b,0x2b,0xa5,0x3b,0xdc,0x84,0x5b,0xc, + 0x30,0x78,0x69,0xdc,0x60,0xad,0x9,0x92,0x80,0x69,0x46,0x73,0xe0,0xa1,0xa8,0x52, + 0xfb,0x39,0x68,0xb,0x56,0xc,0xdc,0x94,0x65,0xe2,0x6c,0x7d,0xfe,0x8b,0xe9,0x7, + 0x85,0xde,0x65,0xb8,0xcc,0x0,0xfa,0xf7,0xc7,0x75,0x80,0xeb,0x1e,0x33,0xf1,0x8d, + 0x4f,0xe2,0x6b,0xfb,0xb,0xb5,0x8b,0xe1,0x25,0xe8,0x21,0x9f,0x7a,0x70,0xf6,0x51, + 0xce,0x8b,0xe9,0x57,0x84,0xb2,0x4d,0xb4,0xd9,0x0,0x43,0x96,0x4d,0xc,0x30,0x19, + 0xae,0xcf,0x5,0xc6,0x9e,0x41,0x91,0x5c,0xfb,0x46,0x80,0x4d,0x85,0x7f,0xe0,0x69, + 0x34,0xfd,0x73,0xdf,0x4b,0x5b,0x2f,0x9,0x9d,0x2a,0xb4,0xa2,0x54,0xe,0x7,0x16, + 0xe1,0x97,0x30,0x95,0x73,0x43,0x3a,0x63,0x6c,0x3c,0x6a,0x7c,0xcc,0x17,0x6e,0x8, + 0x3e,0x68,0xf0,0x7,0x4d,0x1a,0x36,0x23,0x70,0x4c,0x70,0xdd,0xd9,0xa8,0xa4,0x2, + 0xd8,0xb3,0x87,0x8b,0x6b,0x8a,0x50,0xe5,0x1,0x43,0x96,0xc5,0x7,0x19,0x8d,0xb0, + 0x1a,0x1f,0x8e,0x12,0xaa,0x3f,0x9a,0x1c,0x8d,0x16,0x9e,0xd8,0xff,0x42,0x7a,0xb9, + 0x90,0x65,0xa3,0x11,0xa5,0x6c,0x22,0x52,0x13,0x12,0x4d,0x46,0x28,0xb8,0x89,0x2a, + 0x4f,0x44,0xe3,0x77,0x2a,0x8c,0x58,0x1a,0x97,0x24,0x64,0xd9,0xc8,0xf7,0x80,0xe4, + 0x64,0x8d,0xde,0xaf,0x30,0xd,0xcf,0x9e,0x33,0x2b,0x6e,0x4e,0xb0,0x1d,0x2c,0xcb, + 0xaf,0x9,0x5b,0x80,0xdf,0xd7,0x24,0x54,0xe,0x91,0x65,0x80,0xd0,0xe4,0x89,0xba, + 0x76,0xbe,0x75,0xab,0xf0,0x6e,0xc5,0x16,0xfe,0x63,0x60,0x5f,0x5,0x78,0xd5,0x4f, + 0xce,0x78,0x36,0xa3,0x4e,0x28,0xec,0xe2,0xd4,0x0,0x52,0xe5,0xfd,0xae,0x6f,0xc4, + 0x5b,0xa9,0xa3,0xbb,0x85,0xe0,0xdb,0xae,0xd6,0x78,0x27,0x16,0x27,0x7f,0x51,0x2f, + 0x14,0x36,0x71,0xdc,0x7,0x60,0x4f,0xdf,0xce,0xaf,0x6e,0xe5,0xad,0x57,0x79,0x82, + 0x8d,0xc7,0xef,0xbe,0x9a,0x9a,0xae,0x50,0xd8,0xc4,0xa1,0x7,0xe8,0x53,0xe3,0xdf, + 0xc5,0xa2,0x4d,0x6d,0x7e,0x50,0x60,0x28,0x4,0x77,0xed,0xd,0x1e,0x5a,0x4f,0xa1, + 0x91,0x87,0xc1,0xd8,0x0,0x25,0xe7,0xcb,0xe1,0xfb,0x33,0x47,0x85,0x46,0x25,0x1c, + 0xd2,0xf2,0x16,0xa6,0xcf,0x17,0x92,0x15,0x76,0xd,0x10,0x91,0x12,0x3f,0x91,0x31, + 0xf8,0x9f,0x10,0x15,0x83,0x21,0x2c,0xbc,0x32,0x6e,0x2e,0x8c,0xf,0x1d,0x29,0x34, + 0xea,0xd8,0x5a,0xbc,0xb,0x5e,0xcb,0x78,0x4f,0x48,0xea,0x40,0x47,0x9e,0x9c,0xbf, + 0x60,0xf3,0x7a,0x21,0xb6,0xc0,0xa6,0x7b,0x44,0xa5,0x4c,0xe8,0x8d,0x95,0x47,0xd7, + 0x57,0xcf,0x88,0xbe,0x43,0xda,0x5c,0x79,0xe2,0xe1,0xd0,0x18,0x18,0xd1,0x27,0x52, + 0x48,0xea,0x60,0xc0,0x3f,0x8c,0x48,0x4b,0xa4,0x49,0x98,0x15,0xd6,0x6,0x40,0x73, + 0x19,0x98,0x69,0xd,0x9e,0xdd,0x66,0x56,0xa8,0x83,0x5c,0xdf,0x55,0xc,0xea,0x71, + 0xaf,0x38,0x53,0x4d,0x7b,0x66,0x32,0x7e,0x42,0x75,0x13,0x72,0x13,0x56,0x6,0x88, + 0x4c,0x4b,0x98,0x86,0x77,0xb5,0x39,0xc8,0xf1,0xf1,0xf4,0x16,0x67,0x2d,0xf9,0xa9, + 0xfa,0x67,0x28,0x3d,0x7f,0xc2,0xe6,0x41,0xd7,0x6c,0xe1,0xeb,0xe9,0x92,0x28,0x7b, + 0x68,0x64,0x6a,0xdc,0xe3,0xe2,0xbc,0x89,0x16,0x6,0xa0,0x89,0xd,0xce,0xdb,0xdf, + 0x12,0xa2,0x5b,0x38,0xf4,0x73,0x11,0x14,0x9c,0xfa,0xde,0xe6,0x41,0xd7,0xdc,0x89, + 0x89,0xb1,0x94,0x81,0xef,0x4e,0xa0,0x3c,0x44,0x13,0x2d,0x26,0x43,0xdd,0x47,0x5, + 0xbd,0x84,0xc5,0x38,0xb3,0xd4,0x36,0x86,0x7,0xe9,0xa1,0x5f,0xd7,0x7b,0x84,0x64, + 0x21,0xb4,0x5b,0x5f,0x18,0xd0,0x3d,0xc4,0xe6,0x41,0xd7,0x6c,0x51,0x56,0xf9,0x13, + 0x64,0x9f,0xc8,0x17,0x92,0x7a,0xd0,0xb3,0xfd,0xb4,0x26,0x7e,0xfd,0x6c,0xd6,0xb1, + 0xbd,0x42,0x65,0xf1,0x0,0x69,0x3e,0xf,0xf0,0xb4,0x59,0xba,0x75,0x48,0xaa,0xbf, + 0x8,0x73,0xeb,0xab,0x84,0xe4,0x1c,0xec,0x10,0x9f,0x8d,0x7e,0x27,0xbe,0xbd,0x10, + 0x9b,0x35,0x1,0x4a,0x66,0xdc,0xb8,0xf9,0xbc,0x4b,0x68,0xac,0xbc,0x32,0x23,0xb0, + 0x0,0x83,0x16,0xa8,0xae,0x12,0x4d,0xbd,0x62,0x64,0x6a,0xc2,0x8f,0x1c,0x78,0x9b, + 0xbb,0xdb,0x46,0x1e,0xea,0x17,0xd,0x53,0x6,0x3f,0x82,0xd3,0x76,0xbb,0xa1,0x86, + 0x2c,0xb0,0x4f,0x82,0xb5,0x5,0x5f,0xc3,0xce,0x63,0x39,0x42,0x63,0xc6,0x56,0xa5, + 0xdf,0xd3,0x75,0x81,0xd,0xba,0x0,0x21,0x39,0xe4,0x68,0xde,0x82,0x74,0x69,0x98, + 0x92,0xbe,0x1d,0xe5,0xf0,0x34,0x9c,0xb5,0xbd,0x91,0x35,0x43,0x8b,0x13,0xf4,0xd9, + 0x43,0x27,0x43,0x56,0xe9,0x3e,0x18,0x89,0x31,0x81,0x7,0xca,0x4a,0x30,0xe0,0xfc, + 0x76,0x77,0xd9,0x7e,0x18,0x1d,0x3c,0x14,0x3e,0xdc,0xb7,0xe,0x8c,0x28,0x37,0xe2, + 0xe8,0x17,0x97,0x6b,0x4,0xc6,0x4d,0xe1,0x7,0x16,0x7e,0x53,0x28,0x19,0x20,0x32, + 0x25,0x6e,0x19,0x67,0xec,0x79,0xe9,0x8a,0x8b,0xd0,0xe0,0x2f,0x9f,0x33,0x6f,0x23, + 0xbc,0xb1,0xfd,0x3,0x48,0x7a,0x20,0x1,0x7a,0x77,0xbe,0x4b,0x5c,0x91,0xc7,0x89, + 0xea,0x53,0xf0,0x9f,0x43,0xe9,0xb0,0x68,0xcc,0xd3,0x10,0xb5,0x34,0x11,0x87,0x70, + 0x73,0xc2,0x47,0x8e,0xbb,0xcb,0x32,0x82,0x8,0x91,0xa5,0x3e,0x80,0x6b,0x58,0xac, + 0xa4,0x74,0x21,0x26,0x74,0x5d,0x83,0xd1,0x0,0x5e,0x1e,0x5e,0x30,0x6b,0xc3,0xdf, + 0x21,0xfd,0xc7,0x2c,0x1c,0xea,0x7e,0x90,0x75,0xd0,0xbd,0xf4,0x8c,0x37,0x3e,0x5b, + 0x6f,0x68,0x50,0x54,0x79,0x82,0xee,0xa1,0x7b,0x1d,0xc2,0x60,0x94,0x54,0x48,0x79, + 0x7b,0x30,0xfe,0x2a,0xa9,0x5c,0xcc,0x8e,0xa7,0xd7,0xc1,0x9a,0xbc,0x2f,0xb1,0xd, + 0xe3,0x6c,0x5a,0x5,0x8f,0x45,0x3c,0x22,0xf5,0x23,0x63,0x96,0x4f,0x91,0x5d,0xf9, + 0xe6,0x38,0xf1,0x4,0xae,0x6b,0x68,0xe8,0xaa,0xa1,0x45,0xb,0x14,0x5c,0x5e,0x79, + 0xe2,0xd7,0xdf,0x2b,0x21,0xd0,0xbf,0x9b,0x90,0x94,0xd3,0xc3,0xff,0x4e,0x38,0x87, + 0xef,0x50,0x53,0x79,0xc2,0x89,0x27,0xb0,0x7a,0xf,0x8f,0xe1,0x1a,0xc6,0x5d,0xd7, + 0xf3,0xb7,0xe6,0x78,0xe5,0x49,0x8,0xb9,0xa3,0x8f,0x90,0x94,0x13,0xdc,0x35,0x8, + 0x4c,0x39,0x9f,0xaa,0xaa,0x7c,0x23,0xf4,0xac,0xdd,0xe7,0x35,0x9a,0x50,0xd,0xb6, + 0xae,0x7e,0x42,0x74,0x39,0x85,0xa7,0x8f,0x40,0x50,0x97,0x5e,0xd0,0xd1,0x57,0xf9, + 0xbc,0xea,0x36,0x9f,0xf6,0xd0,0xa7,0x7c,0xf,0x84,0x14,0x7d,0x25,0x34,0xea,0x21, + 0x2f,0xb0,0xe5,0x9,0x38,0x12,0xf4,0xa3,0x4e,0x50,0xfd,0x4f,0xe4,0x84,0x3c,0x8c, + 0xef,0xa9,0xbb,0x1d,0x11,0xa4,0x7c,0x3a,0xfb,0x62,0x3b,0x1f,0x60,0x3b,0xde,0x11, + 0x52,0xdb,0xb1,0xe5,0x9,0x38,0x39,0xec,0x8b,0x6,0x60,0x9d,0x85,0xec,0x72,0xaa, + 0xaf,0x5e,0x84,0xbd,0xc7,0xf,0xc0,0xa3,0xe1,0x71,0xe0,0xa9,0x20,0x23,0x34,0xc5, + 0xf8,0x3b,0xc4,0x9c,0xcc,0x16,0x92,0xeb,0xb0,0xf2,0x4,0x6,0x9d,0x99,0x3e,0x35, + 0xee,0x2,0x9e,0xc9,0xa,0x9f,0xd4,0xd0,0x7,0x9b,0xc0,0x8a,0x49,0x6f,0xc3,0x8f, + 0xbf,0x94,0xc2,0x57,0x87,0x33,0xe0,0x5a,0x43,0xad,0xb8,0x62,0x9b,0x31,0x97,0x4e, + 0xc2,0x9f,0x7e,0x29,0x10,0x92,0x7b,0xa0,0x91,0x81,0x46,0x8,0xe4,0x2,0x1a,0x20, + 0x9e,0x52,0xc7,0x3a,0x92,0xdc,0xc5,0x3,0x3d,0xef,0x87,0x85,0xa3,0x9f,0x82,0x9e, + 0xd8,0xab,0x3b,0x64,0xff,0x2a,0x80,0xcc,0xb7,0x85,0xe0,0x5e,0xc4,0x10,0x59,0x7f, + 0x43,0xc,0xd0,0xc8,0xe0,0x9e,0x3,0xec,0x26,0x4a,0x1a,0xa9,0x6d,0xb8,0xe,0x5, + 0x3f,0xff,0x20,0x24,0xb,0x7,0xae,0x1e,0x13,0x67,0xca,0x88,0x6c,0xe7,0xb0,0x8f, + 0x27,0x3,0xb8,0xb7,0x9,0x34,0x67,0xcb,0xec,0x4f,0xa1,0x4b,0xbb,0x4e,0x42,0xb2, + 0x4d,0xd5,0xd5,0xb,0x10,0xf7,0xe1,0x93,0x42,0xb2,0xe0,0x26,0x3,0x50,0x13,0x48, + 0xa8,0xc0,0xfe,0x50,0x59,0xa0,0xee,0x0,0xd,0xd3,0xc0,0x80,0xee,0xfd,0x21,0x1c, + 0xdd,0xfe,0xf6,0xf6,0x9d,0xc0,0x4f,0xe7,0xb,0x2b,0x73,0xd7,0x43,0xc2,0xfd,0x63, + 0x60,0x5f,0x79,0xbe,0x94,0x28,0x1d,0x17,0x1a,0x23,0xcd,0x15,0x9a,0x43,0xa1,0x73, + 0xc6,0xd1,0xdd,0xb0,0xed,0xc8,0x2e,0x18,0x1a,0x14,0x1,0x9b,0x8b,0x32,0x61,0x46, + 0xd4,0x24,0xa8,0xa9,0xbf,0x6,0x95,0x57,0xaa,0x61,0xfa,0x8e,0x25,0xe2,0x4e,0x65, + 0x38,0x34,0x0,0x83,0xa,0x6a,0x2,0xb4,0xeb,0x22,0xdc,0xac,0x51,0xf,0xa5,0xc1, + 0xc7,0x86,0x8c,0x80,0x59,0x43,0x27,0xc1,0x1d,0x1d,0x6e,0x17,0x5a,0x33,0x87,0x31, + 0x1e,0xc8,0x2a,0xcd,0x86,0x79,0xf,0xcd,0x84,0x4d,0x58,0x31,0x9a,0xe5,0x4d,0x1b, + 0xf2,0x68,0x53,0xb2,0xb3,0xf8,0x5c,0x19,0x7c,0x9c,0xbb,0x1,0x86,0xf6,0x1e,0xc, + 0x13,0xd0,0x50,0x69,0x3b,0x57,0xe0,0x2c,0x70,0x58,0xcb,0x64,0x68,0x32,0xed,0xae, + 0x51,0x8e,0x13,0xf,0x38,0xc8,0xf4,0x29,0xf1,0xeb,0xf1,0xbb,0xb7,0x69,0xcd,0x4f, + 0xe7,0xa1,0x83,0x45,0xb1,0x73,0x24,0x3,0xd8,0x63,0xd9,0xae,0x95,0x10,0xd5,0x2b, + 0x1c,0x22,0x7b,0x85,0x49,0xed,0x7c,0x5d,0xc1,0x26,0xa8,0xb8,0x78,0x6,0x9d,0x8f, + 0x43,0x27,0x3f,0x7f,0x98,0x1e,0x9d,0x4,0xed,0xbd,0xfc,0xa4,0xf6,0xbf,0xaf,0xbc, + 0x0,0x9e,0x8f,0x99,0x2e,0x9e,0x14,0xb8,0xc1,0x0,0xf8,0xd1,0xeb,0x34,0xb4,0x21, + 0x49,0xc8,0xaa,0x20,0x57,0x7e,0x33,0x6e,0xa1,0xc3,0xca,0x13,0x4f,0xd,0x7b,0xc, + 0x3e,0x2f,0xf8,0x5a,0x72,0x69,0xea,0x8,0xa7,0x47,0xfd,0x5,0xf4,0x77,0xd,0x4, + 0xfd,0xdd,0x83,0xa4,0xca,0x52,0xe5,0xe9,0xda,0xaa,0x3,0x5f,0xc0,0xec,0x61,0x53, + 0xc4,0x53,0xee,0x5,0xbf,0xfa,0x31,0xfc,0xfe,0xac,0x58,0xc8,0xaa,0x98,0x82,0x33, + 0x36,0x72,0x5d,0x67,0x98,0x2b,0x9d,0x4,0xff,0xda,0x8b,0x43,0x9d,0xc0,0xcb,0x53, + 0x27,0x1d,0x8d,0xd0,0x35,0xba,0xc7,0xd9,0x48,0xe1,0x32,0x38,0x3f,0xaa,0xd1,0x72, + 0xcd,0x77,0x74,0x6a,0xd6,0x28,0xa3,0xa3,0x4f,0x7,0x78,0x5c,0xff,0x67,0x21,0x39, + 0x87,0x16,0x4b,0x74,0x5a,0x1d,0xe4,0x55,0x1c,0x16,0x1a,0xb,0xa4,0xa3,0x6b,0xb6, + 0x16,0x54,0xae,0x5c,0x51,0xbf,0x1f,0xca,0x58,0x67,0x10,0x67,0x56,0x70,0x9d,0xc1, + 0xf0,0x9d,0x86,0xf6,0xe1,0x49,0x5b,0xd1,0x54,0x30,0xba,0xff,0x70,0xa9,0x97,0x57, + 0x2,0x35,0x85,0xd5,0x79,0x5f,0xc2,0x95,0xba,0x1a,0xa1,0x1,0xb3,0xeb,0xa3,0xce, + 0x9e,0xeb,0xc7,0xc6,0xaa,0xcf,0xd7,0x94,0xae,0xdc,0x2f,0xce,0xac,0x28,0xca,0x5e, + 0x94,0x51,0x65,0xce,0xa,0x73,0x53,0x96,0x54,0x2a,0x24,0xa,0x3b,0x34,0xa5,0x78, + 0x7b,0x7a,0xc1,0xcc,0xe8,0xc9,0xb0,0x7c,0xef,0x6a,0xa1,0x1,0xf8,0x60,0xcf,0x2a, + 0x98,0x85,0xba,0xd6,0xae,0x5f,0x5a,0x5a,0xa,0x5e,0x3a,0x1d,0x94,0x97,0x2b,0xde, + 0xfa,0xd3,0x84,0x77,0x8d,0x16,0xa,0x17,0x6d,0x83,0xda,0x4a,0xda,0x8b,0xd9,0x1c, + 0x26,0xd5,0x59,0x32,0x80,0x51,0x3,0x1b,0xa8,0x54,0x4a,0x60,0x47,0x75,0xc9,0x8e, + 0x81,0x81,0x21,0x92,0x21,0xe,0x9c,0x2c,0x84,0x83,0xa7,0x8a,0xb0,0xe2,0x5e,0x92, + 0xae,0x39,0x85,0x85,0x85,0x10,0x13,0x13,0x3,0x61,0x61,0x61,0x10,0x15,0xa9,0x17, + 0x5a,0xe5,0xd0,0xb3,0xe1,0xf8,0x8e,0x92,0x8f,0x72,0xa1,0xe6,0xec,0x6f,0x42,0x4b, + 0x9d,0x37,0x97,0x56,0x8b,0x9b,0xa2,0x11,0x35,0x69,0x71,0x4a,0x79,0x75,0xf0,0x6e, + 0xdc,0xed,0xea,0x9c,0x3a,0x43,0x3d,0x54,0xd7,0x98,0x67,0x63,0xd7,0x1b,0xea,0xe0, + 0xd9,0x2f,0xfe,0x21,0x9d,0xbf,0x3f,0x71,0x89,0x64,0x10,0xa2,0xb3,0x5f,0x0,0x6c, + 0x4d,0xff,0x6,0x66,0xcf,0x9e,0x5,0xdb,0xb7,0x6d,0x1,0xff,0x8e,0xe6,0x95,0xac, + 0x5e,0x6b,0x27,0x48,0xa5,0x52,0x4e,0x4e,0xd9,0x24,0x95,0x97,0x2e,0x5f,0x86,0xb1, + 0xe3,0xe3,0xc0,0xff,0xe1,0x7b,0xc0,0x3f,0xf4,0x8e,0x96,0x69,0x71,0x42,0x9f,0x12, + 0x37,0x1f,0xc7,0x85,0x54,0x21,0xca,0x22,0xeb,0x99,0xf5,0xd2,0xf0,0x25,0x97,0xd, + 0x7,0x37,0x43,0xe9,0xf9,0x72,0x8c,0x10,0xa5,0x99,0x98,0x15,0x95,0x57,0xaa,0xa4, + 0x2c,0xd0,0xec,0x87,0xa6,0x42,0x6e,0xf6,0x6e,0xf0,0xf5,0xb5,0xf4,0x2f,0x6d,0x35, + 0x0,0x71,0xed,0xda,0x35,0x18,0xa0,0x8f,0x84,0x7,0x5e,0x1f,0x37,0x3f,0x6f,0x7e, + 0x3a,0x6d,0xf8,0x6a,0xb6,0x32,0xe4,0x6d,0x58,0x81,0x7f,0xdb,0xb4,0xeb,0xb2,0x91, + 0xcc,0x12,0x1a,0x58,0xac,0x31,0x72,0x13,0x4c,0x18,0x30,0x16,0xe6,0xc,0x9f,0x6a, + 0xf3,0xa0,0x6b,0x74,0x4f,0x43,0x43,0x43,0x8b,0xca,0xbb,0xa,0x7a,0x27,0x37,0x1a, + 0xb9,0x87,0x11,0xa8,0xae,0x12,0x2d,0x2,0x72,0xf4,0x82,0x25,0xe8,0x5,0x8b,0x85, + 0xe8,0x14,0x7b,0x1e,0x30,0x7f,0xe3,0xeb,0xb0,0x34,0xf1,0x65,0x21,0x59,0xa0,0xec, + 0x30,0x2d,0x80,0xda,0xdb,0x3b,0x70,0xf8,0x4c,0xb1,0x14,0x16,0xcf,0x7c,0x70,0x32, + 0x14,0x17,0x15,0xa,0x2d,0x7a,0x46,0x55,0x15,0xe4,0xe5,0x15,0x80,0xc9,0x64,0xbd, + 0xf3,0x2d,0x20,0x20,0x0,0x86,0xd,0x95,0xbf,0x9a,0xdf,0xbb,0x5f,0x48,0x3,0x37, + 0xf1,0xa6,0xe0,0xc3,0xe2,0x1,0x8,0xed,0xbd,0xc5,0xa2,0xda,0x2c,0xdd,0x3c,0x78, + 0x7b,0x79,0xd9,0x5d,0x62,0xf3,0xf6,0x36,0xf7,0x1d,0x72,0xc1,0xca,0x5b,0x96,0x98, + 0x10,0xab,0xb7,0x46,0xa4,0xc6,0x4d,0xc3,0xb8,0xe0,0x63,0x21,0x3a,0x44,0x8d,0x7, + 0xd0,0x92,0x59,0x90,0x9d,0x55,0xa2,0xf2,0xea,0x53,0xd2,0x12,0x58,0x6b,0xf,0x70, + 0x25,0xf7,0xf4,0xe9,0x4f,0x29,0xa9,0xa6,0xf6,0x65,0x6d,0x56,0xe,0x4c,0xbf,0x34, + 0x9e,0x12,0x72,0xd1,0x66,0x85,0x7d,0x94,0x1a,0xe0,0xd4,0xc5,0xb3,0xe8,0xe6,0x47, + 0x84,0x4,0x70,0xf4,0xdc,0x71,0xa9,0xc,0xe9,0x66,0xc9,0xcb,0x86,0xf5,0xb8,0xf, + 0x82,0xbb,0x7,0xb5,0x30,0x40,0x6d,0x6d,0x2d,0x14,0x1c,0x2a,0x4,0x93,0x51,0xd6, + 0xe6,0xcf,0x26,0x34,0x5a,0xd,0xc,0xe,0xf,0x3,0x1f,0x1f,0xcb,0xe,0x13,0xe7, + 0x6,0x40,0x68,0x93,0x94,0x91,0x99,0xe,0xe1,0xa9,0xc3,0x7c,0xb6,0x52,0x3,0xb4, + 0x66,0x47,0xa9,0xb9,0xb3,0x8c,0xd,0xa6,0xb5,0x19,0xb,0xd4,0x59,0x35,0x37,0xc0, + 0xe9,0x33,0x68,0xb8,0xc3,0xdf,0x4b,0x2b,0xc5,0x4a,0xa0,0x66,0x33,0x68,0xd0,0x0, + 0xe8,0x11,0x18,0x28,0x34,0x32,0xd,0x40,0xc8,0xd9,0x26,0x97,0x39,0x67,0xad,0x94, + 0xbf,0x6f,0x8d,0xab,0xd,0xe0,0x4a,0x64,0x1b,0x80,0x88,0x48,0x8d,0x4f,0xc3,0x1b, + 0x5e,0x10,0xa2,0x15,0xf,0x6,0x45,0x42,0xcf,0x80,0xee,0x42,0xb2,0xb0,0xbb,0x2c, + 0x17,0x46,0xf6,0x75,0xde,0x33,0x57,0x5c,0x38,0x2d,0x95,0x77,0x77,0xea,0x21,0x95, + 0x44,0x5e,0x66,0xe,0xac,0x7d,0x6b,0xa5,0xd5,0xaf,0xdd,0x11,0x3,0xa2,0x37,0x5e, + 0x4b,0x86,0xb1,0x63,0x62,0xed,0x76,0x88,0x8d,0xd0,0xb3,0x19,0xdb,0x33,0xe1,0xe5, + 0xc5,0x4b,0xe0,0x32,0x6,0x40,0xad,0xa0,0x76,0xf4,0x4,0x1e,0x9f,0x93,0xe0,0xe4, + 0x4d,0xc0,0x22,0x97,0xc6,0x7f,0x86,0x5f,0xc5,0x6a,0x77,0x95,0x3b,0x38,0x9f,0x5b, + 0x1,0xfd,0x8e,0x5f,0x80,0x35,0xd3,0xa2,0xc1,0x47,0xe7,0x21,0xb4,0x66,0x6a,0x70, + 0x56,0x97,0xb8,0x7c,0x37,0x3c,0x31,0x6f,0x31,0xc4,0x8e,0x96,0x16,0x76,0xed,0xb2, + 0x23,0xeb,0x5b,0x58,0x95,0xf6,0x2a,0x6c,0x9c,0x33,0x12,0xfc,0xbc,0x5a,0xbe,0xa7, + 0xb6,0xde,0x0,0x53,0x3f,0xc9,0x81,0xcc,0x23,0x67,0xff,0x86,0xe2,0xbf,0x1d,0x1b, + 0x0,0xb9,0x91,0x9b,0xa5,0xcb,0x3e,0xcb,0x87,0xed,0x8f,0x84,0x43,0xff,0x6e,0xb6, + 0xbb,0x1e,0xca,0x1b,0x76,0x99,0xfb,0x5f,0x28,0x2d,0x39,0x62,0xd7,0xb,0xe8,0xd7, + 0xf,0xee,0x7f,0x2f,0x54,0xbe,0xf7,0x28,0x68,0xed,0xdc,0x53,0x72,0xee,0x37,0xd0, + 0xbf,0xbe,0x75,0xb,0x9e,0xc6,0x3b,0x35,0x0,0x31,0x22,0x79,0x84,0x47,0xad,0x5f, + 0x7b,0x8c,0x9e,0xd8,0x5f,0x85,0xca,0x2d,0x38,0x33,0x0,0xb1,0x76,0xff,0x4f,0xf0, + 0xda,0xce,0xa,0x18,0x85,0x13,0xa5,0xd6,0x46,0xa0,0xca,0x7f,0xbb,0x73,0x17,0x2c, + 0x1e,0x75,0x37,0x4c,0x1e,0x62,0xbd,0x43,0xad,0x11,0xc5,0x6,0x90,0xa0,0x7f,0x98, + 0xf0,0x2d,0x4c,0xc1,0x46,0x33,0x4f,0x68,0x5c,0x8e,0x1c,0x3,0xb8,0x82,0xe6,0x6, + 0x68,0x11,0x9,0x3a,0x24,0x39,0xd9,0x44,0x5b,0x4a,0x38,0xe3,0x89,0x28,0xb9,0x64, + 0xce,0x70,0x33,0x20,0xdf,0x0,0x82,0xfc,0xf9,0x5b,0x36,0x69,0xb9,0x86,0x92,0x80, + 0xfb,0xcc,0x9a,0x5b,0x1b,0xc5,0x6,0x20,0x72,0x17,0x6e,0x3a,0x81,0xd3,0xc9,0xe1, + 0x9c,0x33,0x1a,0x1d,0xdc,0xfa,0xaf,0xad,0x6a,0x31,0xdc,0x76,0x27,0x54,0xc7,0xbe, + 0x2,0xb5,0x77,0x99,0x97,0xe6,0x7f,0x1f,0x38,0x51,0x92,0x5b,0xa3,0xca,0x0,0x12, + 0xc,0x78,0xfe,0xc2,0xcd,0x6b,0x3c,0xd,0xc6,0x60,0x1c,0x26,0x93,0xb1,0xb,0x72, + 0xb2,0x2b,0xe9,0x6,0x83,0xd3,0x6a,0x82,0x99,0xcc,0x49,0x51,0x66,0x6c,0x90,0xca, + 0xd6,0xc8,0xef,0x4,0x9d,0x40,0xdb,0x4f,0xa5,0x1d,0x98,0x9c,0xfe,0x75,0x16,0x5a, + 0xe6,0xb7,0x64,0x72,0x7e,0x3f,0xc6,0x1,0x65,0x17,0x60,0x35,0xc6,0x1,0xbe,0xad, + 0xe2,0x0,0x57,0x71,0xd,0xe3,0x80,0xc7,0x95,0xc4,0x1,0x6a,0x88,0x4c,0x89,0xb, + 0xc3,0x18,0x6a,0x12,0x9a,0x77,0x34,0x8a,0xf7,0xe1,0x21,0xfb,0x73,0xaa,0xe,0x9e, + 0x86,0x8a,0x8d,0x45,0x60,0xaa,0xb7,0xcc,0x5a,0xbd,0xfd,0x74,0x35,0xcb,0xdf,0x8c, + 0x9b,0x31,0xe3,0xb9,0xaf,0x57,0x60,0x2c,0x20,0x3f,0x7,0x67,0x1b,0x4a,0x47,0xcf, + 0xc1,0x43,0xca,0xca,0xba,0xc5,0x0,0xcd,0x19,0xf6,0xe6,0xb8,0x2e,0xb4,0x1b,0x8b, + 0x36,0x24,0x61,0x24,0x13,0x8c,0x9f,0xd8,0x17,0xbd,0xc4,0x1f,0x4b,0xda,0x97,0x6c, + 0xf9,0xf7,0x79,0x8e,0x23,0xb,0xe3,0x97,0x80,0xb3,0x32,0xbc,0x56,0x82,0x43,0x7c, + 0xb1,0x67,0x7d,0x43,0x36,0xa5,0xae,0xc5,0x3d,0x6e,0x0,0xe0,0xff,0xd,0x4,0x97, + 0x5f,0xb9,0x19,0x55,0x5f,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60, + 0x82, + // D:/LMS/DBXML/InstructorsAndTrainees/icons/trainee.png + 0x0,0x0,0x8,0xdc, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 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,0x11,0xd4,0x0,0x0,0x11,0xd4, + 0x1,0x5a,0xd3,0x16,0xbb,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,0x8,0x59,0x49,0x44, + 0x41,0x54,0x78,0x9c,0xdd,0x9b,0x6b,0x54,0x54,0xd7,0x15,0xc7,0xff,0xfb,0xce,0xb, + 0x84,0x71,0x46,0x14,0x94,0xa4,0x55,0xa,0xb5,0x58,0x9,0x4,0x89,0x69,0x25,0xd1, + 0x98,0xd5,0x76,0xa5,0xa6,0x4d,0x53,0x13,0x1c,0x5b,0x6b,0x2,0x2a,0xd5,0xa4,0xb5, + 0x4b,0x57,0xd3,0xda,0x26,0x2b,0xb6,0x3d,0x26,0x2b,0x3e,0xd2,0x2e,0x5d,0x4d,0x3e, + 0xa4,0xe2,0x6b,0xaa,0xa1,0x11,0x44,0x6d,0xd4,0x95,0xac,0x68,0x53,0x2b,0xa5,0x11, + 0x45,0x44,0x8c,0x4c,0xac,0x4a,0x4a,0xd3,0x65,0xc0,0x22,0xf8,0xa2,0xc0,0xbc,0xee, + 0xee,0x87,0x28,0xe1,0x31,0x33,0xcc,0xdc,0x7b,0x2e,0xd8,0xfe,0x3e,0xc1,0xb9,0xe7, + 0xfc,0xf7,0x3e,0x7b,0xce,0xbd,0xf7,0x3c,0xf6,0x25,0x18,0xcc,0x63,0x4f,0x8a,0x14, + 0x93,0x9,0xd3,0x89,0x90,0xc7,0x2a,0xd2,0x89,0x90,0x1,0xe0,0x4e,0x0,0x23,0x0, + 0x58,0x1,0x24,0x0,0xb8,0x2,0xe0,0xa,0x18,0xed,0xac,0xe0,0x43,0x85,0xe9,0x8c, + 0xa,0x6e,0x50,0x3,0x96,0xa3,0x7b,0x5e,0x7f,0xbe,0xd9,0x48,0xff,0xc8,0x8,0xd1, + 0x82,0x45,0x62,0xaa,0xa2,0x62,0x1e,0x80,0x6f,0x0,0x98,0xa4,0x43,0x8a,0x1,0xbc, + 0xcf,0x8c,0x83,0x26,0xc2,0xee,0x32,0xb7,0xa8,0x96,0xe3,0xe1,0xa7,0x48,0xb,0xc0, + 0xa3,0x8b,0xd6,0xd9,0x6d,0x6a,0xd7,0x62,0x0,0x4f,0x3,0x98,0x28,0x4b,0xb7,0x1f, + 0xd,0x0,0xb6,0xc2,0x1a,0xb7,0x65,0x57,0xc9,0xb3,0xd7,0x64,0x8,0xea,0xe,0xc0, + 0xec,0x5,0xc2,0x69,0x65,0xfc,0x8c,0x9,0x3f,0x0,0xe0,0x94,0xe0,0x53,0x34,0x5c, + 0x5,0x63,0x3,0x6c,0x71,0xbf,0xd5,0x1b,0x8,0xcd,0x1,0x10,0x42,0x28,0x9e,0x26, + 0x2a,0x66,0xf0,0x4b,0x0,0x92,0xf5,0x38,0xa1,0x83,0x76,0x26,0xfc,0xbc,0x62,0x9b, + 0xd8,0x82,0x4f,0x6e,0x97,0x98,0xd1,0x14,0x80,0x82,0x45,0x22,0x5d,0x51,0x51,0xa, + 0x60,0x9a,0x96,0xf6,0x6,0x50,0xa9,0xa8,0x58,0x5c,0xb6,0x5d,0x9c,0x8b,0xb5,0xa1, + 0x12,0x6b,0x83,0xb9,0xb,0xc5,0x13,0x8a,0x8a,0x3a,0xdc,0x3e,0x9d,0x7,0x80,0x7, + 0x54,0x5,0x27,0xe6,0x2c,0x58,0xe5,0x8a,0xb5,0x61,0xd4,0x23,0x40,0x8,0xa1,0x78, + 0xfe,0x89,0x97,0x99,0xf1,0x93,0x58,0x8d,0xc,0x31,0xeb,0xb3,0xd2,0xb0,0x42,0x8, + 0xa1,0x46,0x53,0x39,0xaa,0x0,0xb8,0x5c,0xc2,0x8a,0x4,0x6c,0x3,0xf0,0x3d,0x5d, + 0xae,0xd,0x11,0x4,0xec,0x74,0x5a,0x53,0xb,0x4b,0x4a,0x9e,0xf2,0x47,0x51,0x37, + 0x32,0x4b,0x96,0x6c,0xb4,0x5c,0xf1,0x36,0xef,0x1,0xe1,0x11,0x29,0xce,0x11,0x3a, + 0xac,0x16,0xf3,0xbf,0xac,0x56,0x6b,0x97,0xd5,0x66,0xf6,0x1,0x80,0xcf,0x1b,0xb0, + 0xfa,0x7c,0xbe,0x78,0x9f,0x2f,0x38,0x9e,0xc1,0x9,0x32,0xec,0x0,0xd8,0xdf,0x61, + 0x4f,0x72,0xbd,0xfd,0xea,0x32,0x6f,0xa4,0x4a,0xe6,0x48,0x17,0x5d,0xae,0x72,0xd3, + 0x55,0x9f,0x67,0xbb,0xde,0xce,0xdb,0x6c,0x16,0x4f,0xfe,0x97,0xb2,0x2e,0xe7,0xe7, + 0x67,0x8f,0x4f,0x4d,0x71,0xa6,0x1,0xf8,0x62,0xb8,0xba,0x2d,0x2d,0x6d,0x4d,0x7f, + 0xab,0xf6,0x7c,0x54,0x7d,0xfc,0x4c,0xb2,0xd7,0x17,0x8,0x5b,0x2f,0xa,0xbe,0x95, + 0x70,0xbd,0x7d,0x1b,0x80,0xf9,0x88,0xf0,0x86,0x88,0x38,0x2,0xe6,0x14,0x89,0xf5, + 0x44,0xf8,0xb1,0x56,0xf,0x4c,0x26,0xa5,0xa9,0x68,0xfe,0xac,0xf6,0xdc,0x9c,0x8c, + 0x3c,0x2d,0xed,0x4f,0x9e,0x3a,0x5f,0xfb,0xfa,0x1b,0x87,0xc6,0x4,0x82,0xc1,0x9, + 0x5a,0x7d,0x60,0x60,0x5d,0x85,0x5b,0x3c,0x1b,0xee,0x7a,0xd8,0x0,0xcc,0x2d,0x12, + 0x73,0x99,0x50,0xa6,0xd5,0xb0,0x3d,0x31,0xfe,0xe4,0xca,0xe7,0x8a,0xbe,0x10,0x6f, + 0xb3,0x24,0x6a,0xd5,0x0,0x80,0xce,0x2e,0xdf,0xf5,0x97,0xd6,0x6d,0x6f,0xbc,0xd1, + 0xd1,0x35,0x45,0xab,0x6,0x3,0xf3,0x2a,0xdc,0x62,0x67,0xa8,0x6b,0x21,0x3,0xe0, + 0x5a,0xf4,0x62,0x26,0x82,0xc1,0x13,0x20,0x68,0x72,0xde,0x62,0x36,0x5f,0x58,0xbd, + 0xaa,0x38,0xd5,0x66,0xb3,0x4a,0xb9,0x9f,0xbb,0xbc,0xfe,0x8e,0xe7,0xc5,0xe6,0x4b, + 0x1,0x7f,0x20,0x43,0xa3,0xc4,0x35,0x13,0x90,0xbb,0xd3,0x2d,0x9a,0xfa,0x5f,0x8, + 0x35,0xf,0x20,0xa8,0xc1,0x4d,0x5a,0x3b,0xf,0x0,0xc5,0xb,0x1e,0xee,0x94,0xd5, + 0x79,0x0,0x88,0xb7,0x59,0x12,0x8b,0x9f,0x9c,0xf5,0x1f,0x1d,0x12,0x8e,0x20,0x63, + 0x87,0x10,0x62,0x40,0x7f,0x7,0x14,0xb8,0x8a,0xc4,0x62,0x0,0x33,0xb4,0x5a,0xb2, + 0x58,0xcc,0xe7,0x26,0x4f,0x4a,0xcb,0xd1,0xda,0x3e,0x1c,0x59,0x93,0x3f,0x97,0x63, + 0xb5,0x59,0xce,0x6a,0x16,0x20,0x4c,0x6f,0x68,0x42,0x61,0xff,0xe2,0x3e,0x1,0x98, + 0xbd,0x40,0x38,0x41,0x58,0xab,0xd9,0x8,0x80,0x7b,0x72,0x27,0x1a,0xb6,0x7e,0xcf, + 0xbd,0x2b,0xa3,0x45,0xa7,0xc4,0x9a,0xf9,0xf3,0xc5,0xc8,0xde,0x5,0x7d,0x2,0x60, + 0x6,0x2d,0x7,0x30,0x4a,0x8f,0x85,0xcc,0x89,0x9f,0x95,0x36,0xf4,0x7,0x68,0x67, + 0xea,0xd6,0x1e,0xe7,0xb5,0xe0,0xa7,0xbd,0xb,0x7a,0x2,0xe0,0x5a,0xb2,0xd6,0x41, + 0xe0,0xe5,0x3a,0xd,0x20,0x21,0x31,0xce,0xa6,0x57,0x23,0x1c,0xf6,0x11,0xf1,0x71, + 0x7a,0x35,0x8,0x58,0xea,0xfa,0xa1,0xe8,0x79,0xbe,0x7d,0x3a,0x2,0x7c,0xdd,0xc5, + 0xd0,0xf9,0xeb,0x1b,0x4e,0xcc,0x4b,0xb7,0x90,0x24,0xa1,0x93,0x8a,0x43,0x49,0x16, + 0x87,0xa8,0xfc,0x7f,0xa,0x3f,0x7d,0xeb,0x2f,0x5,0x0,0x5c,0x85,0x2f,0xe4,0x3, + 0x98,0x3c,0x6c,0xfe,0xc,0x3d,0x93,0xa,0xa,0x5f,0x98,0x2,0xdc,0xc,0x0,0x99, + 0xd4,0x82,0xe1,0xf5,0x67,0xe8,0x31,0x99,0xd4,0xef,0x2,0x37,0x3,0xc0,0x8c,0x87, + 0x86,0xd7,0x9d,0xa1,0x87,0x19,0xdf,0x4,0x0,0xc5,0xb5,0x40,0x8c,0x3,0x70,0xd7, + 0x30,0xfb,0x33,0x1c,0x4c,0x7e,0xac,0x70,0xf5,0x68,0x85,0x81,0xfb,0x20,0x6b,0x7b, + 0x9c,0x11,0x70,0x38,0x1d,0x76,0x29,0x5a,0x21,0x70,0x38,0x1d,0x76,0x30,0x2,0x92, + 0xe4,0xc8,0x64,0xf2,0x4f,0x57,0x88,0xe5,0xfd,0xfa,0xd9,0x59,0x69,0x55,0x37,0xd7, + 0xfb,0x86,0x90,0x9a,0xe2,0x4c,0xcb,0xc9,0x4e,0xaf,0x92,0xa5,0x47,0xe0,0x3c,0x85, + 0x48,0x5e,0x0,0xee,0xbf,0x2f,0x3b,0x49,0x96,0x56,0x38,0xbe,0x32,0x33,0x6f,0xac, + 0x2c,0x2d,0x56,0x91,0xae,0x30,0x90,0x2e,0x4b,0xd0,0xe1,0xb0,0xeb,0x5a,0xfb,0x47, + 0x83,0x2d,0xce,0x2a,0x6d,0xa6,0x49,0xa,0x32,0x14,0xdc,0xee,0xb3,0x3f,0x23,0x61, + 0xdc,0xa9,0x0,0x30,0x7c,0xd8,0xde,0xb6,0x30,0x46,0x28,0x60,0xed,0x1b,0x1f,0xff, + 0xf3,0x10,0xe2,0x15,0x10,0x22,0x6e,0x1b,0xc7,0x42,0x67,0x77,0xb7,0x34,0xad,0x70, + 0x74,0x74,0x74,0x76,0x4a,0x94,0xb3,0x2a,0x0,0xa4,0x9,0x56,0x55,0x9d,0xbe,0x24, + 0x4b,0x2b,0x1c,0x95,0x55,0xf5,0x6d,0xd2,0xc4,0x18,0xd7,0xa4,0x6,0xa0,0xae,0xfe, + 0xc2,0xb4,0xda,0x53,0xe7,0x6a,0x65,0xe9,0xf5,0xe7,0x48,0x65,0x7d,0xf5,0xfb,0xd, + 0xff,0x90,0x77,0x26,0x49,0x68,0x53,0xc0,0x68,0x95,0x26,0x8,0xc4,0xfd,0xa1,0xec, + 0x4f,0x23,0x7,0xaf,0x16,0x3b,0x25,0x5b,0xf,0x1c,0xd9,0xbd,0xaf,0x72,0x1a,0x0, + 0x99,0x1b,0x2e,0x6d,0xa,0x3,0xda,0x37,0x1a,0x43,0xe0,0xf7,0x7,0x3f,0xdf,0xd6, + 0x76,0xed,0x63,0xc9,0x9a,0x5d,0xd,0x9e,0x26,0xe9,0x1b,0xad,0x4,0x7c,0xa4,0x40, + 0xc1,0xdf,0x65,0xeb,0xbe,0x7d,0xf0,0x78,0xcc,0xe7,0xf4,0x91,0x38,0x5c,0x79,0xb2, + 0x96,0xc1,0x6,0xcc,0x57,0xe8,0x94,0x2,0x86,0x47,0xb6,0x6c,0x6d,0xdd,0xb9,0xcc, + 0x40,0x30,0x28,0xe5,0x8d,0xc0,0xcc,0x7c,0xe8,0xcf,0xb5,0x86,0xcc,0x55,0x54,0x15, + 0xa7,0x95,0x60,0x10,0x55,0x0,0xa2,0x3a,0x4b,0x8f,0x96,0xa0,0xaa,0xa6,0xee,0x7b, + 0xeb,0xe8,0x31,0x19,0x5a,0x7,0xdf,0xad,0x7d,0xcf,0xeb,0xf5,0x1b,0xb1,0x5b,0xc5, + 0xa4,0x70,0x9d,0xb2,0x77,0x87,0xf8,0x37,0x80,0x53,0xb2,0xd5,0x8f,0xfc,0xb5,0x3e, + 0xd3,0xeb,0xf5,0xe9,0x7a,0xc3,0x74,0x75,0xfb,0x6e,0xbc,0xf5,0x4e,0xb5,0x51,0x19, + 0x67,0xf5,0xbb,0xdc,0xa2,0xe5,0x93,0x2d,0x31,0xc6,0x3b,0xb2,0xd5,0x59,0x55,0xc7, + 0x6e,0xdc,0x7a,0xa0,0x46,0x8f,0xc6,0xe6,0x6d,0x7,0xea,0x98,0x39,0x45,0x96,0x4f, + 0xbd,0x61,0x60,0x3f,0x70,0x6b,0x4f,0x90,0x94,0xbd,0x46,0x18,0xb9,0xd0,0x78,0x71, + 0xc6,0xe9,0x33,0x8d,0xf5,0x5a,0xda,0xbe,0x77,0xcc,0x73,0xfc,0x7c,0xe3,0x45,0xcd, + 0x47,0x74,0x83,0xc1,0xa,0xf6,0x1,0x37,0x3,0x50,0xe6,0xfe,0x65,0xd,0x8,0x75, + 0x6,0xd8,0x51,0x6a,0xea,0xce,0x5d,0xd1,0xd2,0xf0,0xf8,0x9,0x4f,0x37,0xc,0xca, + 0x64,0x5,0xd0,0xb0,0x7b,0xab,0xa8,0x5,0xfa,0x9c,0xb,0xd0,0x26,0x83,0x8c,0xdd, + 0x7e,0x30,0x5e,0xc1,0xcd,0xac,0x91,0x9e,0x0,0x58,0x7d,0x5c,0xa,0xe0,0xea,0x70, + 0xf9,0x34,0x84,0x5c,0x8d,0x53,0x13,0x4a,0x6f,0xfd,0xd3,0x13,0x80,0xd2,0x52,0x71, + 0x1d,0xc0,0x3a,0xd9,0xd6,0xe4,0x9c,0x66,0x49,0x84,0xb1,0x61,0xc7,0x8e,0x15,0x3d, + 0xb9,0x6,0x7d,0xfc,0xeb,0xb6,0xe2,0x15,0x0,0x52,0xa7,0xb1,0x29,0x63,0x9c,0x26, + 0x2d,0xed,0x92,0x9c,0x76,0x4d,0xa9,0xaf,0x83,0x70,0xb1,0xdb,0x86,0xdf,0xf4,0x2e, + 0xe8,0x13,0x80,0xfd,0x25,0xa2,0x93,0x80,0x5f,0x48,0x34,0xd8,0x39,0x63,0x7a,0xae, + 0xa6,0x74,0xf9,0x99,0x33,0x72,0xef,0x80,0xc6,0xfc,0xdf,0x8,0xac,0xdc,0x5f,0x22, + 0xfa,0xcc,0x4d,0x6,0x8c,0xd0,0x72,0xb7,0xd8,0x6,0x48,0x99,0x17,0x74,0xcf,0x99, + 0x3d,0xb3,0x7e,0xa4,0x3d,0x5e,0x53,0x22,0xf5,0x84,0xf1,0x63,0x27,0x4e,0xcd,0xcb, + 0xac,0x84,0xbc,0x20,0xbc,0x9b,0x95,0x86,0xed,0xfd,0xb,0x43,0xe,0xcf,0xac,0x9c, + 0xaf,0x1d,0x6,0xa9,0xb,0x1,0xc4,0x6b,0xb1,0xe4,0x70,0x24,0xd6,0x2c,0x5f,0xfa, + 0x78,0x20,0x3b,0x2b,0x5d,0xd7,0xa,0xee,0xee,0xec,0x8c,0xb4,0x94,0x94,0xa4,0xba, + 0xb3,0x67,0x9b,0xae,0x6,0x83,0xaa,0x9e,0x8c,0xf4,0xf6,0xa0,0x19,0xb3,0x5e,0x5b, + 0x2f,0x6,0xa4,0xd6,0x87,0x7d,0xcf,0xba,0x16,0x8a,0x39,0x60,0x94,0x47,0xaa,0xd3, + 0x9f,0x38,0xab,0xe5,0x83,0x27,0xe6,0x3d,0xe4,0xcd,0xc9,0x4e,0xcf,0xd5,0xe8,0x68, + 0x48,0x98,0x19,0x35,0xb5,0x67,0xeb,0x2b,0xf6,0x1e,0xb1,0x75,0x7b,0xfd,0xb1,0xde, + 0x52,0xcc,0xa0,0xef,0x54,0xb8,0x7f,0xb5,0x2b,0xd4,0xc5,0xc8,0x89,0x92,0xb,0xc5, + 0x4a,0x62,0xbc,0x38,0x98,0x5,0x45,0xa1,0x8f,0xbf,0xfa,0x60,0x5e,0xe3,0x23,0xf, + 0xe7,0xdf,0x4f,0x44,0x86,0x3e,0xf8,0x4f,0x9d,0x6e,0x3c,0x59,0x5a,0x76,0x28,0x2e, + 0xda,0x5,0x12,0x1,0xab,0xca,0xdd,0x42,0x44,0xb8,0x1e,0x19,0xd7,0x42,0xb1,0x11, + 0x8c,0x25,0xa1,0x1b,0xd3,0x95,0x2f,0xdf,0x3b,0xe9,0xf4,0xdc,0x82,0x7,0xa7,0x99, + 0xcd,0x66,0xc3,0x52,0x63,0x42,0x11,0x4d,0x20,0x98,0xf1,0x46,0xc5,0xef,0x45,0xc4, + 0x54,0xd9,0x88,0xb9,0xc2,0x0,0x30,0xca,0x92,0xfa,0xa3,0x76,0x7f,0xb3,0x93,0x18, + 0x73,0x7b,0x15,0x77,0x65,0x4d,0x4e,0x3b,0x56,0x38,0xef,0xeb,0x53,0xe2,0xe3,0xad, + 0x33,0x63,0x73,0x5d,0xe,0xb9,0x39,0x19,0x79,0x77,0x67,0xa7,0x47,0xba,0x35,0xfe, + 0x98,0x64,0x4b,0x2d,0xc2,0x20,0xf,0xd1,0x28,0xd3,0xe5,0xcb,0x4d,0x34,0xc2,0xf3, + 0x3b,0x26,0x7c,0x3f,0x69,0xd4,0xc8,0x63,0xcb,0x96,0x3e,0x3e,0x3e,0xc9,0x69,0x4f, + 0xd5,0xea,0xbc,0x6c,0x98,0x99,0xab,0x8f,0x7f,0x50,0x53,0xbe,0xe7,0xf0,0x1d,0xc1, + 0xa0,0xfa,0x19,0x0,0xee,0xd6,0x34,0x2c,0xfe,0x8b,0x10,0x83,0x9e,0x24,0xc7,0xb2, + 0xd8,0xa0,0x57,0x37,0xef,0x5d,0x31,0x67,0xf6,0x3,0x6b,0x63,0x6c,0x37,0x64,0x74, + 0x79,0xfd,0x1d,0xaf,0x6d,0x7a,0x73,0xcd,0xaf,0xc5,0x53,0x6b,0x10,0xe5,0xeb,0x33, + 0xe6,0x8e,0xb4,0x5c,0xbe,0xfc,0x6d,0x80,0xdc,0x3c,0x74,0x5f,0x88,0x45,0xcb,0xd, + 0x22,0x2c,0x1e,0x37,0x7a,0x74,0x4c,0x9,0xde,0x31,0x3f,0xb1,0xc7,0x8d,0x19,0xf3, + 0x26,0x5,0x4d,0x53,0x1,0x3a,0x1c,0x6b,0x5b,0xe3,0xa0,0xc3,0x4a,0xd0,0x34,0x25, + 0xd6,0xce,0x3,0x3a,0x86,0x32,0x33,0xd3,0xa5,0xf6,0xf6,0x62,0x66,0x5e,0xd,0xd0, + 0x30,0x7d,0x36,0xc7,0xad,0x44,0xf4,0xdc,0xd8,0xa4,0xa4,0xad,0x44,0x34,0x74,0x9f, + 0xcd,0xf5,0xa6,0xb5,0xb5,0xd5,0x1e,0x50,0x94,0x67,0xc0,0x78,0x6,0x80,0x21,0x87, + 0x22,0x21,0xb8,0x6,0xc2,0x7a,0xb3,0xaa,0x6e,0x48,0x4e,0x4e,0xbe,0xa1,0x47,0x48, + 0xda,0xc3,0xac,0xb5,0xb5,0xd5,0xee,0x87,0x69,0x1e,0x11,0x2f,0x3,0x90,0x25,0x4b, + 0xb7,0x37,0xc,0x9c,0x27,0xd0,0x16,0x9f,0x59,0x29,0x99,0xe0,0x74,0x6a,0xda,0x69, + 0xea,0x8f,0xf4,0xa7,0x39,0x33,0x53,0xf3,0xe5,0xcb,0xf7,0x80,0xa8,0x80,0x40,0x8f, + 0x42,0x7f,0x2,0xa6,0x87,0xc1,0xfb,0x8,0xd8,0x33,0x6e,0xf4,0xe8,0x13,0x5a,0x87, + 0x7a,0x38,0xc,0x7f,0x9d,0x35,0x37,0xdf,0x48,0x26,0x73,0x77,0x3e,0x48,0xb9,0x57, + 0x25,0x64,0x10,0x23,0x1d,0xc0,0x58,0x0,0xe,0xa0,0x27,0x37,0xa1,0x3,0xc0,0x75, + 0x0,0x2d,0x4c,0xf8,0x50,0x61,0x34,0x82,0xd5,0x1a,0xe,0xc4,0x1d,0x4d,0x4d,0xb5, + 0xcb,0x3c,0xbb,0x1c,0xc0,0x7f,0x1,0xe4,0x8a,0xc1,0x49,0xd8,0x83,0xa4,0xa7,0x0, + 0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // D:/LMS/DBXML/InstructorsAndTrainees/icons/instructorAdmin.png + 0x0,0x0,0xc,0xc7, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0, + 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0, + 0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f, + 0xa8,0x64,0x0,0x0,0xc,0x5c,0x49,0x44,0x41,0x54,0x78,0x5e,0xdd,0x9b,0x9,0x70, + 0x94,0x45,0x16,0x80,0x5f,0xcf,0x95,0x9b,0x84,0x70,0xe4,0x24,0x5c,0x1,0x12,0x82, + 0x42,0x2,0x9,0x21,0x84,0x43,0x36,0x80,0xa0,0x9,0xc4,0x2,0xad,0x70,0x88,0xab, + 0x2b,0xe0,0xea,0xc6,0x95,0x23,0x1e,0xb5,0x5b,0x4b,0xb9,0xeb,0xca,0xe6,0xc0,0x45, + 0xd6,0x55,0xd0,0x45,0xb0,0x4,0xd6,0x13,0x8,0x25,0x41,0xa3,0x72,0x25,0x48,0x2e, + 0x6e,0x2,0x44,0x8,0x4,0x88,0x40,0xe,0x22,0xb9,0x8f,0x99,0xe9,0x7d,0xef,0x9f, + 0xce,0x31,0xcc,0x24,0x99,0x7f,0x32,0xa3,0xb0,0x5f,0x55,0xd7,0xdf,0xef,0xf5,0xff, + 0xff,0x33,0xfd,0xe6,0x75,0xff,0xef,0xf5,0xdf,0xc3,0xc0,0xce,0x44,0xa5,0xc4,0xf7, + 0xd7,0x31,0xfd,0x64,0xce,0x79,0x8,0x7e,0x58,0x10,0xaa,0x86,0x63,0xe9,0x8d,0xc5, + 0x3,0x8b,0x2b,0x16,0xa2,0x16,0xcb,0xcf,0x58,0xaa,0x80,0xc3,0x5,0xce,0xe0,0x2, + 0xe3,0xfc,0x8c,0x92,0xa9,0xe,0x1f,0x59,0xbd,0xb3,0x4c,0x3a,0xc3,0x4e,0xd8,0xc5, + 0x0,0xe1,0xa9,0xb1,0xe1,0x4a,0x3d,0x24,0x0,0x53,0x4c,0xe7,0xc0,0x43,0x50,0x65, + 0xed,0xe7,0xa0,0x2d,0xd8,0x59,0xe0,0xfa,0x4c,0x3d,0x67,0xdb,0x73,0x5f,0x4e,0xcf, + 0x17,0x7a,0x9b,0x61,0x33,0x3,0x8c,0x7f,0x7b,0x56,0x2f,0x68,0x54,0x2d,0xc5,0x3b, + 0x3e,0x8d,0xb7,0xd,0x16,0x6a,0x1b,0xc3,0xcf,0xa1,0x87,0x6c,0x56,0x71,0xb6,0x31, + 0xfb,0xe5,0xf4,0x1a,0xa1,0xec,0x11,0x3d,0x36,0xc0,0x84,0x75,0xf3,0x3d,0xf5,0xda, + 0xc6,0x17,0x81,0xb1,0x3f,0xa0,0x48,0xae,0xfd,0x4b,0x80,0x43,0x85,0x6f,0x50,0xeb, + 0xf4,0xff,0xcc,0x7a,0xf5,0xab,0x2a,0xa1,0xb3,0xa,0xa5,0x38,0xca,0x87,0x3,0x8b, + 0x70,0x99,0xf3,0x24,0xe7,0xda,0x74,0xc6,0xd8,0x6c,0xd4,0x38,0x19,0x1a,0x7e,0x11, + 0x9c,0xd0,0xe0,0x53,0xf4,0xa,0xf6,0xac,0xff,0xcc,0xa0,0xa6,0xd2,0xa8,0x84,0x3c, + 0x38,0x70,0x80,0x8b,0x36,0x59,0x58,0xe5,0x1,0x13,0xd6,0xc5,0x5,0xea,0x74,0xb0, + 0x15,0x2f,0x8e,0x12,0xaa,0x5f,0x9b,0x6c,0x85,0x12,0x9e,0xfa,0x61,0x45,0xfa,0x45, + 0x21,0x5b,0x8c,0x42,0x1c,0x2d,0x26,0x22,0x65,0x4e,0xbc,0x5e,0x7,0x79,0xf7,0x50, + 0xe7,0x89,0x89,0xf8,0x9d,0x8e,0x45,0xa4,0xc6,0x26,0x8,0xd9,0x62,0x2c,0xf7,0x80, + 0x35,0x6b,0x14,0xe3,0x5d,0x8e,0xa5,0x61,0xed,0x8f,0x6,0xc5,0xbd,0x9,0x8e,0x83, + 0x75,0xb9,0x75,0x61,0xab,0xf1,0xfb,0xea,0x85,0xaa,0x4b,0x2c,0x32,0x40,0xc8,0x9a, + 0xf9,0x1a,0x57,0xe7,0xa6,0x2d,0x78,0xb6,0x6c,0xb,0xff,0x3a,0xb0,0x2f,0x3c,0x1d, + 0x9a,0x17,0x66,0x24,0x66,0x34,0x9,0x45,0xa7,0x74,0x6b,0x0,0xa9,0xf3,0x2e,0x8d, + 0x3b,0xf1,0x54,0x9a,0xe8,0xee,0x23,0xf8,0xde,0xda,0x3a,0xc7,0xf8,0xb3,0x6b,0x3e, + 0x6b,0x16,0xa,0xb3,0x74,0x3d,0x7,0xe0,0x4c,0xef,0xea,0xd2,0xf4,0xfe,0xfd,0xd7, + 0x79,0x82,0xcd,0xc6,0xef,0xbe,0x95,0x86,0xae,0x50,0x98,0xa5,0x4b,0xf,0x18,0x9f, + 0x12,0xf7,0x16,0x1e,0x7a,0x34,0xe6,0x43,0xfd,0x43,0x20,0xc8,0x6b,0x28,0xa8,0x94, + 0x6a,0xa1,0xb1,0xc,0xad,0xae,0x5,0xce,0xdd,0xba,0x8,0x27,0xae,0x17,0xa,0x8d, + 0x95,0x70,0x48,0xcb,0x49,0x4a,0x5f,0x25,0x24,0x13,0x3a,0x35,0x40,0x44,0x72,0xdc, + 0x7c,0xc6,0xe0,0x53,0x21,0xca,0x6,0x43,0x58,0xf8,0xf3,0xac,0x17,0x61,0x76,0xc8, + 0x43,0x42,0x63,0x1d,0x5f,0x9d,0xfd,0x1e,0xfe,0x9a,0xb1,0x5e,0x48,0xd6,0x81,0x8e, + 0xbc,0x30,0x77,0xf5,0xee,0xed,0x42,0x34,0xc2,0xac,0x7b,0x44,0x25,0xcf,0x1d,0x8a, + 0x9d,0x47,0xd7,0xb7,0x9e,0xa9,0xc3,0x27,0xf4,0xb8,0xf3,0xc4,0x23,0x21,0xd3,0x60, + 0xea,0xb0,0x48,0x21,0x59,0x7,0x3,0xfe,0x5e,0x44,0x5a,0x3c,0x25,0x61,0x26,0x98, + 0x1a,0x0,0xcd,0xa5,0x65,0xfa,0x8f,0xb0,0xe6,0x6e,0x50,0x58,0x7,0xb9,0xbe,0xad, + 0x8,0x1d,0x30,0x4a,0xd4,0xac,0xc6,0x8d,0xe9,0x75,0xff,0xa1,0xbe,0x9,0xb9,0xd, + 0x13,0x3,0x44,0xa6,0xcd,0x79,0x6,0xcf,0xea,0x71,0x90,0xe3,0xa4,0x76,0x14,0x35, + 0x63,0x8a,0x2b,0xae,0xc2,0xf9,0x5b,0x97,0xcc,0x16,0x6a,0x33,0x87,0xb3,0xda,0x26, + 0x51,0x76,0x74,0x64,0x4a,0xec,0x12,0x51,0x6f,0xc3,0xc8,0x0,0x94,0xd8,0x60,0xde, + 0xfe,0xa6,0x10,0x4d,0x88,0xf6,0x28,0x83,0xe8,0xde,0xe5,0x42,0xb2,0x8e,0x82,0xab, + 0xa7,0x20,0xaf,0xe4,0x84,0xd9,0x42,0x6d,0xf6,0x44,0xcf,0x58,0xf2,0x98,0xb7,0xe6, + 0xd2,0x3a,0x44,0x1b,0x46,0xc9,0x90,0x5f,0x4c,0xe0,0xab,0x78,0x98,0x65,0x90,0x8c, + 0x9,0xed,0x55,0x5,0xeb,0x87,0x17,0xc0,0xc,0xcf,0x1b,0x70,0xac,0xb6,0xf,0xdc, + 0x6c,0xea,0xfa,0x57,0x99,0x1c,0x38,0x1e,0x46,0x78,0xd,0x11,0x52,0x3b,0x21,0x3e, + 0xc3,0x61,0xb4,0xdf,0x48,0xb3,0x85,0xda,0xcc,0x51,0x54,0x56,0xc,0x87,0x2f,0xe5, + 0xa,0xc9,0x7a,0xd0,0xb3,0x5d,0x94,0x7a,0xde,0x58,0x9a,0x79,0xe1,0xa0,0x50,0xb5, + 0x7b,0x80,0x94,0xcf,0x3,0xbc,0x60,0x90,0x4c,0x59,0xe0,0x75,0x5,0x13,0x30,0xbc, + 0x9,0x96,0x4,0xac,0xdf,0xaf,0xe0,0x84,0x98,0x38,0xf1,0x1f,0x71,0x6e,0x42,0xec, + 0x30,0x4,0x68,0x31,0xa3,0x93,0x7c,0xde,0x5b,0xd3,0x0,0x13,0x3b,0xb8,0x7e,0xb4, + 0x7b,0x39,0xf8,0x39,0x34,0x8,0xe9,0x7e,0x83,0x79,0x6a,0x95,0x40,0x7d,0x95,0x68, + 0x1b,0x2,0x3,0x66,0x4,0x6f,0xc4,0x43,0x7f,0x83,0x64,0xcc,0x6f,0x7d,0x8b,0x61, + 0xb4,0x1b,0x2d,0xd9,0x19,0x20,0x2f,0xd0,0x72,0x6,0xb9,0xd5,0x7d,0x85,0xc6,0x14, + 0x8d,0x4a,0xd,0xbe,0xee,0x5e,0x50,0x59,0x57,0x5,0x15,0x3d,0x28,0xe5,0xb5,0xb7, + 0x61,0x6f,0xe1,0xf7,0x70,0xb9,0xf2,0x9a,0xb8,0xb3,0x4d,0xf0,0xc7,0x61,0xf0,0x6f, + 0xaa,0x60,0x57,0xc,0x6b,0x78,0xa,0xce,0xcc,0xe,0x32,0x47,0xa5,0xe,0x32,0xc6, + 0xec,0x7,0x27,0x3c,0x76,0xa4,0x46,0xa7,0x86,0xb8,0xe3,0x53,0xa0,0x41,0x6f,0x7e, + 0x4d,0x45,0x89,0x9,0xfa,0xf2,0xe8,0x85,0x90,0x79,0x3e,0xb,0x1e,0xc2,0x98,0x40, + 0x85,0xb2,0x1c,0xb4,0x98,0xdf,0xee,0x2f,0xfa,0x1,0xa6,0x7,0x45,0xc3,0x7b,0x59, + 0xdb,0x40,0x87,0xb2,0x2d,0x61,0x9c,0x8f,0x3d,0x9a,0xb4,0xe7,0x98,0x64,0x80,0xc8, + 0xe4,0xd8,0x75,0x9c,0xb1,0x97,0xa4,0x96,0xbb,0x58,0xe0,0x5d,0x2,0x89,0x1,0xe7, + 0x85,0x64,0xcc,0xda,0xcb,0x21,0xb0,0xab,0xdc,0x5f,0x48,0xc6,0x28,0xd0,0x4d,0xb2, + 0x57,0xee,0x84,0x37,0xf6,0x6d,0x80,0x84,0x71,0x73,0x60,0x68,0xdf,0x81,0xa2,0xc5, + 0x32,0x2e,0x55,0x94,0xc0,0x7f,0xb,0xd2,0xe1,0xb5,0x99,0x2f,0x40,0x54,0x6a,0x3c, + 0x3e,0xc2,0xad,0x5a,0xf0,0xe9,0x1c,0x11,0x22,0x4b,0x73,0x0,0x57,0xb0,0x19,0x92, + 0x52,0xe0,0xa6,0x6a,0x81,0x41,0x4e,0xb5,0x10,0xea,0x56,0x5,0x8b,0x7d,0x8a,0x85, + 0xd6,0x94,0xc7,0xbd,0x4a,0xa4,0x73,0xe8,0x5c,0xba,0xa6,0x23,0x7a,0xce,0x31,0x9e, + 0xd7,0x82,0x83,0xca,0x1,0x96,0xed,0x78,0x5,0xd2,0x4f,0x67,0xe2,0xa3,0xee,0xa4, + 0x45,0x85,0xce,0xa5,0x6b,0x1c,0xf1,0xda,0x66,0x6d,0x8b,0xed,0x3b,0x4f,0x30,0x88, + 0x91,0xe,0x57,0xf6,0x79,0x3e,0x75,0xad,0xc9,0xe5,0x43,0x4f,0x75,0x13,0xf4,0xc5, + 0xe2,0xa1,0x6e,0x6,0xd,0xb3,0x68,0x2d,0xc1,0x84,0x66,0xae,0x80,0x9f,0x5b,0x34, + 0x50,0xd1,0xe2,0x0,0xb7,0xb1,0x84,0x85,0xa7,0xc0,0xe6,0xa2,0x6,0xf8,0x38,0xf, + 0xb3,0x69,0x2b,0x58,0x1c,0xf1,0x18,0x2c,0xa,0x7f,0xc,0x66,0xbe,0xb3,0x48,0x68, + 0x6c,0xa,0xd7,0xb4,0xb4,0x78,0x29,0x7c,0x1d,0xea,0x37,0x50,0x80,0x33,0xd2,0xe5, + 0xe,0xf4,0xd7,0x34,0x5a,0xdd,0x79,0x82,0xae,0xa5,0x7b,0xd0,0xbd,0xe8,0x9e,0xe, + 0xc5,0x89,0xe0,0xdf,0xdb,0x47,0xb4,0xca,0x67,0x40,0x6f,0x5f,0xb8,0x51,0x6d,0xb7, + 0xf7,0x22,0xac,0x59,0xa5,0x9a,0xac,0xc8,0xab,0xe9,0x7b,0x5a,0x28,0x6c,0x4e,0x89, + 0x7a,0x1a,0x8c,0xf4,0x1e,0x26,0x24,0xf9,0x4,0x79,0x5,0xc2,0xc5,0x72,0x3b,0xc6, + 0x1c,0xa,0x45,0x88,0x62,0xc5,0x85,0xb0,0x92,0xb7,0x4a,0xe8,0x8d,0x95,0xed,0xc0, + 0xe1,0xf,0x1f,0x94,0x6,0xc2,0xb6,0xca,0x48,0x8,0xec,0x37,0x18,0x3c,0x9c,0xe5, + 0xe7,0x55,0xee,0x4e,0x6e,0x78,0xed,0x20,0xc,0x8f,0xed,0xf6,0xfb,0xe0,0x93,0x40, + 0x3f,0x2,0x27,0x41,0x3e,0xec,0x93,0x5b,0x3,0x61,0xeb,0x4f,0x18,0xb6,0x5a,0xef, + 0xfd,0x6d,0xe8,0x30,0x3e,0x58,0x7b,0x25,0x4,0xd,0x30,0x14,0x72,0x30,0xbe,0xa7, + 0xe9,0x76,0x6a,0xa0,0xfc,0x74,0x76,0xda,0x70,0xca,0xc7,0x38,0x4e,0x8a,0x74,0xf, + 0xfb,0x80,0xc9,0xe1,0x70,0x34,0x80,0x42,0x8a,0x66,0xde,0xbd,0x3e,0xc,0xfe,0x56, + 0x32,0x8a,0x94,0x52,0xa3,0x35,0x34,0xe8,0x55,0xb0,0xaa,0x28,0xc,0x76,0x8b,0x47, + 0x63,0x5,0x6,0x31,0x7,0x7f,0x3c,0xa,0x4f,0x8c,0x8d,0x5,0xb5,0x8c,0x15,0x21, + 0x8d,0x4a,0x3,0x4f,0x84,0xc5,0x49,0xd7,0x52,0x30,0x64,0x37,0x18,0xf4,0x65,0xe3, + 0x53,0x62,0x2b,0xb1,0xe6,0x29,0x54,0x10,0x86,0x8f,0xb5,0xf5,0x23,0xf2,0x41,0xad, + 0x90,0xe7,0xe,0x15,0xcd,0xe,0xb0,0x2,0x3b,0x5f,0x54,0x4f,0x29,0x45,0x3b,0xc3, + 0x70,0x8,0x6c,0x5a,0xb0,0x16,0x4e,0xff,0x74,0x1e,0xbe,0x38,0x9e,0x1,0xf5,0x2d, + 0x5d,0x87,0xd0,0x94,0xfa,0xce,0xb,0x9d,0xd,0xa3,0x7c,0x47,0xc0,0xb3,0xdb,0x5f, + 0xb6,0xef,0x1c,0x0,0x50,0x89,0x6,0x88,0xa3,0xa5,0x63,0x8d,0x41,0x36,0xf0,0xea, + 0xe0,0xb3,0x30,0xa7,0xdf,0x75,0x21,0x59,0x46,0x5a,0x49,0x30,0x7c,0x76,0x2b,0x40, + 0x48,0xc6,0x8c,0xb,0x78,0x10,0x92,0xa6,0x3f,0x7,0x1,0x38,0xab,0x5b,0x42,0xc9, + 0xed,0x52,0x48,0xfe,0xf6,0x5d,0xbb,0x8e,0x7f,0x41,0xb3,0x59,0x3,0x6c,0x7f,0x20, + 0x1b,0x86,0x60,0x70,0x23,0x87,0xbd,0x15,0xbe,0xf0,0x7a,0xf1,0x3,0x42,0x32,0x4f, + 0x78,0xc0,0xe8,0x4e,0x17,0x4a,0x5a,0x69,0x68,0x69,0x84,0xbc,0xab,0x27,0x85,0x64, + 0x77,0xc8,0x0,0xc6,0x43,0x80,0x38,0x14,0x9e,0x29,0x3b,0x1e,0xb8,0xde,0xe4,0xc, + 0xf3,0x4e,0x4e,0x12,0x92,0x79,0xf6,0x2c,0xdf,0xc,0xfd,0x5c,0xfb,0x8,0xc9,0x3c, + 0xe5,0xb5,0x95,0x10,0xfb,0xde,0xd3,0x42,0xb2,0x3b,0x95,0x4a,0xff,0x19,0xc1,0xbf, + 0xc7,0x4a,0xdb,0x2a,0x49,0x7f,0x87,0x46,0x58,0xe4,0x2d,0x7f,0xdc,0xf5,0xc2,0x50, + 0x78,0x67,0x59,0x0,0x34,0x71,0x35,0x8c,0xf1,0x1f,0x9,0x8f,0x8e,0x8a,0x81,0x87, + 0x47,0x4e,0x95,0x4a,0x71,0x65,0x9,0x2c,0x89,0x9c,0xf,0x1f,0xe5,0x7c,0x81,0x67, + 0x72,0xe9,0xd1,0xc8,0x28,0xa5,0xec,0x0,0x85,0xce,0x7b,0xb,0xf7,0xc3,0xfb,0xd9, + 0x3b,0xe0,0x71,0x9c,0x34,0x6f,0xd5,0x94,0xc3,0xea,0x98,0xe5,0x10,0x39,0x38,0x54, + 0x5a,0x58,0xd1,0x73,0x3d,0x94,0xd5,0x54,0xe2,0xd5,0x36,0xc,0x8b,0x19,0x94,0x91, + 0x7,0xe4,0x63,0x6d,0xac,0x50,0xc1,0x2,0x9f,0xcb,0x90,0x38,0xa0,0x48,0x48,0xc6, + 0x34,0x62,0xe6,0xa7,0x46,0xcf,0x50,0x32,0xf3,0x5f,0xe2,0x93,0xc6,0xc5,0x30,0x25, + 0xf2,0xd,0xf0,0xee,0x65,0x9c,0x55,0x1f,0xbf,0x76,0x6,0xb3,0xc2,0xc3,0xb0,0xf2, + 0x37,0x4b,0x61,0xd7,0xa9,0xaf,0xa5,0x2c,0xef,0x99,0x9,0x4f,0xb4,0x2d,0x76,0x9e, + 0xbd,0x51,0x4,0x1f,0x1c,0xd9,0x1,0xd1,0x43,0xc3,0x61,0xee,0x83,0x33,0x21,0xed, + 0xbb,0x4d,0x98,0x5,0x4e,0x32,0x59,0xc,0xbd,0x71,0xa7,0xc,0x33,0xc3,0x8f,0xe1, + 0x9b,0x73,0x87,0x6c,0x65,0x88,0x7c,0xa5,0xff,0xf4,0xa0,0xa9,0x68,0x89,0xb6,0xc1, + 0x3b,0xbd,0xcf,0x4d,0x8,0x71,0xbd,0x23,0xa4,0x76,0xb2,0xaa,0xfa,0xc1,0x8a,0x1f, + 0xc7,0xc2,0xf6,0x9b,0x83,0x20,0xd0,0xb9,0xda,0xec,0x82,0xc8,0xa8,0x41,0x31,0xe0, + 0xea,0x1d,0x27,0xa4,0x76,0x7c,0xdc,0xfb,0x4b,0x31,0x81,0x92,0x29,0x60,0x46,0xf0, + 0x64,0x4c,0x8f,0xa3,0xe0,0x6b,0xec,0xc4,0x97,0x27,0xf7,0xc1,0xf7,0x17,0xb2,0xa5, + 0x8e,0xad,0x8c,0x59,0x86,0x9e,0x13,0x2,0x5,0xd7,0x4e,0x43,0xe9,0xcf,0x37,0x21, + 0x7e,0xcc,0xc3,0xe2,0xea,0x76,0xdc,0x1c,0x5d,0xa4,0xd4,0x7a,0x70,0x1f,0x7f,0x38, + 0x72,0xb9,0x40,0x4a,0x99,0x7b,0x2,0x3a,0xdd,0x7e,0xa5,0xdf,0x8c,0x11,0xa3,0xd0, + 0x19,0xa7,0xa,0x9d,0xb4,0xf8,0xe1,0x85,0xc3,0xa0,0x95,0xcb,0xd,0xae,0xf0,0xa7, + 0x4b,0xa3,0x61,0xeb,0x8d,0x21,0x50,0xab,0x53,0x41,0x3d,0x96,0x8c,0xa,0x3f,0x38, + 0x51,0xe3,0x9,0xc1,0x2e,0xd5,0xd0,0x1b,0x93,0x27,0x23,0xbc,0x9f,0x12,0x15,0x63, + 0xa8,0x73,0xa9,0xdf,0x6d,0x94,0xd6,0xf8,0x9d,0x35,0x4e,0x10,0x86,0xbf,0x6e,0x5d, + 0x53,0x3d,0xf8,0x7b,0xf8,0xe0,0xf0,0x98,0x87,0x59,0xa3,0x6,0xea,0x9a,0xeb,0x21, + 0xe5,0xdb,0x8d,0x52,0xa,0xac,0x56,0xaa,0xc4,0x95,0xa6,0xc,0xe9,0x1b,0x20,0x95, + 0xef,0x2e,0x64,0xf5,0xc8,0xf,0x70,0x14,0x7e,0x8e,0x69,0x3b,0x3b,0x2b,0x64,0x9, + 0x8d,0xc2,0x70,0x4b,0xea,0xe8,0xdb,0x57,0x47,0xc0,0xe2,0x33,0x13,0xa0,0xa0,0xda, + 0x68,0x8e,0x94,0xc8,0x47,0x1d,0xb5,0x1d,0x81,0x79,0x0,0x4a,0xb1,0xc4,0xa6,0xef, + 0xfc,0x65,0x2c,0xcd,0xfe,0xbf,0x8b,0x4a,0x80,0x7f,0x1d,0xdc,0x22,0x34,0x0,0xe, + 0x6a,0x8d,0x54,0x5a,0xa1,0x36,0x3a,0xa7,0xbb,0x27,0x5,0x41,0x8b,0xae,0xb,0xc3, + 0xe3,0x85,0x64,0x25,0x9c,0x17,0x2a,0x94,0x5c,0x71,0x88,0xaa,0x6,0xd,0xc0,0x5f, + 0xf0,0x51,0x46,0xb9,0xc1,0xe3,0xa7,0xa3,0x25,0x77,0xd7,0x62,0x8a,0xdb,0x19,0xae, + 0x8e,0x1e,0x30,0x3a,0x72,0x13,0x3e,0xdf,0x4e,0x1,0xc,0x4d,0x3,0x8,0x6e,0xef, + 0x9c,0x39,0xe8,0x65,0x89,0x46,0xa9,0x81,0x9c,0x2b,0xc7,0x85,0xa6,0x1d,0xd2,0x51, + 0x9b,0x9c,0x17,0x2a,0x4b,0xc6,0xcf,0x7,0xf,0x27,0xe3,0xc0,0x4b,0x6,0x5c,0xa3, + 0xd5,0x1e,0x52,0xd0,0x3e,0x3c,0x69,0x2b,0x9a,0xa0,0xa4,0xc1,0x5,0x28,0x37,0xa0, + 0xc8,0xae,0x3b,0xa6,0xe3,0x78,0x76,0xd1,0x38,0xa3,0xdb,0x60,0xca,0xeb,0xf7,0x3c, + 0xfe,0xcc,0xe6,0x97,0xb5,0x3b,0xf2,0xdc,0xa4,0xc5,0xb0,0x35,0xe7,0x73,0xa8,0x69, + 0xaa,0x13,0x1a,0x90,0x5c,0x7f,0xb,0xea,0x96,0x4f,0x92,0x97,0xf7,0xbb,0x3a,0x38, + 0x43,0x4c,0x50,0xb4,0x90,0x64,0x73,0xea,0xf0,0x6b,0x19,0xe5,0x86,0x9f,0x97,0xeb, + 0x33,0xa5,0xa3,0x4c,0xa2,0x6,0x87,0x89,0x9a,0xe5,0x38,0xaa,0x1d,0x60,0xe9,0xc4, + 0x85,0xf0,0xce,0xc1,0xad,0x42,0x3,0xb0,0xe1,0xc0,0x16,0x58,0x86,0x3a,0x4b,0x5c, + 0xff,0x6e,0xa2,0x6,0x8f,0x13,0x35,0xb9,0x30,0xa9,0xcf,0x92,0x1,0x74,0xa,0xd8, + 0x41,0x47,0xb9,0xd0,0x4,0x66,0xd,0x14,0x27,0x90,0x21,0x8e,0x5e,0x3e,0x6,0xf9, + 0x25,0xa7,0xb0,0xe3,0xe,0x92,0xce,0x1a,0xfc,0x3c,0xbc,0x45,0x4d,0x1e,0xa,0x5, + 0x97,0xde,0x16,0x4b,0x6,0xc8,0x5b,0xb5,0x27,0xf,0x87,0xc1,0x19,0xaa,0xcb,0xc1, + 0x5d,0xe6,0xf8,0x6b,0xd2,0x36,0x43,0xe9,0x9d,0x9b,0x52,0x89,0x7d,0x20,0x6,0xc7, + 0xfd,0x9,0xc8,0x2e,0xce,0x87,0x47,0xb1,0xde,0xaa,0xa7,0x73,0xe4,0xe0,0x69,0xc5, + 0x5a,0x3,0x52,0xf8,0xc3,0xca,0x74,0x69,0x22,0x6a,0x9b,0xe1,0x38,0xd7,0xb7,0xfb, + 0xa4,0x85,0xdc,0x1d,0xcd,0x75,0xc7,0x97,0x27,0x32,0x60,0x53,0xd6,0x36,0xd8,0x75, + 0xf2,0x1b,0xd8,0x57,0x78,0x10,0x66,0x87,0x4c,0x93,0xa,0xd5,0x49,0x47,0x6d,0x74, + 0x8e,0x1c,0x18,0xc6,0x16,0xb2,0x61,0xb0,0x59,0xd4,0x3a,0xbc,0x19,0x72,0xd4,0xe2, + 0x74,0xe,0x36,0x49,0xbe,0x29,0xc8,0x31,0x87,0xe,0xc3,0xd9,0xb9,0xa3,0x1f,0x86, + 0xe7,0x27,0x3f,0x69,0xb6,0x50,0x1b,0x9d,0x63,0x8e,0xce,0xee,0x29,0x1f,0x7e,0x5b, + 0xa5,0x3,0xea,0xab,0x44,0x9b,0x1,0x72,0x12,0x33,0xaa,0x69,0xfb,0xa9,0x10,0x7b, + 0x44,0xe6,0x79,0x5b,0x7d,0xd9,0x76,0x6c,0x76,0x4f,0xa6,0x58,0xdf,0x71,0x9f,0xb1, + 0x91,0xff,0xd0,0xde,0x5b,0x3c,0x54,0x18,0xa4,0xff,0x4b,0xca,0x9a,0x94,0xec,0x6d, + 0x51,0x97,0x30,0x32,0x0,0x6d,0x3c,0xc6,0x24,0xe3,0x15,0x21,0xda,0x5,0xda,0x8, + 0x61,0xee,0x65,0x8,0x15,0x6a,0xb3,0x27,0x9c,0x41,0xd2,0x89,0x97,0x76,0xb5,0xbf, + 0xe4,0x44,0x4c,0x66,0x90,0xdc,0x55,0x7b,0x68,0x82,0xc8,0x36,0x48,0xb6,0x65,0xd2, + 0xd0,0x8,0xe9,0x91,0xd7,0x3a,0xe3,0x53,0x86,0x48,0xa5,0x55,0xa6,0x36,0xa,0x71, + 0xed,0x44,0x56,0xee,0xca,0x74,0xda,0xfa,0x63,0x84,0x89,0x1,0x70,0x86,0xe4,0x18, + 0x1e,0xd3,0x56,0x12,0xd3,0x94,0xb0,0x87,0xc,0xf4,0xf4,0x93,0xd2,0xdd,0xd6,0x32, + 0x6e,0xe0,0x83,0x52,0xe9,0xa8,0xb3,0x74,0xd9,0x4c,0x26,0x77,0xf4,0x2a,0xdd,0x12, + 0xea,0x9b,0x90,0xdb,0x30,0x35,0x0,0x72,0x24,0x69,0xd7,0x25,0x4c,0x15,0x9f,0x15, + 0x62,0xa7,0xe8,0xf5,0x36,0x58,0x47,0xef,0x21,0xb4,0x50,0xd2,0x1d,0x9c,0xf1,0xe7, + 0xf2,0x5e,0xfa,0xca,0xec,0x4b,0xce,0x2e,0x1f,0xe4,0x11,0x29,0x71,0x69,0x78,0xc2, + 0xa,0x21,0x9a,0x30,0x25,0x30,0x12,0x2,0xf0,0x57,0xbd,0x9b,0xfd,0x45,0x47,0xa4, + 0x9c,0xbf,0x3b,0xae,0x88,0x77,0xfe,0x83,0xfa,0xc,0x90,0x8e,0x5d,0xd1,0xd9,0x3d, + 0xaf,0xde,0x2e,0x85,0x83,0x17,0x8f,0xa,0xc9,0x1c,0x2c,0x35,0x67,0xf5,0xee,0xd5, + 0x42,0x30,0xa1,0xeb,0x48,0x86,0x3,0x8b,0x4c,0x8d,0xfb,0x10,0xfd,0xc6,0x64,0x77, + 0xd5,0x7d,0x1,0x87,0x1d,0x39,0xf5,0x61,0x8b,0xba,0xda,0x39,0x6e,0x76,0x8,0xb4, + 0x81,0x63,0xa6,0xa6,0xce,0x61,0x29,0xde,0x69,0xaf,0xd0,0xdc,0x47,0xf0,0xbd,0x5a, + 0x77,0xef,0x25,0xdd,0x6d,0x9b,0xef,0x76,0xdb,0x46,0xf9,0x81,0x42,0xdd,0xb0,0x89, + 0xbe,0x9f,0x6a,0x35,0x1a,0xf4,0x53,0x16,0x2a,0xd4,0xf7,0x34,0x38,0x7f,0x6d,0xd3, + 0xb9,0xfb,0x24,0x14,0x2c,0xdb,0x64,0xbc,0x69,0xc1,0xc,0x96,0x7,0xf3,0xf4,0x87, + 0x9,0xe7,0x63,0xc9,0x78,0xc5,0x4a,0xa1,0xb9,0x47,0xc1,0x31,0xbf,0x6a,0x77,0x12, + 0x79,0xaf,0x50,0x74,0x89,0xbc,0x6c,0x6,0x89,0x48,0x8d,0x9d,0xcb,0x38,0xa3,0x58, + 0xe1,0x97,0xfa,0x87,0x98,0xa5,0x54,0xe3,0xf7,0x5a,0x7a,0x34,0x69,0xf7,0x27,0x42, + 0xb6,0x8,0xd9,0x6,0x20,0x68,0x33,0xb5,0x8e,0xe9,0x69,0xfd,0xcb,0xea,0xe5,0x18, + 0x1b,0x93,0x45,0xcf,0xf9,0xce,0x1e,0x75,0x5d,0x61,0x95,0x1,0x24,0xf0,0x9,0x11, + 0x91,0x32,0x67,0x31,0x63,0x3c,0x5,0x25,0xb3,0xdb,0xeb,0xec,0xf,0xbf,0x8d,0xf9, + 0xf0,0xeb,0x39,0xb5,0x61,0x1b,0x2c,0xfd,0x8f,0xd0,0xdd,0x58,0x6f,0x0,0x41,0xf4, + 0x9b,0x8f,0xf4,0x6e,0x56,0x29,0x13,0x69,0x7,0x26,0xde,0xce,0x74,0xf9,0xd8,0x2e, + 0x50,0xc7,0x15,0xeb,0x29,0xb1,0xb9,0x3b,0xb6,0x97,0x4b,0x8f,0xd,0xd0,0xa,0x6d, + 0x3f,0x95,0x76,0x60,0x72,0xfa,0xeb,0x2c,0x58,0xb7,0xbe,0xd5,0x1d,0xc,0x68,0xf1, + 0xf6,0x43,0xca,0xe7,0xef,0x99,0xbf,0xce,0x9a,0x23,0x32,0x39,0x36,0xc,0x47,0xc8, + 0x2,0xbc,0xfb,0x74,0x14,0xe9,0xad,0x93,0xb5,0x9f,0x43,0x33,0xf9,0x29,0xbc,0x3c, + 0x93,0x71,0xfd,0xe,0xda,0xd8,0x68,0x50,0xdb,0xe,0xbb,0x18,0xa0,0x23,0x93,0xfe, + 0x3e,0xab,0x1f,0xed,0xc6,0xa2,0xd,0x49,0x18,0xb8,0x7,0xe1,0x27,0xe,0xc7,0x6e, + 0xf5,0xc6,0x23,0x3d,0x45,0xda,0xff,0x3e,0xcf,0xa1,0xa,0x75,0xf4,0xf7,0xf9,0x22, + 0x3c,0x9e,0x63,0xf8,0x6b,0xab,0x9b,0x5b,0xe,0xd3,0xd2,0xb5,0x38,0xc7,0xe,0x0, + 0xfc,0xf,0x5,0xab,0xb2,0xd1,0x3f,0x71,0xb3,0x98,0x0,0x0,0x0,0x0,0x49,0x45, + 0x4e,0x44,0xae,0x42,0x60,0x82, + // D:/LMS/DBXML/InstructorsAndTrainees/icons/deleteTrainee.png + 0x0,0x0,0xa,0x30, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0, + 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0, + 0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f, + 0xa8,0x64,0x0,0x0,0x9,0xc5,0x49,0x44,0x41,0x54,0x78,0x5e,0xe5,0x9b,0xb,0x50, + 0x54,0xd7,0x19,0xc7,0xcf,0xb9,0xbb,0x7b,0x77,0x51,0x70,0x57,0x40,0x4,0x35,0x9, + 0x85,0x18,0x54,0x2,0x45,0xd4,0x8e,0x18,0x49,0x3a,0xb4,0xb1,0x49,0x4c,0x53,0x33, + 0xba,0x8e,0xc6,0x6,0x88,0xf8,0x6a,0x3a,0x8d,0x93,0xa8,0xd1,0x4c,0x62,0x7a,0x8d, + 0x8f,0x44,0xa7,0x51,0x5b,0xa7,0x93,0x9,0x31,0x4a,0xad,0x56,0x89,0xa8,0xad,0x3a, + 0xcd,0x44,0x1b,0x8d,0xc4,0xfa,0xe2,0xe9,0x83,0x8d,0xf2,0x12,0xf1,0x1,0xca,0x43, + 0x10,0xb2,0xb,0xfb,0x3a,0xfd,0xce,0xdd,0xe3,0x2a,0xf2,0xda,0xbd,0x7b,0x36,0xa5, + 0xf5,0x37,0x73,0xf7,0x7c,0xff,0xf,0xf6,0x72,0xcf,0x77,0xcf,0xeb,0x3b,0xf7,0x82, + 0x91,0x9f,0x79,0xf9,0x55,0x29,0x4c,0xa5,0x42,0x13,0x31,0x46,0x89,0xc4,0x89,0xa2, + 0xa0,0x8c,0x6,0xf7,0x50,0x38,0xfa,0xc1,0x21,0xc2,0xd1,0x1f,0x8e,0xdb,0xf2,0x41, + 0x50,0x23,0x11,0x50,0xa5,0x40,0xf0,0x5,0x27,0x22,0x25,0x4e,0xbb,0xe6,0xe4,0xde, + 0xed,0xef,0xd6,0xc0,0xcf,0xfc,0x86,0x5f,0x2,0x30,0x75,0xb6,0x34,0x56,0x70,0xa2, + 0x99,0x60,0xbe,0x0,0xc7,0x8,0xd9,0xa9,0xc,0x2,0xc7,0x79,0x42,0xd0,0x21,0x15, + 0x46,0x7b,0xb2,0xb3,0xa4,0x53,0x2e,0x37,0x3f,0xb8,0x5,0xe0,0xa5,0xd9,0x6b,0x83, + 0xb4,0x4e,0xcb,0x5c,0x30,0x17,0xc0,0x31,0x5c,0x76,0xf2,0xa7,0x4,0x8e,0x2d,0x48, + 0xd4,0x7d,0xbe,0x3b,0x73,0x59,0xb3,0xcb,0xe5,0x1b,0x3e,0x7,0x60,0x4a,0xba,0x64, + 0x10,0x9,0x7a,0x9b,0x60,0xf4,0x1b,0x90,0x6,0x97,0xd7,0xef,0x34,0x41,0xdb,0xd8, + 0x80,0xb4,0xba,0x3f,0xfa,0x1a,0x8,0xc5,0x1,0x90,0x24,0x49,0x30,0x55,0xe1,0xc, + 0x82,0xc8,0x6a,0x90,0x83,0x5c,0xde,0x1f,0x9c,0x46,0x8,0xfc,0xd2,0x9c,0xad,0xd2, + 0xe7,0x60,0xd3,0xee,0xe2,0x35,0x8a,0x2,0x0,0x7d,0x3c,0xa,0xfa,0xf8,0xe,0x30, + 0xc7,0xbb,0x3c,0xff,0x75,0x72,0xe1,0x7a,0xe6,0x66,0x6f,0x93,0x4a,0x99,0xf6,0x18, + 0x81,0x95,0x1e,0x33,0xfd,0x35,0xe9,0xd7,0xf0,0xc7,0x8a,0xc0,0xec,0x2b,0x95,0xa7, + 0x3c,0xed,0x14,0x50,0xfe,0xb4,0xf4,0x15,0x46,0xa6,0x3d,0xc6,0xe3,0x16,0x20,0x37, + 0xf9,0x2b,0x68,0x1d,0x8c,0xc8,0x8b,0x98,0xab,0xaf,0xb2,0x3e,0x36,0x12,0x2d,0x81, + 0xeb,0x75,0x32,0xdd,0x23,0x1e,0x5,0xc0,0x68,0x94,0x44,0x98,0xad,0xb7,0x82,0xf9, + 0x8a,0xcb,0xd3,0xb7,0x81,0x4a,0xed,0x32,0x88,0x11,0xa9,0x99,0x99,0xf3,0x6d,0xcc, + 0xd5,0x2d,0xbd,0x6,0x60,0xde,0xbc,0x4f,0x35,0xb7,0xdb,0x6b,0xf6,0xc2,0x6f,0xbe, + 0xc8,0x5c,0x3e,0x1,0xb,0xa1,0x56,0x51,0xa3,0xbe,0x2a,0x8a,0xa2,0x45,0xd4,0xaa, + 0xad,0xd4,0x67,0x6d,0xb7,0x8b,0x56,0xab,0x35,0xc0,0x6a,0x75,0x3c,0xa,0x83,0x2a, + 0x5d,0x18,0xf1,0xe0,0x40,0x6b,0x50,0xb0,0xf1,0xcb,0x4d,0x6f,0xb4,0x33,0xdd,0x25, + 0x3d,0x6,0xc0,0x68,0xfc,0x42,0x85,0xfb,0x9b,0xb6,0xc3,0xf0,0x3a,0x83,0xb9,0x14, + 0xa1,0xd5,0x6a,0x4c,0x49,0x3f,0x89,0xad,0x4f,0x4a,0x8a,0x7b,0x34,0x22,0xcc,0x10, + 0xc9,0xdc,0x5d,0x52,0x5b,0xdb,0x50,0xf5,0xef,0x53,0xa6,0xea,0x53,0x67,0x2e,0xc, + 0x6a,0xb7,0xda,0x47,0x32,0xb7,0x22,0xa0,0xbb,0xee,0xcc,0xf9,0x8b,0x34,0x8b,0x9a, + 0x2e,0x4f,0x67,0x7a,0xc,0xc0,0xb4,0x34,0x69,0x3d,0xdc,0xb1,0x37,0x99,0xf4,0x1a, + 0x95,0x4a,0xa8,0x4a,0x9b,0xf5,0x5c,0x63,0x42,0x7c,0x74,0x22,0x73,0x79,0x45,0x61, + 0x71,0x59,0xc1,0xf6,0x9d,0x87,0x43,0xed,0xe,0xc7,0x63,0xcc,0xe5,0x35,0x50,0xf3, + 0xb5,0x39,0x59,0xd2,0x32,0x26,0x3b,0xd1,0x6d,0x0,0xa6,0xa7,0x49,0xd3,0x61,0x8e, + 0xcd,0x66,0xd2,0x6b,0x82,0x2,0x3,0xa,0xdf,0x7b,0x27,0xed,0x89,0x0,0xad,0x26, + 0x90,0xb9,0x14,0x61,0xb6,0x58,0xef,0xac,0x5e,0xbb,0xad,0xa2,0xa5,0xd5,0x32,0x9a, + 0xb9,0xbc,0x6,0x82,0x30,0x13,0x82,0xb0,0x8b,0xc9,0xe,0x74,0x19,0x0,0xe3,0xec, + 0x95,0x31,0xc8,0xe1,0xc8,0x87,0x9f,0x2a,0xba,0x78,0x8d,0x5a,0x5d,0xbe,0x66,0x45, + 0x46,0x84,0x56,0x2b,0x72,0xe9,0xcf,0x96,0x76,0x5b,0xeb,0xbb,0xd2,0xe6,0x9b,0x76, + 0x9b,0x9d,0x26,0x52,0x4a,0x68,0x56,0x21,0x94,0xb0,0x2b,0x4b,0xaa,0x62,0xda,0x4d, + 0x57,0xeb,0x0,0x8c,0x9c,0x8e,0xcf,0x94,0x56,0x9e,0x92,0x91,0xfe,0xbc,0x99,0x57, + 0xe5,0x29,0xb4,0x15,0x65,0xbc,0xfa,0xdc,0xf7,0x4c,0x2a,0x41,0xef,0x20,0xe8,0xaf, + 0x74,0x2a,0x67,0xda,0x4d,0x27,0x87,0x31,0x4d,0xa2,0x9,0x4d,0xb2,0x4b,0x79,0x8f, + 0x46,0xa3,0x2e,0x1d,0x35,0x22,0x32,0x9e,0x49,0x6e,0xc4,0x8e,0xfa,0x51,0xbc,0xa8, + 0xd5,0x5c,0x64,0xd2,0x7b,0x30,0x9a,0x58,0x52,0x85,0x52,0x99,0x72,0xd3,0x21,0x0, + 0x34,0xb1,0x81,0x5f,0xfc,0x88,0x49,0x45,0x8c,0x49,0x18,0xee,0xb7,0xfc,0x3d,0xe1, + 0xc9,0xe8,0x5a,0x66,0x2a,0xe5,0xc3,0x59,0xb3,0xa4,0x1,0xcc,0x96,0xe9,0x10,0x0, + 0x35,0xc2,0xb,0xa1,0x18,0xe8,0x52,0xca,0x88,0x19,0xfe,0x8,0xb7,0xa6,0xff,0x20, + 0x31,0x31,0x3e,0x9f,0x3b,0xbc,0x5d,0x83,0x16,0x33,0x5b,0xc6,0x1d,0x0,0xe3,0xbc, + 0x8f,0xf4,0x18,0x11,0x1a,0x0,0x9f,0xe8,0x1f,0xa8,0xd3,0x32,0x93,0x3b,0x41,0xfd, + 0x2,0x74,0xcc,0x54,0xc,0x8c,0xfa,0xbf,0x35,0xbe,0x2e,0xb9,0xc7,0xb7,0x7b,0x2d, + 0xc0,0xda,0x96,0x1,0x9f,0x3e,0xdd,0x7d,0xbf,0xd3,0x69,0xc4,0x52,0x44,0x30,0x32, + 0x63,0x5a,0x57,0x99,0xfb,0x4f,0xe9,0x76,0xfe,0xff,0x43,0xe8,0xae,0x95,0x8c,0x1c, + 0x0,0x63,0xea,0x7,0x49,0x50,0x8c,0xa2,0xf6,0x43,0xc2,0x88,0xa9,0xa9,0x1f,0xc8, + 0xb,0x2b,0x39,0x0,0x58,0xe5,0x9c,0x4a,0xcb,0x87,0x9,0x95,0xca,0x29,0xe7,0x37, + 0x72,0x0,0x20,0x69,0x98,0x44,0xcb,0x87,0x9,0xa8,0xf3,0x64,0x5a,0xa,0xc6,0x74, + 0x29,0x1c,0xca,0x27,0xa9,0x78,0xc8,0x18,0xf5,0x72,0xea,0x9a,0x10,0x1,0x12,0x85, + 0x9,0x20,0x7a,0xcc,0xa,0x3d,0x86,0x20,0xbb,0xde,0xa0,0xf,0x62,0x8a,0x3b,0xf2, + 0xb9,0xe1,0x6f,0x30,0xe9,0x2b,0x58,0xa5,0xb2,0x4d,0x14,0x30,0xe1,0x77,0xf7,0xe3, + 0x62,0x23,0x8f,0xf7,0x96,0xef,0xfb,0x2,0x3d,0x77,0x7c,0x5c,0xd4,0x71,0x26,0x7d, + 0x6,0xd6,0x3d,0x89,0x2,0xe4,0xfb,0xdc,0x2,0xf0,0xd4,0x84,0xb8,0x60,0x66,0xfa, + 0x8d,0x94,0x67,0x12,0x7,0x33,0xd3,0x67,0xe8,0xa3,0x3a,0xda,0x5,0xa2,0x98,0xf6, + 0x19,0xbd,0x3e,0xc8,0xa7,0xdc,0xdf,0x13,0xb4,0x3a,0x91,0xdb,0x4a,0x13,0xb,0x28, + 0x9a,0xce,0x2,0x7d,0x7b,0xf5,0xe7,0x4f,0x8,0x1a,0x4a,0x3,0xe0,0xf7,0x66,0xdb, + 0x67,0x21,0xa8,0x9f,0x0,0x1f,0x7e,0x6f,0xb6,0x7d,0x16,0x8c,0x2,0x4,0xf8,0xe8, + 0x71,0xdb,0xd8,0x1b,0xcc,0x6d,0x6d,0xdc,0xce,0xd5,0x1d,0xad,0xad,0x66,0x33,0x33, + 0x79,0x20,0xd2,0x2e,0xc0,0xed,0x84,0xc7,0x8f,0x9f,0xbb,0xc9,0x4c,0xbf,0x91,0x7b, + 0xfc,0x6c,0x3,0x33,0x7d,0x87,0xa0,0x66,0xae,0x1,0x28,0x3a,0x5b,0x3e,0xbe,0xa0, + 0xb8,0xb4,0x80,0x49,0xee,0x1c,0xcb,0x3d,0x7b,0xea,0x7c,0xc9,0x65,0x7e,0xcf,0x24, + 0x31,0x6a,0xa0,0x63,0x40,0x1d,0x93,0x3c,0xd0,0xfd,0x2d,0xfb,0x5f,0x1d,0xb6,0x9c, + 0x78,0x91,0xb9,0xe5,0xe0,0xb1,0x3d,0xfb,0x73,0x69,0xe5,0x79,0x6e,0xb8,0x34,0xd0, + 0x75,0x80,0xf2,0x8d,0xc6,0x2e,0xb0,0xd9,0x1c,0x8f,0x37,0x34,0x34,0xdf,0x60,0x92, + 0xb,0x70,0x4e,0x4b,0x89,0xa9,0x8a,0xfb,0x46,0x2b,0xac,0xff,0xab,0x5,0xc8,0x7, + 0x2f,0x31,0xcd,0xb,0xfc,0xe5,0xa1,0x33,0x5e,0x3f,0xa7,0xef,0x89,0xa3,0xb9,0x85, + 0x5,0x4,0x11,0x3f,0xac,0x57,0x70,0x31,0xed,0x2,0x26,0xa6,0xb8,0x51,0x50,0x54, + 0x1a,0x63,0x77,0x38,0xb8,0xcc,0x8,0x4,0x38,0x7c,0xa4,0xc0,0x2f,0x6b,0x15,0xa7, + 0x13,0x9d,0x13,0x1c,0xe,0x44,0x93,0xb,0x8f,0x9e,0xa5,0x7b,0x8a,0xc3,0xe9,0x8c, + 0xd8,0xff,0xcf,0x93,0xa7,0x99,0xf4,0x89,0x43,0x5f,0x17,0x9c,0x68,0x6f,0xb7,0xf9, + 0x63,0xb7,0x8a,0x60,0x81,0x14,0xc9,0x69,0xb0,0x31,0x5d,0xa2,0x23,0xb7,0xa2,0x7, + 0x98,0xdd,0x81,0x5,0xe1,0xe6,0xba,0x95,0x73,0x83,0xb4,0x5a,0x91,0xbe,0xf,0xa8, + 0x8,0x4b,0x9b,0xb5,0x65,0xd9,0xf2,0x4c,0xb,0x34,0x82,0x30,0xe6,0xea,0x40,0xb0, + 0xba,0x5,0x8d,0x15,0x6a,0x50,0x62,0xeb,0x6d,0x14,0x66,0xb6,0xa3,0xd0,0xef,0x5d, + 0x99,0x72,0x7d,0x7f,0x35,0xba,0xd5,0x4f,0x8d,0xf2,0x3,0xd,0xa8,0xd0,0x39,0x14, + 0x35,0xda,0xbb,0x5c,0xeb,0x15,0xef,0xce,0x92,0x46,0xcb,0x3b,0x42,0x90,0x12,0x7f, + 0x25,0xbb,0x38,0x42,0x9c,0xce,0xc1,0x9f,0x6e,0x39,0x98,0xc7,0xa4,0x22,0x36,0x6f, + 0x3d,0x58,0xd4,0x55,0xe5,0x7,0xaa,0x5b,0xd1,0x1c,0x54,0x88,0xfe,0x7c,0xb9,0x10, + 0xcd,0x29,0x83,0x0,0xd4,0xb4,0xa1,0x61,0xcd,0x76,0xa4,0x83,0xfa,0xd3,0x83,0xda, + 0xd4,0x37,0xaf,0xac,0x16,0x7d,0x52,0x9e,0x8f,0x16,0xda,0xf3,0x50,0x28,0x4,0xeb, + 0x7e,0x60,0x4c,0x39,0x40,0x4b,0x57,0x0,0xb0,0xb0,0x8f,0x96,0xbc,0x29,0xaf,0xb8, + 0x9e,0x7c,0xee,0x42,0xc5,0x59,0x26,0xbd,0xe2,0xc4,0x69,0xd3,0x99,0x32,0xf8,0x3e, + 0x93,0x6e,0x12,0xb5,0xd5,0x68,0xe3,0xd5,0x42,0x34,0xe9,0x4a,0xb,0x52,0x79,0xd0, + 0x71,0x31,0xe4,0xfb,0x4f,0x5d,0x37,0xa3,0x8f,0xaf,0x16,0xa1,0xd1,0xba,0xab,0xcc, + 0xb,0x1,0x10,0xd0,0x7e,0x5a,0xca,0x1,0xc8,0xce,0x7a,0x3f,0xf,0xe6,0x4,0xfa, + 0xe2,0x13,0x6f,0x84,0xbc,0xa2,0x52,0xfa,0x1a,0xac,0xd7,0x9c,0xc9,0x37,0xb5,0x41, + 0xd1,0x61,0xa7,0x6a,0x92,0x78,0x9,0x2d,0xbd,0x54,0x89,0x2,0xac,0x30,0x79,0x7b, + 0x9,0xfd,0xce,0xb2,0x8b,0x15,0xf2,0x39,0xa0,0xfa,0x25,0x7b,0xb6,0xac,0x90,0x17, + 0x6c,0x72,0x0,0x5c,0xe0,0xcf,0x98,0xd1,0x27,0x89,0xd7,0x5e,0x43,0xb3,0xcb,0x6b, + 0xe5,0x3b,0xaa,0x14,0xfa,0xdd,0x8c,0xd2,0x1a,0x34,0x29,0xe0,0xe2,0x15,0x90,0x72, + 0x14,0xdd,0x1,0x10,0xad,0x84,0xbe,0xf7,0xd7,0xe4,0x52,0x7d,0xb,0xda,0xe7,0x17, + 0x55,0x55,0x22,0xba,0x6a,0xf3,0x15,0x1a,0x84,0x59,0x95,0x75,0xcf,0x7f,0xb1,0x64, + 0x72,0x2,0xd5,0xee,0x0,0xec,0xd8,0x21,0xdd,0x81,0x62,0xad,0x4b,0xf1,0xe3,0xbe, + 0x26,0xa6,0x18,0xa3,0xbd,0x54,0x51,0xb3,0xef,0xe,0x38,0x17,0x8e,0xba,0xd5,0xbe, + 0x93,0xda,0x1d,0xae,0xaf,0x4d,0x44,0x7f,0x82,0x82,0xeb,0x32,0x36,0x2c,0xd4,0xa0, + 0x62,0xa6,0x57,0x4,0x1b,0x82,0xe4,0x1a,0xd3,0xa9,0x2e,0xa5,0xba,0xe3,0x8,0xce, + 0x83,0x84,0x6b,0x8e,0x11,0x39,0x6f,0x3e,0x3b,0xb6,0x43,0x0,0xe,0x64,0x4a,0x66, + 0xe8,0x61,0xcb,0x99,0xe4,0x81,0x39,0x79,0x62,0x82,0xa2,0xd7,0xe5,0x9f,0x49,0x4e, + 0x18,0x2,0x5,0x19,0x2b,0xdc,0xe0,0xd2,0xf4,0x1f,0x84,0xce,0x20,0x3,0x2d,0x78, + 0x71,0xa7,0xbb,0x53,0x52,0xfc,0x4d,0x71,0x6c,0xc2,0x4f,0x69,0xd6,0xf5,0xb8,0xcb, + 0xa3,0x98,0xb6,0x69,0x53,0x9e,0x29,0x7e,0x62,0xf8,0xb0,0x18,0xa6,0xbd,0xc2,0xa0, + 0xf,0xc,0xa9,0xab,0x6f,0xce,0x9d,0x50,0x71,0x2a,0x72,0x48,0xab,0x83,0x79,0xf9, + 0xd2,0xae,0xc1,0x61,0x5d,0xe,0xa9,0xc6,0xd4,0x55,0x43,0x91,0x60,0x3f,0xf,0xa6, + 0xa2,0x4,0x44,0xaf,0xf,0xcc,0x9b,0x9f,0xf1,0x62,0xf0,0xb0,0x21,0x83,0x94,0xbe, + 0xd4,0x74,0x8f,0xb9,0x33,0x48,0x78,0x93,0xfd,0xde,0x75,0x1e,0x39,0xc2,0xc,0x85, + 0xa4,0xa4,0x30,0x3,0xa1,0xda,0x1,0x82,0xb5,0xcb,0x31,0x6a,0xf7,0xb6,0xf7,0xae, + 0xc3,0xc,0x3c,0xf,0x4c,0xaf,0x1a,0x9f,0x4e,0xd4,0x7c,0x37,0x27,0x6d,0x72,0xf1, + 0xca,0xe5,0xaf,0x8d,0xe3,0x52,0x79,0x40,0x6f,0x76,0x28,0x9f,0xf7,0x7a,0x41,0xdf, + 0x46,0x34,0xdd,0xe,0xd2,0xbb,0xb7,0x4a,0x39,0x4,0xa3,0xf7,0x99,0xec,0x11,0x41, + 0xc0,0x37,0x9e,0x4d,0x19,0xf3,0xed,0xda,0xd5,0xf3,0x63,0xe2,0xe3,0xa2,0xe4,0xe9, + 0xe5,0x7f,0x85,0x1e,0x67,0xa9,0x9c,0xad,0xd2,0x2a,0x68,0x9,0x99,0x4c,0x76,0x2, + 0x23,0x7c,0x7b,0xfc,0xb8,0x91,0xc7,0xfe,0xb0,0x66,0x41,0xc8,0x2f,0x5f,0x98,0x90, + 0xc,0x73,0x6c,0x8f,0xe7,0x53,0xc2,0x1d,0x48,0x6c,0xfc,0x45,0xb3,0xe,0xdb,0x7a, + 0x6d,0x5e,0xf4,0x65,0xe9,0x46,0x5b,0xcd,0x76,0x48,0x98,0xa6,0x33,0x17,0xc5,0x12, + 0x3b,0x2a,0xf2,0x74,0xea,0xcc,0x5f,0x8c,0xe,0x8,0x10,0xf5,0xcc,0xe7,0x17,0x9a, + 0xdf,0x99,0x83,0x62,0xca,0xfd,0xb3,0x3e,0xbb,0x18,0xae,0xba,0xd5,0xeb,0x1c,0x5d, + 0x50,0x70,0xd0,0x19,0x3b,0xfc,0xf5,0x7d,0x58,0x53,0x37,0x4,0x6e,0x79,0x62,0xf0, + 0xc0,0x1,0xa7,0x97,0x2e,0x9e,0xa9,0x4d,0x4e,0x8a,0x8b,0xd3,0x68,0x54,0x3e,0xbf, + 0xb4,0xd4,0x1b,0xf5,0xd,0x97,0xd1,0x10,0x53,0x35,0x53,0x7c,0x39,0x37,0x4c,0xbd, + 0xdf,0x9b,0x1,0x6,0x6f,0xda,0xbc,0x6f,0xc9,0xb4,0x29,0x4f,0xd3,0xf7,0x8,0xfd, + 0x36,0x30,0x3d,0x48,0x4b,0x4d,0x25,0x8a,0x5e,0xf8,0x36,0xf7,0xb5,0x80,0x3,0x3a, + 0xeb,0xdf,0xe3,0xd5,0xe3,0xbc,0xae,0x48,0x6d,0x7d,0xfd,0xaf,0xa0,0xfe,0x59,0x70, + 0x3d,0x3f,0xd4,0x7f,0x88,0xa1,0x9b,0xeb,0x16,0xa1,0x1f,0xe7,0xd1,0xfc,0x85,0x1f, + 0xf9,0x8f,0xa9,0x4d,0xe3,0xb2,0xe,0xc7,0x7a,0x3d,0x68,0x85,0x87,0x86,0xfe,0x3, + 0x3b,0x54,0x63,0x21,0x8,0x47,0x99,0xcb,0xef,0xf4,0x4f,0xff,0x1d,0xb2,0x88,0xfc, + 0x1a,0x9d,0x45,0x4d,0x48,0x95,0xc1,0x29,0xff,0xf7,0x8b,0xa2,0x51,0x7b,0xf0,0x60, + 0x43,0x45,0x78,0xc8,0xc0,0x9f,0x41,0x62,0x35,0x17,0x96,0xa,0x3c,0x9f,0x2b,0x74, + 0x49,0x60,0x58,0x24,0xba,0xb8,0xe0,0x15,0xe4,0xe4,0x10,0x3,0x42,0x8,0x3a,0x3a, + 0x52,0xb7,0xca,0xb8,0xf1,0x6b,0x79,0xa3,0xc6,0xe7,0x53,0xd6,0xd5,0xd5,0x5,0xd9, + 0x5,0xe1,0x2d,0x58,0x32,0xbd,0x5,0xd2,0x2f,0xf,0x45,0xee,0x72,0x6d,0xd7,0x46, + 0x34,0x26,0xe7,0x5b,0xc5,0x7b,0x2,0xb4,0xf2,0xdf,0x8c,0x14,0x77,0xa7,0x7c,0x72, + 0xc8,0x3d,0xa3,0x71,0x6b,0x57,0x34,0x10,0x36,0xa4,0x9a,0x89,0x31,0x79,0x3,0x64, + 0xac,0xcb,0xcb,0x17,0x18,0x77,0xca,0x2a,0xb3,0x37,0x54,0x27,0xee,0x3f,0x91,0x42, + 0x53,0x5a,0xe6,0xf6,0x8,0xda,0xec,0x8f,0x8e,0x10,0x57,0x4e,0xde,0x74,0xe8,0xf7, + 0xcc,0x25,0xc3,0x2d,0x0,0x77,0x81,0x28,0xe3,0x9a,0xfa,0xfa,0x31,0x70,0x9b,0xa6, + 0xc2,0x42,0xe9,0x25,0x70,0xf9,0xba,0xa5,0x6d,0x22,0x88,0xd0,0xe9,0x6a,0x6f,0x78, + 0x48,0x48,0x3e,0xdc,0x7d,0x92,0xb3,0xf8,0xe7,0x31,0x8f,0x34,0xe2,0x5d,0x63,0xae, + 0xd8,0x13,0x7a,0xdb,0x17,0xa4,0x77,0xfd,0xfc,0x30,0x75,0xd9,0x77,0x61,0xaa,0xe9, + 0x33,0xd6,0x7f,0x55,0xcc,0xdc,0x6e,0xb8,0x7,0xe0,0x41,0x6a,0x6a,0x5a,0x6,0x61, + 0x75,0x5b,0x12,0xc2,0xc2,0x38,0xe8,0xc3,0xd1,0xb0,0xa0,0xa2,0xaf,0xe4,0xd0,0xf7, + 0x7c,0xe8,0x2,0xea,0xee,0x7e,0x75,0x2b,0x1c,0x74,0x43,0xa6,0x16,0xee,0x6b,0x25, + 0x4c,0x79,0x15,0x88,0x38,0xf3,0x88,0x5d,0x77,0x32,0x22,0x22,0xa8,0xdb,0x31,0x86, + 0xe6,0xf3,0xc1,0x90,0xd2,0x46,0x34,0x3b,0x53,0xc,0x16,0xa2,0x37,0x98,0x89,0x86, + 0xfa,0x9b,0xfa,0x61,0x5b,0x53,0x0,0x6e,0xba,0x61,0x10,0x8e,0xdc,0xd6,0x91,0x8f, + 0xa7,0x6d,0x38,0x9c,0x2f,0x7f,0xa1,0x13,0x8,0xfd,0x7,0x2e,0x1b,0x22,0x24,0x1f, + 0x2b,0xf0,0x8,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // D:/LMS/DBXML/InstructorsAndTrainees/icons/addInstructor.png + 0x0,0x0,0xb,0xfd, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0, + 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0, + 0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f, + 0xa8,0x64,0x0,0x0,0xb,0x92,0x49,0x44,0x41,0x54,0x78,0x5e,0xdd,0x9b,0xb,0x54, + 0x54,0xd5,0x1a,0x80,0xff,0x7d,0x86,0xa7,0x80,0x28,0xa1,0xf8,0x40,0xcd,0x24,0x41, + 0x30,0x1f,0x94,0x80,0xf8,0xc8,0x4a,0x7c,0xdd,0x0,0xad,0xe8,0xa1,0x99,0xad,0x1e, + 0x6a,0xb7,0xb2,0xae,0xa9,0x3d,0x56,0x2d,0x63,0xd5,0x2d,0x2f,0xa0,0x76,0x6b,0xb9, + 0xae,0xd5,0xbd,0x95,0xad,0xd2,0xbb,0x6e,0xa6,0xc6,0xad,0x28,0xc9,0xcc,0xb7,0xe0, + 0x2b,0x31,0x1,0x4d,0x4b,0x52,0x7c,0xf0,0xf0,0x1,0xa8,0xc0,0xcc,0x9c,0x7d,0xff, + 0x7f,0xcf,0x1e,0x86,0x61,0x66,0x98,0xd7,0x19,0xac,0xfb,0xad,0xb5,0x39,0xfb,0xff, + 0xcf,0x39,0x33,0xb3,0xff,0xb3,0x1f,0xff,0xff,0x9f,0xd,0x3,0x1f,0x93,0x9a,0x3b, + 0xad,0xbb,0x91,0xa9,0x63,0x39,0xe7,0x9,0xf8,0x65,0x71,0xa8,0x1a,0x88,0xa5,0x2b, + 0x96,0x2e,0x58,0x42,0xb1,0x10,0xd,0x58,0x2e,0x62,0xb9,0x0,0x1c,0x8e,0x70,0x6, + 0x47,0x18,0xe7,0x3f,0xe9,0x98,0xdf,0xb6,0x9d,0xb,0xd7,0x57,0x89,0x2b,0x7c,0x84, + 0x4f,0xc,0x30,0x22,0x2f,0x7d,0x84,0x4e,0x85,0x7,0x80,0x29,0x69,0x1c,0x78,0x2, + 0xaa,0x3c,0xfd,0x1e,0xb4,0x5,0x3b,0xc,0x5c,0x2d,0x54,0x39,0x5b,0x5d,0xfc,0x7c, + 0xfe,0x5e,0xa9,0xd7,0xc,0xcd,0xc,0x90,0xfc,0xf6,0xe4,0xce,0xd0,0xe8,0x37,0x1b, + 0x3f,0xf1,0x11,0xfc,0xd8,0x41,0x52,0xad,0x31,0xbc,0xc,0x7b,0xc8,0x7,0x7e,0x9c, + 0xbd,0xbb,0xe3,0xf9,0xfc,0x7a,0xa9,0xf4,0xa,0xaf,0xd,0x30,0x72,0x59,0x56,0x84, + 0x6a,0x68,0x7c,0x6,0x18,0x7b,0x1a,0x45,0xea,0xda,0x1d,0x1,0xe,0x15,0xfe,0x8e, + 0xbf,0x51,0x7d,0x6b,0xfb,0x8b,0x5f,0x5d,0x90,0x3a,0x8f,0xd0,0xc9,0xa3,0xfb,0x70, + 0x60,0x49,0x21,0x99,0xf,0xa9,0xaa,0x21,0x9f,0x31,0x36,0x5,0x35,0xc1,0xa6,0x13, + 0x1d,0x42,0x30,0x1a,0xfc,0x56,0x55,0x61,0x8f,0x47,0x4f,0x8c,0x6b,0xaa,0x1c,0x79, + 0xff,0x1e,0xd8,0xb2,0x85,0xcb,0x73,0x6e,0xe1,0x51,0xf,0x18,0xb9,0x2c,0x23,0xc6, + 0x68,0x80,0x55,0x8c,0x41,0xaa,0x54,0x5d,0x6b,0x76,0x28,0x3a,0x78,0x78,0xd7,0xfc, + 0xfc,0x63,0x52,0x76,0x19,0x45,0x1e,0x5d,0x66,0x44,0x4e,0xe6,0x34,0xd5,0x8,0x7b, + 0x7e,0x47,0x8d,0x27,0x46,0xe1,0x6f,0xda,0x9f,0x94,0x97,0xfe,0x80,0x94,0x5d,0xc6, + 0xf5,0x1e,0xb0,0x78,0xb1,0x92,0x1c,0x7a,0x60,0x29,0xd6,0x9e,0x35,0x29,0x7e,0x9f, + 0xe0,0x38,0x58,0x56,0xdc,0x30,0x7c,0x21,0x64,0x67,0xab,0x52,0xd5,0x2e,0x2e,0x19, + 0x20,0xe1,0xd5,0xac,0x80,0xd0,0x4e,0x4d,0x1f,0xe1,0xd5,0x6e,0x5b,0xf8,0xda,0xc0, + 0x3e,0x8f,0x8,0x6c,0x9e,0x51,0x30,0xaf,0xa0,0x49,0x2a,0x1c,0xe2,0x74,0x12,0x8c, + 0x5f,0x9c,0x15,0x10,0x16,0xda,0xb8,0x1e,0x27,0x9d,0xbb,0xa4,0xea,0x8f,0x40,0xfc, + 0x55,0xa3,0x92,0x18,0x9e,0x3a,0x74,0x6d,0xf5,0x96,0x52,0xa3,0xd4,0xd9,0xa5,0xfd, + 0x39,0x0,0x67,0xfa,0xb0,0xd0,0xa6,0xf7,0xd1,0xa2,0x34,0xcb,0xff,0xc1,0x60,0x53, + 0xf0,0xb7,0xaf,0xa2,0xa1,0x2b,0x15,0x76,0x69,0x77,0x8,0x24,0xe7,0x66,0x2c,0xc7, + 0x83,0x57,0x63,0x7e,0x78,0x74,0x2,0xc4,0x45,0xd,0x0,0x3f,0x9d,0xbf,0xd4,0xb8, + 0x86,0xc1,0xa8,0x87,0xb2,0x73,0xc7,0xe0,0xc7,0x53,0xa5,0x52,0xe3,0x21,0x1c,0x96, + 0x16,0x2d,0xca,0x5f,0x20,0x25,0x1b,0x1c,0x1a,0x20,0x29,0x27,0x23,0xb,0x67,0xfa, + 0xff,0x48,0xd1,0x6d,0xd0,0x85,0x85,0x57,0x26,0x3f,0x3,0x53,0x12,0x6e,0x93,0x1a, + 0xcf,0xf8,0xea,0xf0,0xf7,0xf0,0x5a,0xc1,0xdf,0xa5,0xe4,0x19,0xd8,0x91,0x67,0x14, + 0x2f,0xfc,0x62,0xb5,0x14,0xad,0xb0,0xdb,0x3d,0x52,0x73,0xa6,0xe,0xc0,0xc6,0x63, + 0xd7,0xf7,0x9c,0x71,0x3,0x47,0x7a,0xdd,0x78,0xe2,0x4f,0x9,0xb7,0xc3,0xb8,0x1b, + 0x53,0xa4,0xe4,0x19,0xc,0xf8,0xca,0xa4,0xa5,0x53,0x29,0x8,0xb3,0xc1,0xd6,0x0, + 0x68,0x2e,0x3,0xa8,0x1f,0x63,0x2d,0xdc,0xa4,0xf0,0xc,0xea,0xfa,0x5a,0x31,0xbc, + 0xcf,0x60,0x59,0xf3,0x98,0x30,0xa6,0xaa,0xff,0xa2,0xb6,0x49,0xb9,0x5,0x1b,0x3, + 0xa4,0x2c,0xcd,0x7c,0x54,0xb,0x27,0x27,0xd8,0x3f,0x48,0xd6,0xac,0xf9,0xa5,0xe6, + 0x37,0x28,0x3f,0x77,0xdc,0x6e,0xa1,0x73,0xf6,0xe8,0xe4,0xaf,0x89,0x97,0x3d,0x3a, + 0x25,0x37,0x7d,0x96,0xac,0xb7,0x60,0x65,0x0,0xa,0x6c,0x30,0x6e,0x7f,0x53,0x8a, + 0x3e,0x61,0xdf,0x6f,0x25,0xb0,0xa7,0xe2,0x47,0xbb,0x85,0xce,0xf9,0x12,0x23,0xb0, + 0x9c,0x61,0xcb,0xa7,0x52,0x1e,0xa2,0x5,0x2b,0x3f,0xa0,0xf7,0xf8,0x98,0x17,0xf1, + 0x30,0xd9,0x24,0x79,0xc7,0xd8,0x98,0x64,0x88,0x8d,0xba,0x41,0x4a,0x16,0x12,0x7a, + 0xe,0x84,0xa1,0xbd,0xe3,0xed,0x16,0x3a,0x67,0x8f,0xa3,0x55,0xbf,0xc0,0xb6,0xe3, + 0xc5,0x52,0xf2,0x1c,0xec,0xd9,0x21,0x3a,0x95,0x37,0x56,0x16,0x1e,0xd9,0x22,0x55, + 0x96,0x1e,0x20,0xe2,0x79,0x80,0xa7,0x4c,0xd2,0xff,0x2f,0x38,0x21,0xce,0x1b,0xf5, + 0xb7,0x8c,0x30,0x29,0xb6,0x1a,0x2,0x94,0xcc,0xe8,0xb8,0x78,0xfe,0x1a,0xc2,0x22, + 0xc,0x3a,0xa0,0xb6,0xa,0x5a,0x66,0xc5,0x94,0xdc,0xcc,0x43,0x1c,0xb8,0xd7,0xd3, + 0xad,0x99,0x3b,0x62,0x47,0xc1,0x83,0x23,0xee,0xc2,0x6e,0xe7,0x52,0xb8,0xe1,0x10, + 0x9c,0x93,0xe0,0x93,0x3d,0xeb,0x60,0xd3,0x91,0x1d,0x52,0xa3,0x9,0xa5,0x45,0xb, + 0xf3,0xc5,0x32,0x25,0x7e,0x1d,0xe5,0xf0,0x14,0xce,0xbc,0x1f,0x64,0xad,0xd0,0x61, + 0x80,0x3e,0x77,0xf4,0xc,0x28,0x2c,0xdf,0xe,0xb7,0xa1,0x4f,0xe0,0x87,0xb2,0x3b, + 0x18,0x30,0xbe,0xdd,0x7c,0x74,0x17,0xa4,0xc5,0x8d,0x86,0x95,0xdb,0x3f,0x5,0x23, + 0xca,0x5a,0xc2,0xb8,0x7a,0xf3,0xee,0x45,0x5f,0xee,0x17,0x6,0x48,0xc9,0x49,0x5f, + 0xc6,0x19,0xfb,0x8b,0x38,0xa3,0x11,0xa,0x3e,0xf9,0x1d,0xcf,0xad,0x87,0xbf,0x7e, + 0xf3,0xe,0x3c,0x70,0x4b,0x26,0xc,0x88,0xec,0x27,0xcf,0xb8,0xc6,0xf1,0x9a,0xa, + 0xf8,0xf7,0xbe,0x7c,0x78,0x69,0xe2,0x53,0x90,0x9a,0x37,0xd,0x97,0x70,0x8f,0x12, + 0x3e,0x8e,0x91,0x2e,0xb2,0x98,0x3,0xb8,0xc2,0x26,0x8,0xa5,0x86,0xa8,0xd8,0x75, + 0xd,0x46,0x3,0x4,0xfa,0x5,0xc2,0x9c,0x35,0x2f,0x40,0xfe,0xa1,0x42,0x5c,0xea, + 0xe,0xba,0x54,0xe8,0x5a,0xba,0x27,0x8,0xef,0x6d,0x36,0xe8,0xb5,0x6f,0x3c,0xc1, + 0x60,0xbc,0x38,0x88,0xbc,0x3d,0x18,0xcf,0xa,0x95,0xc6,0x6c,0x7c,0xea,0x53,0xf8, + 0xb8,0x68,0x2d,0x8e,0xe1,0xf5,0x52,0xe3,0x1e,0x33,0x93,0xee,0x12,0xf3,0xc8,0xc4, + 0x15,0xf,0x4a,0x8d,0xa6,0xf0,0x0,0xbd,0x3e,0x4a,0xa1,0x97,0x16,0x28,0x68,0xde, + 0x78,0xe2,0x6c,0x5d,0x15,0x44,0x77,0xed,0x29,0x25,0xf7,0xe9,0xd3,0xb5,0x17,0x9c, + 0xc1,0xcf,0xf0,0x11,0xac,0xd9,0xcf,0x6f,0xac,0xc2,0xb8,0x76,0x33,0x7f,0x5b,0x7e, + 0xae,0xfa,0x15,0xe2,0x7b,0xdc,0x28,0x25,0xf7,0x89,0x8b,0x8a,0x81,0x63,0xd5,0x27, + 0xa4,0xe4,0x3,0x14,0x25,0x41,0xc1,0xd1,0x15,0x2b,0x45,0xcd,0xd9,0x7f,0xf2,0x27, + 0x88,0xe9,0xd6,0x1f,0xba,0x74,0x72,0x3f,0xae,0xa,0xf,0xe,0xc3,0x7b,0xaf,0x47, + 0xf7,0xf8,0x90,0xd4,0x68,0xf,0xae,0x4,0xb1,0x38,0x9,0x72,0xcf,0x1f,0x91,0x13, + 0x8a,0xd0,0xbf,0xa7,0xe9,0x76,0x5c,0x8c,0xfb,0xe1,0xec,0xed,0x3,0x29,0x1e,0xe3, + 0x38,0x29,0xd2,0x67,0xf8,0x6,0xc,0xe,0x7,0xa2,0x1,0x94,0x48,0x29,0x6b,0x4e, + 0x4d,0xc3,0x79,0xd8,0xf2,0xf3,0x6e,0xb8,0xef,0xe6,0x74,0xf0,0x77,0x23,0x23,0x14, + 0xe0,0x17,0x0,0xf7,0x25,0x66,0x88,0x7b,0x6b,0x2e,0x7b,0xf5,0xe2,0xc7,0x19,0x91, + 0x2c,0x39,0x37,0xbd,0x16,0x3b,0x43,0x84,0x54,0x68,0xce,0x8d,0x38,0x4,0xde,0x9b, + 0xbe,0x4,0xe,0x9d,0x2e,0x87,0xcf,0xf,0x14,0xc0,0x15,0xfd,0x55,0x79,0xc6,0x3e, + 0x14,0xfa,0xde,0x33,0x7c,0xa,0xc,0xee,0x15,0xb,0x8f,0xaf,0x7e,0xde,0xb7,0x73, + 0x0,0x40,0x2d,0x1a,0x20,0x83,0x52,0xc7,0x1,0x26,0xd9,0x37,0xdc,0xd2,0x77,0x8, + 0x2c,0x4a,0x7b,0x2,0xfa,0xe2,0xac,0xee,0xa,0x15,0xe7,0x2b,0x21,0xe7,0xbb,0x7f, + 0xf8,0x74,0xfc,0x4b,0x9a,0x3b,0xc4,0x0,0x66,0x46,0xf4,0x1d,0xea,0x30,0x51,0x62, + 0xe6,0xaa,0xbe,0x11,0xf6,0xfc,0x76,0x50,0x4a,0x3e,0x87,0xc,0xe0,0xdb,0x21,0xd0, + 0x9a,0xff,0xce,0xfd,0x0,0xba,0x85,0x5e,0x27,0x25,0xfb,0x54,0x37,0xd4,0x42,0xfa, + 0xca,0x47,0xa4,0xe4,0x73,0x6a,0x75,0xd1,0x13,0x6,0xfd,0x19,0x2b,0x56,0x59,0x12, + 0x6f,0x50,0x98,0x2,0xc3,0xa2,0xe3,0xe1,0xce,0xc1,0xe3,0x61,0x52,0xfc,0x38,0x51, + 0x7e,0xa9,0xad,0x80,0x59,0x29,0x59,0xe8,0x15,0x7e,0x8e,0x57,0x70,0xb1,0x34,0xb6, + 0x8d,0x12,0xc9,0x75,0xfe,0xba,0x74,0x33,0xbc,0xbf,0x63,0xd,0xdc,0x8b,0x93,0xe6, + 0xb9,0xfa,0x6a,0x58,0x38,0x7e,0x2e,0xa4,0xf4,0x1f,0x2e,0x12,0x2b,0x2a,0x57,0xa1, + 0xaa,0xbe,0x16,0xef,0xd6,0xd4,0x2d,0xae,0xa2,0x1e,0xb0,0x17,0x7b,0xc0,0xcd,0x52, + 0xe1,0x31,0x94,0x6,0xa7,0xc6,0xce,0x19,0x3d,0x1d,0x7a,0x74,0xee,0x2e,0xb5,0x26, + 0xe,0xa0,0x3f,0x50,0x58,0xbe,0xd,0x9e,0xbb,0x63,0x36,0x6c,0x28,0xf9,0x56,0x44, + 0x79,0x8f,0x8e,0xbc,0xaf,0x25,0xd9,0x79,0xf8,0xcc,0x51,0xf8,0xe7,0xce,0x35,0x30, + 0x7a,0xc0,0x8,0x98,0x3a,0x64,0x22,0x2c,0xdd,0xf4,0x1e,0x46,0x81,0x63,0x6c,0x92, + 0xa1,0x67,0x2e,0x55,0x61,0x64,0xf8,0x9,0x6c,0x2c,0xdb,0xaa,0x95,0x21,0xf6,0xea, + 0xa2,0xd3,0xe2,0xc6,0xe1,0x6f,0xbf,0x49,0x2a,0x3c,0x82,0x96,0xad,0x57,0x26,0xcd, + 0x83,0xc7,0x52,0xef,0x87,0xd0,0xc0,0x10,0xa9,0xb5,0xd0,0x33,0xbc,0xbb,0xf0,0x9, + 0x74,0xd8,0x3b,0x26,0xc,0x1a,0x8b,0xe1,0x71,0x2a,0x7c,0x8b,0x8d,0x58,0x77,0xf0, + 0x1b,0xf8,0x1e,0xe3,0x7c,0x6a,0xd8,0x73,0xe3,0xe7,0x60,0xcf,0x49,0x80,0x7d,0x27, + 0xf,0x41,0xe5,0xc5,0xb3,0x30,0x6d,0xd8,0x24,0x79,0xb7,0x85,0xb0,0xa0,0x10,0x11, + 0x5a,0xf7,0xbf,0x2e,0x1a,0x76,0xfe,0xba,0x4f,0x84,0xcc,0xde,0x80,0x9d,0x6e,0xb3, + 0xae,0xf7,0x84,0xd8,0xc1,0xd8,0x19,0xc7,0x49,0x9d,0xdb,0x50,0xd8,0xbb,0x24,0xf3, + 0x45,0xb8,0x3d,0x76,0x94,0xd4,0xd8,0x87,0x1a,0x97,0xb7,0xe9,0x5d,0x91,0xe3,0xef, + 0x14,0x10,0xc,0x89,0xf8,0x74,0x2f,0x37,0x5d,0x81,0xe8,0x2e,0x3d,0x71,0x78,0xdc, + 0x83,0x51,0x63,0x0,0x5c,0x6e,0xbe,0x2,0xb9,0xdf,0xbd,0x2b,0x42,0x60,0x7f,0x9d, + 0x9f,0xbc,0xd3,0x96,0x1b,0x22,0xfb,0x8a,0xb2,0xe9,0xc8,0x76,0xaf,0xfa,0x1,0xfe, + 0xf4,0xb5,0xba,0xe8,0x89,0x71,0xdd,0xb0,0x7e,0xaf,0x49,0xe5,0x3e,0x33,0x93,0xef, + 0x86,0xbb,0x87,0x39,0x7f,0x75,0x48,0xd,0xea,0x15,0x1e,0x5,0x6b,0xf6,0x7e,0x21, + 0xba,0x3a,0x51,0x71,0xe1,0x14,0xf8,0xe9,0x74,0x2d,0xb9,0x82,0xe5,0xdf,0xbf,0xf, + 0x59,0x89,0x77,0x8a,0x20,0xc8,0x19,0x7e,0x61,0x41,0xf0,0x5d,0xe0,0x8f,0x50,0x16, + 0x55,0x5,0xd5,0x3,0xc,0x50,0x15,0xab,0x87,0x1a,0x3c,0x52,0x69,0xa,0xe1,0x50, + 0x17,0x65,0xa4,0x6,0x42,0x60,0x83,0x25,0xeb,0x67,0x3,0xe7,0x2b,0x14,0x1d,0x57, + 0xb6,0x52,0xd5,0xa4,0x71,0x8f,0x2e,0xc1,0x9d,0x61,0x56,0xf2,0x3d,0x52,0x72,0xe, + 0xbd,0x2c,0x9,0xd0,0x5,0x40,0xd1,0x89,0x3,0x52,0x63,0x81,0x74,0x74,0xce,0xd9, + 0xb,0x95,0xd,0x97,0xb6,0xc2,0xa0,0xb2,0xe9,0x10,0x8f,0x65,0x7b,0x60,0x39,0x5c, + 0xed,0xa2,0x82,0x21,0xc8,0xfa,0xe7,0xd7,0xf7,0x30,0x8a,0x72,0x6a,0x48,0xb3,0x28, + 0x54,0xb7,0x3,0xf,0x30,0x18,0xb6,0x2a,0xb4,0xf,0x4f,0x6c,0x45,0xf3,0x80,0x34, + 0x1c,0xcf,0x21,0x1,0x9d,0xa4,0xe4,0x1a,0x4f,0x8c,0x99,0x9,0xab,0x8a,0xd6,0x42, + 0x7d,0xd3,0x65,0xa9,0x1,0xd1,0xf5,0x3f,0x42,0xdd,0xdc,0x31,0xed,0xc7,0xfd,0xb3, + 0x2a,0x5e,0x17,0xe5,0xb4,0xbe,0x46,0x6a,0x2c,0xf4,0xf2,0x8f,0x84,0xa4,0x4e,0xf1, + 0x52,0xb2,0x60,0x36,0xc4,0x39,0xec,0x21,0x6d,0x28,0xd9,0xf6,0x52,0x41,0xb5,0xa9, + 0x7f,0x70,0xb5,0x50,0x1c,0xdd,0x24,0xb5,0x7f,0xa2,0xac,0xb9,0x4e,0x90,0x7f,0x20, + 0xcc,0x1e,0x35,0x3,0x56,0x6c,0x59,0x25,0x35,0x0,0xef,0xfc,0xf0,0x11,0xcc,0x41, + 0x9d,0x23,0x27,0xa9,0x12,0x1b,0x9c,0x76,0xec,0x59,0xf1,0xf4,0xed,0x31,0x35,0x7c, + 0x2c,0x94,0xd,0x5a,0xd,0x85,0x31,0x6f,0xc1,0x93,0x91,0xf6,0xb7,0x31,0x9c,0xef, + 0x67,0x80,0x13,0x49,0x4d,0xa0,0x6f,0xe9,0x2d,0x4c,0xb4,0x59,0x18,0xc0,0xa8,0xc0, + 0x1a,0x3a,0xba,0xb,0x4d,0x60,0x9e,0x40,0x7e,0x2,0x19,0x62,0xf7,0xaf,0xfb,0x61, + 0x6f,0x45,0x9,0x36,0x3c,0x50,0xe8,0x1c,0xf1,0x30,0x3e,0xf5,0xe2,0x2b,0x8e,0x5f, + 0x93,0x27,0x85,0x58,0xee,0x6d,0x5d,0x6f,0xb,0xd,0x97,0x4a,0xec,0xd,0x84,0xc2, + 0xb8,0x78,0x5b,0xdc,0xe2,0x8d,0x78,0x92,0x16,0xa7,0x94,0x57,0xe7,0x20,0xf3,0x6e, + 0x57,0xe7,0x34,0x19,0x9a,0x31,0xba,0x3b,0x2f,0xea,0x8d,0xfa,0x26,0x98,0xf7,0xd9, + 0x62,0x51,0x7f,0x3b,0x2b,0x5b,0x18,0x84,0x88,0xc,0x89,0x10,0x2b,0x82,0x99,0x97, + 0x4e,0xaf,0x84,0x15,0x35,0xeb,0xa4,0x64,0x9f,0x4b,0x43,0x36,0xca,0x9a,0x89,0xf0, + 0x92,0xf6,0x53,0x9c,0xa1,0xd5,0xba,0xba,0xd3,0xe3,0xbf,0x11,0x49,0x8a,0x16,0x3, + 0x24,0xe7,0xa4,0x2f,0xc0,0x69,0x33,0x57,0x8a,0x2e,0x51,0xf8,0xf4,0x6a,0x8,0xb3, + 0xb3,0xee,0x3b,0x82,0x56,0x80,0xf2,0x73,0xc7,0xa0,0x7b,0x18,0x2d,0x3c,0xb6,0x54, + 0xa1,0xf7,0x47,0x59,0x20,0xca,0x22,0x13,0xd4,0xe5,0x69,0xcc,0x3b,0xc3,0x5d,0x3, + 0x10,0xb8,0x42,0xdc,0x7b,0x69,0x48,0xe1,0x67,0x96,0x35,0x22,0xc8,0xf0,0x1e,0xfe, + 0xd5,0x24,0xf8,0x26,0x27,0xc7,0x1e,0x46,0x74,0x67,0xa7,0xe,0x9d,0x4,0x4f,0x8e, + 0x7d,0xc8,0x6e,0xa1,0x73,0x74,0x8d,0x99,0xf5,0x17,0xed,0x7f,0x8e,0x16,0xa0,0xeb, + 0xbd,0x8c,0x8e,0x2d,0x6,0x28,0x9a,0x57,0x50,0x47,0xdb,0x4f,0xa5,0xe8,0x15,0x85, + 0xe5,0xde,0xff,0x70,0x7a,0xfa,0x8e,0x26,0x3d,0x2d,0xc0,0x95,0x2f,0x3a,0xf8,0xe0, + 0xe4,0x68,0x2b,0x2f,0x81,0xf6,0xde,0xe2,0xc1,0x76,0x8d,0xb9,0x6,0xf8,0xf2,0xe9, + 0x9b,0xf1,0xe7,0xfa,0xf9,0x56,0x6,0xa0,0x8d,0xc7,0x38,0x11,0xbe,0x20,0x45,0x9f, + 0x40,0x1b,0x21,0xec,0xbd,0xc,0xa1,0x42,0xe7,0x3a,0x14,0xa6,0xa4,0x58,0xc7,0xa4, + 0x4,0x7,0x96,0x9c,0x97,0xb1,0xd,0x6b,0xed,0x3b,0xf7,0x88,0xa3,0x49,0x70,0xc1, + 0xfa,0xd7,0x21,0x6f,0xda,0xcb,0x52,0xb2,0x40,0x99,0x9e,0x3,0xa7,0x7e,0x92,0x12, + 0x40,0xe9,0x99,0x9f,0xc5,0x31,0xbe,0xa7,0x25,0x2f,0x9b,0xd8,0xe7,0x26,0x91,0x39, + 0x6a,0x3d,0x91,0xbd,0xd1,0x6b,0xae,0xc3,0xf5,0xdd,0x13,0xcc,0x9f,0x8d,0xf,0xfb, + 0x94,0x55,0xf,0x10,0x30,0xe0,0xe8,0x1e,0xd3,0x56,0x92,0x4b,0x26,0x85,0x76,0xf4, + 0x8b,0xe8,0x2d,0xc2,0x5d,0x73,0xb9,0xa5,0xdf,0x10,0x51,0x5a,0xeb,0xda,0xa6,0xcd, + 0x56,0xf5,0x7b,0x59,0xd3,0xc6,0x13,0xa5,0xe8,0x34,0x11,0x34,0xf,0xd8,0x1a,0x0, + 0xd9,0xb9,0x68,0xc3,0x71,0xc,0x15,0x1f,0x97,0xa2,0x43,0x54,0xd5,0xa5,0xed,0xb8, + 0x5e,0x41,0x2e,0xae,0xd6,0x54,0xea,0x2d,0x6f,0x9b,0x6c,0x87,0x40,0x2b,0x92,0x72, + 0x33,0x96,0xe2,0x5,0xf3,0xa5,0x68,0xc3,0xad,0x31,0x29,0xd0,0x17,0x9f,0x6a,0x5b, + 0x36,0x1f,0xdd,0x29,0x62,0x7e,0x67,0x9c,0xa8,0x3d,0x29,0x8e,0xd7,0x5f,0xd7,0x47, + 0x1c,0x5b,0xb3,0xa4,0xf3,0x3a,0xa8,0x53,0xae,0x8,0x3,0xbc,0x89,0x43,0x80,0xdc, + 0x5d,0xad,0x68,0x3d,0xbc,0xda,0x35,0x0,0xcd,0x7,0x29,0x79,0x19,0x1f,0xa2,0xf7, + 0x6c,0xb3,0xbb,0xca,0xd7,0x90,0xdf,0x4e,0xae,0xab,0x2b,0x78,0xe2,0x8,0x11,0xd8, + 0xcb,0x5b,0x39,0x42,0xf6,0xc0,0xf9,0xa0,0xae,0x21,0x70,0x36,0x5e,0xfa,0xb5,0xd4, + 0x74,0x18,0xc1,0x97,0xda,0xff,0x69,0x5a,0xe1,0xf4,0x5b,0x4a,0xb3,0x3f,0x6b,0xe, + 0x6e,0xa8,0x47,0xdf,0x94,0x7f,0x28,0x55,0x1d,0x42,0x44,0x85,0xe3,0x8c,0x90,0x56, + 0x28,0x8a,0xb3,0x1e,0x20,0xf9,0x21,0xfb,0x7,0x43,0x51,0x43,0xe2,0x63,0x38,0x24, + 0xe8,0x1f,0x26,0x3a,0x4,0xff,0x46,0x6,0x7e,0x58,0x7c,0x5,0x75,0x7f,0xeb,0x58, + 0xc0,0x19,0xd9,0xd9,0x2a,0x6d,0x29,0xe1,0x4c,0x9d,0x86,0x92,0x4f,0x5f,0xd8,0x99, + 0xe9,0x71,0xd4,0xbd,0x1d,0xe6,0xee,0x40,0x4f,0x5f,0x1c,0x85,0xe4,0x6,0xc5,0xb, + 0xbe,0xdc,0x80,0x7e,0x2,0x25,0xf5,0xb6,0x9b,0x34,0xbe,0x23,0xec,0xac,0x4e,0x14, + 0xcd,0xe1,0x7c,0x39,0x3d,0x7d,0xaa,0x7a,0xde,0xc7,0x70,0x85,0x48,0xca,0xcd,0x9c, + 0xc9,0x18,0xa7,0x10,0xda,0xfa,0x45,0x80,0xc6,0x38,0x5b,0x11,0xdc,0x5b,0x5,0xd8, + 0xae,0xba,0xa1,0x1b,0x5b,0xd6,0x68,0xcf,0xa7,0x5a,0x5c,0x21,0x8a,0x17,0x7d,0xf1, + 0xb1,0xbf,0xc1,0x18,0x87,0xcb,0xe4,0xab,0x68,0x11,0x53,0xa6,0xc3,0x7,0xf4,0x2e, + 0x9,0x80,0xe0,0x8b,0x8e,0x7f,0x2a,0x25,0x4d,0xcc,0xb4,0x9f,0x3f,0x60,0xbb,0xf4, + 0xa0,0xb3,0xca,0x80,0x6b,0x36,0xcb,0xd0,0xf6,0x53,0xb1,0x3,0x93,0xd3,0xbf,0xce, + 0x82,0xe3,0xbc,0x94,0x17,0x9c,0x1d,0xd4,0x5c,0x7b,0xa1,0x8f,0xd1,0xee,0xcb,0x45, + 0x72,0x94,0x28,0x59,0xea,0x28,0x75,0x46,0x93,0x5e,0xfd,0xb0,0x42,0x9b,0xf4,0xbf, + 0x4f,0xa6,0xd9,0x94,0x9c,0x3b,0x13,0x39,0x28,0xd3,0xf1,0xd3,0xd3,0x50,0xa4,0xb7, + 0x4e,0x9e,0x7e,0xf,0x65,0x30,0x4b,0xf0,0xf6,0x42,0xc6,0x8d,0x6b,0x68,0x63,0x63, + 0x78,0x49,0x5a,0x16,0x7a,0xe0,0xf4,0xdf,0x2c,0x59,0xa6,0x4b,0xda,0x47,0x4,0x3c, + 0x8c,0xcd,0x37,0x8f,0xf9,0xb6,0xf8,0x6e,0x9d,0x91,0x8c,0x79,0x63,0x72,0x37,0xda, + 0x8d,0x45,0x1b,0x92,0x40,0xe5,0x71,0xc0,0xf8,0x40,0xe0,0xac,0x2b,0x7e,0x33,0xed, + 0x4b,0xb6,0xfc,0xfb,0x3c,0xc7,0x95,0x85,0xf1,0xb,0x78,0xee,0x28,0x9e,0x2b,0xc3, + 0x6,0x1e,0xf6,0x6f,0xd6,0x6f,0xa3,0xd4,0xb5,0xbc,0xc6,0xa,0xb3,0x21,0xa8,0xde, + 0xda,0x18,0xd4,0x60,0x6,0xca,0x49,0xe0,0xea,0x6e,0x3d,0xf3,0x5f,0x76,0x75,0x68, + 0xc1,0x29,0x79,0xca,0xe,0x0,0xff,0x3,0x6c,0x15,0x40,0xc0,0xce,0x9d,0xee,0xb0, + 0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // D:/LMS/DBXML/InstructorsAndTrainees/icons/edit.png + 0x0,0x0,0xa,0xe1, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 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,0x1,0xd8,0x0,0x0,0x1,0xd8, + 0x1,0xfa,0x5c,0xa6,0x72,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,0xa,0x5e,0x49,0x44, + 0x41,0x54,0x78,0x9c,0xe5,0x9a,0x79,0x50,0x94,0xe7,0x1d,0xc7,0x3f,0xef,0xb2,0x20, + 0x11,0x64,0xb9,0x14,0x8,0xde,0x67,0xbd,0x3a,0x5a,0x22,0x4a,0x6a,0x82,0x44,0xad, + 0x3a,0x60,0x35,0xcd,0x41,0xad,0x16,0x15,0x63,0x52,0x49,0x34,0xa4,0x76,0xa2,0x15, + 0x73,0x8c,0x24,0x74,0x88,0xd7,0x24,0xcd,0x28,0x26,0x29,0x13,0x8d,0xc4,0x68,0xe2, + 0x64,0x82,0x17,0x46,0xe2,0xd5,0x5a,0x93,0x88,0x1,0x27,0x40,0x54,0x30,0xa1,0x20, + 0x41,0x8e,0xf5,0x0,0x5e,0x17,0x61,0x77,0x9f,0xfe,0xf1,0xba,0xaf,0x2c,0x2c,0xd7, + 0xee,0x82,0x68,0xbe,0x33,0xcf,0xcc,0x7b,0x3c,0xd7,0xf7,0x77,0x3d,0xbf,0xf7,0x79, + 0x1f,0x50,0xd0,0x7,0x48,0x1,0xca,0x0,0x71,0xf,0x94,0xa,0x20,0x15,0x78,0x10, + 0x27,0xa0,0xf,0x70,0xa9,0x1b,0x90,0xb2,0xa7,0x5c,0x6,0xfa,0x39,0x42,0x5e,0x42, + 0xd1,0xfc,0x73,0xf8,0x4,0x21,0x2d,0xde,0x80,0x34,0x60,0x2c,0x48,0x92,0x23,0x7d, + 0x76,0x2e,0x7e,0xbc,0x8,0x25,0x79,0x98,0x33,0xb7,0xc0,0x8d,0x2b,0x0,0x9f,0x0, + 0xf3,0xec,0xed,0x4e,0xb,0xcc,0x5,0x14,0xf2,0x13,0xe7,0x38,0x67,0x92,0x9d,0x9, + 0xd7,0x5e,0x48,0x3d,0x74,0x68,0xb4,0xee,0x98,0x77,0xbf,0xc,0x30,0x7,0xd0,0x0, + 0x66,0x7b,0xba,0xd3,0xa2,0xb8,0x80,0xa2,0x79,0x40,0x9c,0x3d,0x8,0x27,0x77,0x21, + 0x2d,0x5a,0xf,0x3e,0x81,0x50,0xfe,0x13,0x62,0x67,0x2,0xcc,0x5a,0x86,0x34,0xea, + 0x11,0x30,0xd6,0x23,0xfe,0xf5,0x12,0xf4,0x1f,0x83,0x34,0x6b,0x99,0x73,0x48,0x1, + 0xe2,0xe8,0x76,0xf8,0xef,0x67,0xad,0x57,0x92,0x24,0xa4,0xdf,0x46,0x83,0xd7,0x10, + 0xa4,0x80,0xa1,0x96,0xa7,0xf,0x0,0x5e,0xc0,0x75,0x7b,0xc6,0xd5,0xa2,0xb8,0xc1, + 0x1d,0xb3,0x3f,0xb9,0xb,0xf1,0xf5,0xe7,0xf0,0xf0,0x93,0x48,0x13,0xe7,0x20,0x72, + 0x8f,0x23,0xbe,0x4d,0x47,0xf2,0xea,0xd,0xa3,0x1e,0x1,0x7d,0x29,0xe2,0xd8,0xe, + 0x8,0x18,0xe4,0x5c,0x1,0x1c,0xf9,0x0,0x7e,0xcc,0x6e,0xbb,0xa2,0xd9,0x8c,0x14, + 0xb9,0xb6,0xa9,0x9b,0xda,0xed,0xb3,0xda,0xa6,0xf,0xa4,0x45,0xeb,0x15,0xf2,0x13, + 0xa2,0x94,0xfb,0xf0,0xf9,0xd0,0x53,0x87,0x34,0x66,0x8a,0x52,0x21,0x60,0x10,0xd2, + 0x9a,0x2f,0x90,0x7c,0x9d,0x12,0x80,0x55,0x68,0x5e,0xdc,0x8e,0xc8,0x3b,0x1,0x42, + 0xb4,0x52,0x49,0x83,0x66,0xd8,0xc3,0x50,0x79,0xd5,0x69,0xe3,0x4a,0x28,0xd1,0x14, + 0xcd,0x3b,0xdf,0x43,0xc0,0x20,0xa7,0x75,0xdc,0x59,0x90,0x6e,0xca,0x70,0xfe,0x7b, + 0xa8,0xab,0xc1,0xf4,0xf6,0xe3,0x96,0xc7,0xbe,0xc0,0x35,0x7b,0xfa,0x53,0x2d,0x40, + 0x64,0xa6,0x82,0xa7,0x8f,0x13,0xa6,0xd8,0xc9,0x68,0xa8,0x87,0x8a,0x2b,0x8,0x63, + 0xbd,0x53,0xba,0x53,0x2d,0xe0,0x1e,0x87,0xe3,0x16,0x30,0x63,0xc6,0xc,0x3c,0x3c, + 0x3c,0x9c,0x36,0xa3,0xce,0x82,0xc9,0x6c,0xe6,0x66,0xdd,0x2d,0x1a,0x1a,0x1a,0x38, + 0xfe,0x55,0xa6,0xc3,0xfd,0xa9,0x16,0x90,0x9b,0x9b,0xcb,0xa0,0x41,0xdd,0x3f,0x6, + 0xd4,0xd5,0x37,0x50,0x5c,0x5e,0x45,0x75,0xf5,0xd,0xc2,0x43,0x43,0x2c,0x8f,0xed, + 0xb6,0x0,0x8d,0xd3,0x66,0x76,0x8f,0xe2,0x17,0x2f,0x80,0x66,0x79,0x80,0x5,0xb5, + 0xb5,0xb5,0x18,0x8d,0x46,0xb4,0x5a,0x2d,0x9e,0x9e,0x9e,0xea,0xf3,0xfa,0xfa,0x7a, + 0x6e,0xde,0xbc,0xd9,0xfe,0x1,0x9a,0xb4,0xef,0x6e,0xb0,0x29,0x80,0x4d,0x9b,0x36, + 0xf1,0xca,0x2b,0xaf,0xa8,0xf7,0xef,0xbe,0xfb,0x2e,0x8b,0x17,0x2f,0xa6,0xb8,0xb8, + 0x98,0xd0,0xd0,0x50,0x6a,0x6a,0x6a,0x3a,0x34,0x88,0xa5,0x7d,0x77,0x84,0x4d,0x17, + 0x90,0x1a,0xa5,0x99,0x92,0x24,0xa9,0xf7,0x8d,0xaf,0xdb,0xb,0x7b,0xda,0x74,0x25, + 0x5a,0x5c,0x5,0xba,0xab,0xb,0x38,0x7b,0x15,0x68,0x31,0x6,0xb4,0x34,0x69,0x37, + 0x37,0x37,0xdc,0xdc,0xdc,0xec,0x19,0xab,0x5b,0xc2,0xa6,0x0,0xe,0x1d,0x3a,0x44, + 0x72,0x72,0x32,0x46,0xa3,0x11,0x57,0x57,0x57,0x12,0x13,0x13,0x99,0x3c,0x79,0x32, + 0x35,0x35,0x35,0x2c,0x5a,0xb4,0x88,0xf2,0xf2,0x72,0x87,0x7,0x8e,0x8a,0x8a,0x62, + 0xf5,0xea,0xd5,0x0,0x24,0x25,0x25,0x71,0xf0,0xe0,0x41,0xf5,0x9d,0x97,0x97,0x17, + 0xdb,0xb6,0x6d,0xa3,0x5f,0x3f,0x87,0x36,0x7b,0xda,0x5,0x9b,0x2,0xf8,0xf2,0xcb, + 0x2f,0x39,0x73,0xe6,0x8c,0x7a,0x7f,0xf4,0xe8,0x51,0x26,0x4f,0x9e,0x4c,0x51,0x51, + 0x11,0x19,0x19,0x19,0x4e,0x19,0x58,0x96,0x65,0x55,0x0,0x7b,0xf6,0xec,0xa1,0xa0, + 0xa0,0xc0,0xea,0xfd,0xb9,0x73,0xe7,0xee,0x9e,0x0,0x12,0x13,0x13,0x89,0x88,0x88, + 0xc0,0x68,0x34,0xe2,0xe6,0xe6,0xc6,0xb4,0x69,0xd3,0x0,0x18,0x3b,0x76,0x2c,0x99, + 0x99,0x99,0x94,0x95,0x95,0x39,0x3c,0xf0,0x84,0x9,0x13,0xd4,0xeb,0xf4,0xf4,0x74, + 0xb2,0xb2,0xb2,0xd4,0x7b,0x6f,0x6f,0x6f,0x22,0x22,0x22,0x1c,0x1e,0xa3,0x3d,0xf8, + 0xc5,0xa7,0xc2,0x36,0x2d,0xe0,0xd2,0xa5,0x4b,0xec,0xdc,0xb9,0x53,0x8d,0x1,0x4b, + 0x96,0x2c,0x21,0x38,0x38,0x18,0xb3,0xd9,0xcc,0x96,0x2d,0x5b,0x5a,0x8c,0x1,0x81, + 0x81,0x81,0x2c,0x5b,0xb6,0xc,0x8d,0xe6,0xde,0x49,0x30,0x6d,0xa,0x60,0xc3,0x86, + 0xd,0xec,0xd8,0xb1,0x43,0xbd,0xaf,0xab,0xab,0x23,0x29,0x29,0x89,0xb3,0x67,0xcf, + 0xb2,0x6a,0xd5,0xaa,0x56,0x3b,0x9c,0x38,0x71,0x22,0xf,0x3d,0xf4,0x90,0x73,0x67, + 0xd9,0x89,0xb0,0x29,0x80,0xe5,0xcb,0x97,0xe3,0xee,0xee,0xae,0xc6,0x80,0x67,0x9e, + 0x79,0x6,0x80,0xf1,0xe3,0xc7,0xb3,0x66,0xcd,0x1a,0xae,0x5c,0xb9,0x62,0xb3,0xb3, + 0xa0,0xa0,0x20,0xc6,0x8d,0x1b,0xd7,0x79,0xb3,0xed,0x18,0x6,0x3,0xbf,0x6,0x8a, + 0x81,0x6c,0x5a,0xd8,0xf7,0xb8,0x1f,0x63,0x80,0x16,0xd8,0x8,0xbc,0xc0,0x9d,0x4c, + 0xf7,0x2b,0x60,0x3e,0xd0,0xcc,0x77,0x6d,0x5a,0x40,0x5d,0x5d,0x1d,0x67,0xce,0x9c, + 0x51,0x33,0xc1,0xb0,0xb0,0x30,0xb4,0x5a,0xa5,0x6a,0x7e,0x7e,0x7e,0x87,0xf2,0x0, + 0x7b,0xda,0x7b,0x79,0x79,0x11,0x12,0x12,0xd2,0x6a,0x9d,0x96,0x86,0x3,0xd2,0x80, + 0xa7,0x25,0x20,0xc4,0xc3,0x9b,0x1f,0xc,0xb5,0xc8,0x66,0xe3,0x54,0xe0,0x18,0x10, + 0x81,0xd,0x21,0x8,0x40,0xe4,0xe6,0xe6,0xa,0x59,0x96,0x85,0x2c,0xcb,0x22,0x2e, + 0x2e,0xce,0xea,0x17,0x54,0x42,0x42,0x82,0x90,0x65,0x59,0x64,0x65,0x65,0x9,0x49, + 0x92,0x3a,0xfc,0xb,0xcb,0x9e,0xf6,0x7b,0xf7,0xee,0x55,0xe7,0xd3,0xb8,0xe8,0xaf, + 0x5d,0x17,0xd9,0xe7,0xb,0xc5,0x89,0x6f,0xcf,0x36,0xae,0xef,0x73,0x9b,0xfc,0x6e, + 0x40,0xb8,0x48,0x92,0x78,0x7f,0xe0,0x78,0x71,0x6d,0x7c,0x94,0x38,0x3d,0x32,0x5c, + 0xf4,0xd6,0xf6,0xb0,0xd4,0xcb,0x3,0x2,0x9a,0x4a,0xac,0x19,0xc2,0xc2,0xc2,0x38, + 0x72,0xe4,0x88,0xba,0xa,0x84,0x86,0x86,0x2,0x4a,0x94,0x9f,0x34,0x69,0x52,0x8b, + 0x31,0xc0,0x16,0xec,0x69,0xaf,0xd3,0xe9,0x18,0x36,0x6c,0x58,0xbb,0xc7,0x0,0x5c, + 0x80,0xed,0xc0,0xd3,0x2e,0x92,0xc4,0x96,0xfe,0xe3,0x78,0xd2,0x27,0x18,0x80,0x5f, + 0xb9,0xf7,0xe2,0xc0,0xf0,0x30,0x66,0x17,0x9c,0xa6,0xbc,0xe1,0xd6,0x28,0xe0,0x4, + 0x8a,0x25,0x94,0xc1,0xfd,0x13,0x3,0x32,0x80,0x99,0x0,0x89,0xc1,0xa3,0x78,0xa1, + 0xcf,0xe0,0x66,0xed,0x2e,0xd4,0xd5,0x30,0xbb,0xe0,0x6b,0x2a,0x8d,0xb7,0x0,0xf2, + 0x81,0xc7,0x80,0xf2,0x7b,0x67,0xc1,0x6e,0x1d,0x33,0x2d,0x17,0x29,0x95,0x3f,0x51, + 0x74,0xab,0xf9,0xd7,0xea,0x8,0xf7,0x5e,0xec,0x1b,0x36,0x89,0xde,0xda,0x1e,0x0, + 0xa3,0x80,0xa3,0x80,0xce,0xa6,0x0,0x52,0x52,0x52,0xd0,0xe9,0x74,0x78,0x78,0x78, + 0xe0,0xed,0xed,0xcd,0xee,0xdd,0xbb,0x1,0x28,0x2b,0x2b,0x63,0xf0,0xe0,0xc1,0x78, + 0x78,0x78,0x38,0x5c,0x16,0x2c,0x58,0xe0,0x10,0x63,0x61,0xbe,0xb3,0xaa,0x69,0x34, + 0x1a,0xa2,0xa3,0xa3,0xf1,0xf3,0xf3,0xa3,0xb4,0xde,0x40,0x54,0xe1,0xe9,0xf6,0xa, + 0x21,0xd9,0xa6,0x0,0xaa,0xaa,0xaa,0x30,0x1a,0x8d,0x0,0x34,0x34,0x34,0xa0,0xd7, + 0xeb,0x1,0x30,0x18,0xc,0x54,0x57,0x57,0x3b,0x34,0x71,0xb,0xec,0xfd,0xa2,0xac, + 0xbb,0x55,0x8f,0xc9,0x64,0xe2,0xcd,0xd7,0x95,0x1d,0x2b,0x8d,0x46,0xc3,0xd2,0xa5, + 0x4b,0x99,0x31,0x63,0x6,0xab,0x56,0xad,0x6a,0x97,0x10,0xb6,0xe,0x50,0x73,0x95, + 0xdf,0xdb,0x8c,0x1,0x42,0x8,0x2e,0x5f,0xbe,0xac,0x26,0x42,0xc1,0xc1,0xc1,0x6a, + 0x7,0xd7,0xaf,0x5f,0xe7,0xda,0x35,0xbb,0xd2,0x6e,0x2b,0xf4,0xed,0xdb,0x17,0x57, + 0x57,0xd7,0xe,0xb5,0xa9,0x96,0xd,0x94,0x56,0xea,0xf9,0xfb,0xca,0x78,0x8e,0x64, + 0x1c,0x2,0x94,0x1d,0xa7,0x98,0x98,0x18,0xc2,0xc3,0xc3,0x1,0x45,0x79,0xc9,0xc9, + 0xc9,0xe8,0xf5,0x7a,0x82,0xdd,0x1e,0x60,0xff,0xd0,0x30,0x6,0xf6,0xe8,0x69,0xd5, + 0xcf,0xc1,0x1b,0x57,0x98,0xff,0x63,0x16,0x40,0xe9,0x3d,0x13,0x4,0x9b,0x92,0x77, + 0xd1,0xc0,0xa3,0xa1,0x70,0xec,0xeb,0x8e,0x9,0x21,0xfb,0xe6,0x75,0x1e,0x2f,0xfc, + 0x86,0x1b,0xa6,0x6,0x80,0x77,0x6c,0xa,0xe0,0xc4,0x89,0x13,0x6c,0xde,0xbc,0x59, + 0x5d,0x6,0xd7,0xae,0x5d,0x4b,0x48,0x48,0x8,0xb2,0x2c,0xb3,0x62,0xc5,0xa,0xa7, + 0x6c,0x88,0xb4,0x6,0x9d,0x4e,0xc7,0xc6,0x8d,0x1b,0x9,0xc,0xc,0x6c,0x91,0xfc, + 0x8e,0xd,0xf0,0xc7,0x28,0x58,0x9a,0x0,0xa9,0x9f,0xb6,0x4f,0x8,0xd7,0x4c,0xf5, + 0xfc,0xa1,0xf0,0x1b,0xae,0x2b,0xe4,0xb3,0x81,0x47,0xc1,0x46,0x22,0x14,0x1b,0x1b, + 0x6b,0x95,0x94,0xac,0x5c,0xb9,0x52,0xc8,0xb2,0x2c,0x4e,0x9d,0x3a,0xd5,0x65,0xe7, + 0x7f,0xd2,0xd2,0xd2,0x84,0x2c,0xcb,0xa2,0xac,0xa2,0x4a,0x64,0xe5,0x5d,0x10,0xd3, + 0x67,0xce,0x12,0x80,0x70,0xd1,0x20,0x3e,0xde,0x8c,0x10,0x85,0x4a,0x31,0x5d,0x44, + 0xc4,0x3e,0xa5,0xb4,0x91,0x24,0x49,0x2c,0x5c,0xb8,0x50,0xa4,0xa6,0xa6,0x8a,0xd4, + 0xd4,0x54,0xf1,0xd6,0x5b,0x6f,0x9,0x3f,0x3f,0x3f,0x1,0x88,0x7,0x5d,0xdd,0x85, + 0xb7,0x8b,0xab,0xa5,0xff,0xef,0x50,0xd2,0x67,0xdb,0x79,0xc0,0xd5,0xab,0x57,0xd9, + 0xbf,0x7f,0xbf,0x1a,0x3,0xe6,0xcc,0x99,0x43,0xaf,0x5e,0xbd,0x0,0x65,0xbb,0xcc, + 0x19,0x1b,0x22,0xad,0x41,0xa7,0xd3,0x31,0x77,0xee,0x5c,0xe4,0xba,0x7a,0x4a,0x2b, + 0xf5,0xac,0xfe,0xeb,0x8b,0x64,0x1e,0xce,0xc0,0x45,0x3,0x1f,0x6d,0x84,0x79,0xb3, + 0xad,0xeb,0x6f,0x4d,0x83,0xb8,0xd7,0x94,0xeb,0xd6,0x2c,0xe1,0x36,0xb2,0x81,0x69, + 0xc0,0x55,0x68,0x21,0x13,0xf4,0xf5,0xf5,0x25,0x26,0x26,0xc6,0xe6,0xe4,0x66,0xcd, + 0x9a,0xe5,0x28,0xbf,0x76,0xc1,0x62,0xf6,0x6d,0x91,0x4f,0xf9,0x18,0x9e,0x7f,0x5d, + 0xb9,0x1e,0x36,0x10,0xa,0x8a,0x84,0xfa,0x29,0x1f,0x1e,0x1e,0x4e,0x6d,0x6d,0x2d, + 0x6,0x83,0xc1,0x52,0xdd,0x8a,0x3c,0xb4,0x20,0x80,0xd2,0xd2,0x52,0xf6,0xee,0xdd, + 0xab,0xc6,0x80,0x79,0xf3,0xe6,0xe1,0xef,0xef,0x8f,0x10,0x82,0x5d,0xbb,0x76,0x75, + 0x38,0x15,0x6e,0xab,0xfd,0x88,0x11,0x23,0x88,0x8c,0x8c,0xb4,0x8b,0x7c,0xdc,0x6b, + 0xca,0xa1,0x92,0xa5,0xd1,0xb0,0x75,0x1d,0x3c,0xbb,0x16,0x52,0x3f,0x55,0x84,0x50, + 0x59,0x59,0xc9,0xf1,0xe3,0xc7,0x2d,0xdb,0xf8,0xd9,0xc0,0xf4,0xc6,0xe4,0x2d,0x68, + 0x16,0x3,0x16,0x2e,0x5c,0x68,0xe5,0x8f,0xf1,0xf1,0xf1,0x42,0x96,0x65,0x71,0xf2, + 0xe4,0x49,0xbb,0xfc,0xb9,0xad,0xf6,0x92,0x24,0x89,0x92,0x92,0x12,0xd5,0xe7,0xcf, + 0xe6,0x5d,0x10,0x33,0x23,0x67,0xab,0x3e,0xff,0xd1,0xc6,0x3b,0x3e,0x6f,0x29,0xef, + 0x27,0x21,0x34,0x1a,0xa5,0xfd,0x92,0xa7,0x94,0x58,0x20,0xa,0x11,0xe6,0x2,0xc4, + 0x5f,0xfe,0xd4,0x6c,0x8c,0x6c,0xc0,0xcf,0x96,0x82,0x6c,0x5a,0x40,0x6c,0x6c,0x2c, + 0x6,0x83,0x41,0xb5,0x0,0x4b,0xd6,0x36,0x66,0xcc,0x18,0xe2,0xe2,0xe2,0x3a,0x6c, + 0x1,0x6d,0xb5,0x1f,0x39,0x72,0x24,0x3e,0x3e,0x3e,0x36,0x35,0xbf,0x73,0x93,0x12, + 0xed,0x1b,0xa3,0xa9,0xe6,0xb7,0xbd,0x71,0xe7,0xcc,0x94,0x24,0x41,0xec,0x93,0xf0, + 0xc1,0x6e,0x30,0x9a,0x80,0x3b,0x9a,0xd7,0x63,0x3,0xdd,0x26,0xf,0xa8,0x96,0xd, + 0xfc,0x5c,0xa9,0x27,0xe1,0xe5,0xbf,0x91,0x71,0x60,0x1f,0x2e,0x1a,0xf8,0x70,0x3d, + 0x2c,0x68,0x72,0x74,0xf1,0x83,0x3d,0xf0,0xdc,0x5a,0x30,0x9b,0x61,0xc9,0x53,0xf0, + 0xde,0x9b,0xd0,0x78,0xb,0x32,0x3b,0x1f,0xa6,0xc7,0x80,0x5e,0x39,0x34,0x97,0x83, + 0xe2,0xf3,0x36,0xc9,0x43,0xb,0x16,0x60,0x32,0x99,0xc8,0xcf,0xcf,0x57,0x2d,0x60, + 0xf4,0xe8,0xd1,0xea,0xff,0xbd,0x92,0x92,0x12,0xaa,0xaa,0xaa,0x1c,0x22,0x3b,0x62, + 0xc4,0x8,0x7a,0xf6,0xbc,0x93,0x9d,0xdd,0x2d,0xf2,0x16,0x34,0x8b,0x1,0xf1,0xf1, + 0xf1,0x56,0x3e,0xb4,0x6e,0xdd,0x3a,0x21,0xcb,0xb2,0xc8,0xc9,0xc9,0x11,0x5a,0xad, + 0xd6,0xe1,0x35,0x7e,0xca,0x94,0x29,0xea,0x58,0x8e,0xfa,0xbc,0xa5,0x7c,0x97,0x8e, + 0xf0,0xf3,0x6e,0xdb,0xe7,0x9b,0xc2,0xa6,0x5,0x8c,0x1c,0x39,0x12,0x7f,0x7f,0x7f, + 0x35,0xf,0x18,0x3e,0x7c,0x38,0xa0,0xfc,0xb0,0x18,0x3a,0x74,0x68,0x87,0x62,0x40, + 0x53,0x48,0x92,0xa4,0x6e,0x9c,0x3a,0x4b,0xf3,0x39,0x3f,0xd8,0xa7,0x79,0xb8,0x8b, + 0x31,0xc0,0x16,0xf9,0xed,0xeb,0x61,0xbe,0x1d,0xe4,0xa7,0xfd,0xd9,0x3e,0xf2,0x70, + 0x97,0x8e,0xc8,0x74,0x17,0xf2,0xa0,0x8,0x40,0x6,0xa8,0xa8,0xa8,0x70,0x84,0x53, + 0xbb,0x51,0x2d,0x1b,0xb8,0x5c,0x51,0xc5,0xcb,0x2f,0xbd,0x48,0xc6,0x81,0x7d,0x68, + 0x5d,0x20,0x6d,0x73,0x73,0xf2,0x29,0x1f,0xc3,0xb3,0x9,0xa,0xf9,0xa5,0xd1,0xf0, + 0x7e,0x92,0x35,0xf9,0xef,0xf2,0xe0,0xb1,0x5,0x8e,0x91,0xb7,0xe0,0x30,0x20,0xa6, + 0x4e,0x9d,0x2a,0xca,0xcb,0xcb,0x6d,0xee,0xc4,0x3a,0xab,0xfc,0x5c,0x51,0x29,0xce, + 0xe4,0x9e,0x17,0x53,0x7f,0x37,0x53,0x0,0x42,0xeb,0x82,0xf8,0xe4,0xed,0xe6,0x1, + 0x6f,0xeb,0x3a,0x84,0x24,0x29,0x1,0x6d,0x69,0xb4,0x92,0xdc,0x34,0x7e,0x7f,0xf6, + 0xb,0x84,0x8f,0xae,0xe3,0x1,0xcf,0x16,0x24,0x20,0xc,0x65,0xa7,0xd4,0xd5,0xd3, + 0xd3,0x93,0x21,0x43,0x86,0x74,0xca,0xbf,0x3d,0x93,0xd9,0x4c,0x83,0xd1,0x44,0x6d, + 0x4d,0xd,0x25,0xc5,0xff,0x43,0xeb,0xa2,0x24,0x39,0xd1,0x91,0xd6,0xf5,0x5a,0x4b, + 0x72,0x40,0xd1,0xfc,0xb4,0x18,0xb8,0x76,0x3,0x70,0x50,0xf3,0x8d,0x11,0x9,0x94, + 0xd2,0x45,0x9f,0xba,0xdd,0x41,0xf3,0x16,0x58,0x96,0xc1,0x3,0xc0,0x40,0x60,0x22, + 0x10,0xe4,0x68,0xa7,0x2d,0x60,0xc,0xf0,0x2a,0x80,0xaf,0x37,0xfc,0x66,0xb4,0xf5, + 0xcb,0xf6,0x68,0x7e,0x7a,0x27,0x68,0xbe,0x2b,0xb1,0x82,0x46,0x56,0x10,0xd8,0x1b, + 0x91,0x7f,0xb8,0x7d,0x49,0x4e,0xf6,0x3e,0xab,0x24,0x27,0x7,0xf0,0xbf,0x8b,0x3c, + 0xec,0x46,0xa,0x20,0x9e,0x98,0xf5,0xb0,0x18,0xdc,0x3f,0x50,0x0,0x22,0x38,0x0, + 0xf1,0xea,0xf2,0xb6,0xcd,0xde,0xd7,0xc9,0x66,0x7f,0xb7,0xf0,0x6f,0x40,0xbc,0xf7, + 0x8f,0xe7,0x45,0xf1,0xe9,0x54,0x31,0x64,0x40,0xa0,0x55,0x5c,0xb8,0x9f,0x35,0x6f, + 0x81,0x1e,0x10,0xff,0xf9,0x2c,0x59,0x88,0xa2,0x74,0x2b,0x21,0xb8,0xf7,0x40,0x5c, + 0x38,0x72,0xff,0x6a,0x1e,0x94,0xc0,0x2a,0x0,0xa1,0xcf,0x49,0x13,0xa2,0x28,0x5d, + 0x15,0xc2,0xd0,0x81,0x41,0xcd,0x62,0xc2,0xfd,0xa6,0x79,0x80,0xa9,0x80,0x8,0xea, + 0xe3,0xa3,0x92,0x6f,0x2c,0x4,0x8b,0x25,0x4,0x7,0x20,0xf6,0xfc,0xd3,0x4a,0xf3, + 0x39,0x74,0xb2,0xe6,0xbb,0xea,0x5b,0xa0,0x1f,0xc0,0xc0,0xbe,0x1,0xcd,0x5f,0x4, + 0xf9,0x73,0xec,0x93,0x24,0x86,0xc,0x8,0xa4,0xb4,0x1c,0x9e,0x5e,0xe,0x57,0x95, + 0xa5,0xee,0x1c,0x8a,0xe0,0x3a,0x75,0xa9,0x6b,0xf1,0xa8,0xac,0x93,0xf1,0x13,0x40, + 0x76,0xde,0x25,0x3e,0x3f,0x7c,0x9a,0xfe,0xf,0xf6,0x26,0xef,0x62,0x31,0xf9,0x85, + 0x25,0xe4,0x17,0x94,0x90,0x77,0xb1,0x98,0xa2,0xcb,0x56,0x3f,0x5b,0xba,0x84,0x7c, + 0x57,0x42,0x3,0x9c,0xa2,0xed,0x2c,0xb1,0x6,0xf8,0x90,0xdb,0x3f,0x2d,0xba,0x2, + 0x5d,0x79,0x8e,0xdd,0x7,0x58,0xf,0x3c,0x81,0x62,0x79,0xe7,0x51,0xe,0x2a,0xe4, + 0xdd,0x2e,0xf9,0x40,0x11,0xb7,0xf7,0x27,0xba,0xa,0xff,0x7,0xf3,0x55,0x94,0x56, + 0x80,0xa4,0x88,0x96,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + + // D:/LMS/DBXML/InstructorsAndTrainees/icons/instructor.png + 0x0,0x0,0xa,0xf0, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0x1,0xd8,0x0,0x0,0x1,0xd8, + 0x1,0xfa,0x5c,0xa6,0x72,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,0xa,0x7d,0x49,0x44, + 0x41,0x54,0x78,0x9c,0xd5,0x9b,0x69,0x74,0x55,0xd5,0x15,0xc7,0x7f,0xfb,0xbe,0x29, + 0x23,0x43,0x24,0xc,0x12,0x50,0x20,0x84,0x90,0x80,0x42,0x30,0x3,0x21,0xc4,0x40, + 0x99,0x35,0x61,0x58,0xa6,0x1a,0x40,0xd3,0x85,0x1a,0xb4,0xcb,0x82,0xca,0xe0,0xb0, + 0x6c,0x57,0xda,0xae,0xe5,0x90,0x4,0xaa,0x60,0x5b,0x44,0x8b,0x60,0xab,0xac,0x5a, + 0x7,0x86,0x42,0xa4,0x51,0x99,0x2,0x24,0xc,0x1,0x91,0x30,0x89,0x48,0xc0,0x14, + 0x8,0x93,0xc,0x41,0x5e,0xf2,0xde,0x3d,0xfd,0x10,0x12,0x3,0x49,0x5e,0xf2,0xde, + 0xbb,0x2f,0xd2,0xff,0xa7,0x77,0xcf,0xd9,0xfb,0xbf,0xf7,0xdd,0xef,0xdc,0x73,0xcf, + 0xd9,0x67,0x5f,0xc1,0xc7,0x48,0xcc,0x9d,0xd8,0xd1,0x29,0x7a,0xb2,0x52,0x2a,0x5a, + 0x20,0x12,0x88,0x0,0xda,0x3,0xed,0x80,0xa0,0xeb,0x62,0x57,0x80,0x1f,0x80,0xb, + 0x28,0xe,0x29,0xe1,0x90,0x28,0xb5,0xcf,0x24,0xe6,0xcd,0x5b,0xe7,0x7c,0x5a,0xe1, + 0x4b,0xff,0xc4,0x17,0xa4,0xb1,0x79,0xa9,0xb1,0x26,0x9d,0xc,0x44,0x1b,0xa9,0x50, + 0xd1,0x5e,0xd8,0x51,0x82,0x94,0xa2,0xf4,0x2,0x5d,0xc9,0x7,0xdb,0x9f,0x5b,0xb5, + 0xd3,0x48,0x3f,0xc1,0xc0,0x0,0xc4,0x2f,0x18,0xdb,0x86,0x6b,0xe6,0x2c,0x84,0x69, + 0x20,0x7d,0x8d,0xe2,0xbd,0x11,0xea,0x0,0x8a,0x25,0x66,0x25,0x6f,0x6d,0x79,0x6e, + 0xd5,0x65,0x23,0x18,0xbd,0xe,0xc0,0xe0,0xf9,0xe9,0x21,0xba,0xe3,0xda,0x4c,0x44, + 0x7e,0x43,0xcd,0xd0,0x6e,0xd,0x5c,0x40,0xa9,0x85,0x16,0xa7,0xfe,0x7a,0xe1,0xb, + 0x6b,0x2e,0x78,0x43,0x64,0xf2,0x58,0x53,0x21,0x71,0x81,0xe3,0x1f,0x51,0xca,0xb1, + 0x4a,0x44,0xc6,0x1,0xfe,0xde,0x38,0xe2,0x26,0xfc,0x11,0xb9,0x57,0xd7,0xe4,0xf1, + 0xb0,0xd1,0x91,0xf6,0xf2,0xc4,0x8c,0x1d,0x6c,0xd8,0xa0,0x3c,0x21,0xf2,0x68,0x4, + 0xc,0x9e,0x9f,0x16,0xee,0x74,0xb2,0x4c,0x20,0xd1,0x13,0x7d,0x1f,0x60,0x8b,0x66, + 0xe2,0x57,0xdb,0x9e,0x5d,0x75,0xc4,0x5d,0x45,0xcd,0x5d,0x85,0xb8,0xdc,0xf1,0x13, + 0x75,0x27,0x3b,0x6e,0xa1,0x9b,0x7,0x18,0xa2,0x3b,0x29,0x89,0xcb,0x4b,0xcd,0x70, + 0x57,0xb1,0xe5,0x23,0x20,0x3b,0x5b,0x8b,0xf,0x2c,0x99,0x7,0x3c,0xed,0xae,0x91, + 0xd6,0x84,0x82,0xf9,0xdb,0x2b,0x63,0xe6,0x90,0x9d,0xad,0xb7,0x44,0xbe,0x45,0x1, + 0x88,0xce,0x4e,0xb7,0x6,0x5,0xd8,0x97,0x22,0xb8,0x1d,0xe1,0x9f,0x7,0xf2,0x71, + 0x88,0xad,0x6a,0x4a,0xfe,0x8c,0x7c,0x7b,0xb3,0x92,0xcd,0x9,0x44,0x67,0xa7,0x5b, + 0x83,0x2,0xaf,0x7d,0xa,0x32,0xce,0x18,0xe7,0x5a,0xb,0x6a,0xed,0x95,0x4a,0xbf, + 0x89,0xa5,0xd9,0xff,0xaa,0x72,0x25,0xe5,0x7a,0xe,0x50,0x48,0x50,0xa0,0xfd,0xed, + 0xff,0xbf,0x9b,0x7,0x90,0x71,0x41,0x81,0xf6,0x65,0x64,0x67,0xbb,0xbc,0x47,0xb3, + 0xab,0xce,0xf8,0xbc,0xb4,0xf9,0xc0,0x23,0xde,0xb8,0x31,0x30,0x2c,0x9a,0xc8,0x4e, + 0xbd,0x30,0x9b,0x2c,0x6e,0xe9,0x39,0x9c,0xd5,0x1c,0x38,0x7d,0x84,0x3d,0xdf,0xef, + 0xf7,0xc6,0xfc,0x43,0xf1,0x1,0x25,0xe5,0xc5,0x30,0xbb,0x29,0x81,0x26,0x1f,0x81, + 0xb8,0x9c,0xb4,0x74,0x11,0x3e,0xf4,0xd4,0xb2,0x20,0xfc,0x76,0xec,0x4c,0xc6,0x45, + 0xf,0xf3,0x94,0x2,0x80,0x35,0xa5,0x5f,0xf2,0xc7,0xfc,0x37,0xbc,0xe2,0x50,0xc8, + 0x94,0xed,0x73,0x56,0x7e,0xd0,0x58,0x5f,0xa3,0xc3,0x23,0x31,0x67,0x42,0x2f,0x11, + 0xde,0xf6,0xc6,0x68,0x4a,0xc4,0x60,0xaf,0x6f,0x1e,0xe0,0xbe,0xe8,0xe1,0xa4,0xf4, + 0x4e,0xf0,0x8a,0x43,0x50,0x8b,0xe2,0xe6,0x4d,0x8c,0x68,0xac,0xaf,0x61,0x0,0x14, + 0xe2,0x10,0xfd,0x3d,0xa0,0xad,0x37,0x46,0x7,0x86,0x45,0x7b,0xa3,0x7e,0x23,0x57, + 0xb7,0x7e,0xde,0x52,0x4,0x8b,0xee,0xfc,0x1b,0xaa,0xe1,0x88,0x6f,0x30,0x7,0x24, + 0xcc,0x1b,0xff,0xa8,0x42,0x79,0xbd,0xc8,0xf1,0xb7,0xf8,0x35,0xda,0x7e,0xf4,0xec, + 0x71,0xaa,0x9c,0xd5,0x8d,0xf6,0x59,0x4d,0x16,0x7a,0x76,0xe8,0xde,0xa0,0x3d,0xc0, + 0x62,0xc8,0x2a,0x3b,0x29,0x21,0x37,0x35,0xb3,0x88,0xd5,0x4b,0xeb,0x37,0xde,0x10, + 0x80,0xc1,0xf3,0xd3,0x43,0x74,0xa7,0xfd,0x15,0x23,0xac,0x35,0x85,0x5d,0xc7,0xf7, + 0x72,0xcd,0xd1,0xf8,0xeb,0xd9,0xcf,0x6c,0x6b,0x34,0x0,0x46,0x41,0x17,0xc9,0x19, + 0xf0,0xa7,0x9,0x2b,0xf6,0x3c,0xb3,0xe2,0x87,0xda,0xb6,0x1b,0x2,0xa0,0x3b,0xed, + 0x4f,0x3,0x1d,0x7c,0xe6,0x1,0x90,0x1e,0x73,0xbf,0x2f,0xe9,0x5d,0x42,0x20,0xd4, + 0xea,0xd0,0x67,0x2,0xbf,0xaf,0x6d,0xab,0x9b,0x3,0xe2,0x17,0x8c,0x6d,0x3,0x3c, + 0xf5,0x73,0x38,0xd6,0x9a,0x10,0xd4,0x8c,0x21,0xaf,0xa5,0x5,0xd7,0x5e,0xff,0x34, + 0x9,0x5e,0x33,0x67,0xd1,0x7a,0xfb,0xf9,0x9f,0x11,0x12,0xe2,0x30,0x91,0x55,0x7b, + 0x55,0xf7,0x8,0x88,0x68,0x99,0xa,0x8f,0xb6,0xd4,0x8d,0xa2,0xe8,0x58,0x9,0xe1, + 0xa1,0x77,0x22,0xe2,0x5d,0xce,0x45,0x29,0x45,0xd1,0xb1,0x12,0x83,0xbc,0xaa,0x25, + 0x65,0x1a,0x30,0xf,0xae,0x2f,0x84,0x62,0xf3,0x52,0x63,0x35,0x25,0xdb,0x8d,0xb4, + 0x61,0xd2,0x4c,0x3c,0x91,0x34,0x85,0x82,0x83,0x85,0xc,0x8b,0x18,0x8c,0x59,0x73, + 0x2f,0xf7,0xe2,0xd0,0x9d,0xac,0x3f,0xbc,0x8d,0x91,0x91,0x49,0x2c,0x2a,0x7c,0x1f, + 0xa7,0xee,0x34,0xd2,0x3d,0x44,0xa9,0x41,0x45,0x73,0x57,0x97,0x98,0x1,0x4c,0x3a, + 0x19,0xca,0xe0,0xf4,0xa8,0x52,0x3a,0x53,0xe3,0x26,0x51,0x76,0xbe,0x9c,0xe4,0xf0, + 0x78,0x7a,0x75,0xb8,0xc3,0x2d,0xfd,0x6f,0xcf,0x96,0xf1,0xdf,0x8b,0xa7,0x99,0x1a, + 0x37,0x89,0xbf,0x6c,0xfa,0xbb,0xb1,0xce,0x1,0xa,0x99,0xc,0xd4,0x4,0x40,0x69, + 0x32,0xca,0xc0,0xd1,0xf,0x80,0xae,0x14,0xe,0xa7,0x3,0x9b,0xd9,0xc6,0xf4,0xe5, + 0xcf,0x33,0x23,0x65,0x1a,0x5d,0xda,0x74,0x6c,0x91,0xee,0xc9,0x4b,0x15,0x2c,0xd8, + 0xb0,0x84,0xb1,0x51,0xc3,0xa8,0x72,0x54,0x63,0xe4,0xa3,0x59,0x7,0x61,0x4,0x80, + 0x39,0x31,0x77,0x62,0x47,0xa7,0x72,0x46,0x19,0x6f,0x1,0x7e,0xac,0xb6,0xe3,0x6f, + 0xb1,0x71,0xc5,0x7e,0x95,0x97,0xd7,0xbd,0xe9,0xb6,0xbe,0x9f,0xc5,0xc6,0xb5,0xea, + 0x66,0xb7,0xf4,0x9e,0xe2,0xae,0xa1,0x2f,0x8f,0xd,0xd5,0x9c,0xa2,0x27,0xe3,0xa3, + 0xf3,0x81,0x53,0x97,0x2a,0x8,0x6b,0xdf,0xc5,0x63,0xfd,0x6e,0xed,0x6f,0xe7,0xe4, + 0x25,0x9f,0x9d,0x8b,0x48,0x95,0xd9,0x9c,0xac,0x89,0x52,0x5e,0x2f,0xb4,0x9b,0xc2, + 0x37,0x15,0xdf,0x11,0xd5,0xb9,0xb7,0xc7,0xfa,0x91,0x9d,0xc2,0x39,0x72,0xe6,0x98, + 0x71,0xe,0xdd,0xc,0x4d,0x8b,0xd6,0x14,0xf4,0xf1,0x15,0x7f,0xc9,0x89,0x7d,0x84, + 0x87,0xf6,0xa0,0x5d,0x80,0xfb,0xfb,0xaa,0xb6,0xfe,0xc1,0x84,0x87,0xde,0xc9,0xae, + 0xe3,0x5f,0xfb,0xc0,0xb3,0x1a,0x88,0xd2,0xfb,0x68,0x80,0xe7,0x7f,0x51,0x33,0x28, + 0x2e,0xdb,0x3,0x28,0x52,0xc2,0xdd,0xdf,0xce,0xe,0x8f,0x48,0x4,0x14,0x3b,0xca, + 0xf6,0x18,0xee,0x57,0x2d,0x14,0x12,0xa1,0x81,0xf8,0x6c,0xed,0x7f,0xf6,0xca,0x79, + 0x36,0x7e,0x53,0xc4,0x83,0x83,0x52,0xb1,0xb8,0x91,0x11,0xb2,0x9a,0xad,0x3c,0x18, + 0x93,0xc6,0xc6,0x6f,0x8a,0x38,0x5b,0xe9,0xd5,0xc1,0x8f,0x6b,0x8,0x1d,0xcc,0xa0, + 0x7,0xfb,0x68,0xe,0x4,0x60,0xc9,0xb6,0xf,0x59,0x3c,0xf9,0x55,0xe6,0x4d,0x7a, + 0x89,0x8f,0x77,0xe7,0x73,0xb5,0xfa,0x47,0x97,0xf2,0x1,0x16,0x7f,0x1e,0x18,0x38, + 0x8e,0x4e,0x6d,0x3a,0xf0,0xd2,0xbf,0x73,0x7d,0xe6,0x17,0x0,0x8a,0x60,0x89,0xcf, + 0x4d,0xb3,0x3,0x56,0x5f,0xda,0xb9,0xa7,0xfb,0x5d,0xcc,0x1d,0xf9,0x24,0xdd,0xdb, + 0xdf,0xde,0x22,0xf9,0xb2,0xf3,0xe5,0xe4,0x7c,0xfe,0x57,0x9f,0x3e,0xff,0xd7,0x51, + 0xd5,0x2a,0x1,0xa8,0x45,0x6c,0xf7,0xbb,0x9b,0x4c,0x94,0xd4,0xe2,0xc7,0xea,0x6b, + 0xec,0x38,0xfe,0x55,0x6b,0xb8,0x3,0x50,0x65,0x6,0x75,0x5,0x24,0xa4,0x35,0xac, + 0xfd,0x6e,0xdc,0x4c,0x42,0x83,0x6e,0x73,0x29,0x73,0xe6,0xca,0x39,0x52,0x17,0x4d, + 0x6b,0xd,0x77,0x0,0x2e,0x9b,0xc2,0x46,0xf5,0xfd,0x35,0x35,0xd5,0x1a,0x86,0x40, + 0x13,0x8d,0x1,0x61,0x51,0xdc,0xdf,0x6f,0x4,0x63,0xa2,0x52,0x18,0x13,0x95,0xc2, + 0xd1,0x73,0x65,0x64,0x26,0xa4,0xf3,0x5e,0xf1,0xc7,0x80,0x22,0x3c,0xb4,0x47,0x83, + 0x5d,0xa2,0xae,0x14,0x6b,0xf7,0xaf,0xe7,0xed,0x2d,0xcb,0xf9,0xe5,0xa0,0x54,0x4e, + 0x5f,0x3e,0xc3,0x9c,0x11,0x4f,0x90,0xd0,0x63,0x20,0x7d,0x3a,0xf5,0x44,0x57,0x3a, + 0x15,0x97,0xcf,0x19,0xbb,0x2c,0x16,0x2a,0x24,0x3e,0x37,0x6d,0x27,0x30,0xc8,0x7b, + 0x2e,0x61,0x4c,0x54,0xa,0xd3,0x93,0x26,0xd3,0xf9,0xa6,0x35,0xff,0xee,0x13,0xfb, + 0x28,0x38,0xb8,0x99,0x59,0xbf,0xc8,0x62,0xc5,0xde,0x75,0xac,0x3f,0xbc,0x8d,0x47, + 0x7,0x3f,0x58,0x97,0xec,0x2c,0x3d,0x79,0x98,0x77,0xb6,0x2e,0x27,0xa9,0x57,0x2c, + 0x13,0xee,0x1a,0xcd,0xbc,0x2f,0x16,0x33,0x32,0x72,0x68,0x83,0x64,0xe8,0xc9,0x8b, + 0x15,0x2c,0x2a,0xfc,0x7,0xff,0x39,0xb0,0xc9,0xa8,0x40,0xec,0x34,0x85,0x8d,0xec, + 0x93,0x82,0xd0,0xdf,0x1b,0x16,0xab,0xd9,0xca,0x6f,0xc7,0xcc,0xe0,0xb1,0xc4,0x87, + 0x8,0xb2,0x5,0x36,0xe8,0xef,0xd2,0xb6,0x23,0xc5,0x65,0x7b,0x30,0x89,0xc6,0xa8, + 0xbe,0xc9,0xc,0x8b,0x48,0x64,0xdd,0x81,0x4d,0x7c,0xf2,0xd5,0x67,0x7c,0x79,0x68, + 0xb,0x27,0x2f,0x56,0x30,0x6b,0xc4,0x74,0x6,0x84,0x45,0xb3,0xeb,0xc4,0xd7,0x94, + 0xff,0x70,0x8a,0x89,0x3,0xc6,0x34,0xe0,0x9,0xf6,0xb,0x64,0x58,0xc4,0x60,0x7a, + 0xdc,0x16,0xc6,0xd6,0xef,0x76,0xe1,0xf0,0x72,0x8b,0xac,0x14,0xeb,0x4d,0x5d,0x47, + 0xf5,0xe9,0x27,0x90,0xe2,0x29,0x89,0x26,0xc2,0xab,0xe3,0x5f,0x60,0x78,0x9f,0x21, + 0x2e,0xe5,0x6,0x84,0x45,0x93,0xf7,0xc5,0x5b,0xa4,0xf4,0x4e,0x20,0xc0,0xea,0x4f, + 0x4c,0xb7,0x7e,0x54,0xda,0xaf,0x12,0xd6,0xae,0xb,0x99,0x9,0xf,0x60,0x33,0x5b, + 0xa9,0xac,0xba,0x4a,0xee,0xe7,0x6f,0xf1,0xe2,0xe8,0xa7,0xb0,0x98,0x9a,0x3e,0xb4, + 0xea,0xd9,0xa1,0x3b,0x3d,0x3b,0x74,0xe7,0x8b,0x43,0x85,0x5e,0x8d,0x3,0x11,0x3e, + 0xd2,0x44,0xa4,0xd4,0xb,0xe,0xa6,0xc6,0x4d,0x22,0xa9,0x57,0x6c,0xb3,0x72,0xfe, + 0x16,0x3f,0x1e,0x4b,0xcc,0xe0,0xcd,0x8d,0x4b,0xeb,0xda,0x6c,0x16,0x2b,0x36,0xcb, + 0x4f,0x2f,0xa0,0x37,0x37,0x2e,0xe5,0xb1,0xc4,0x8c,0x66,0xdf,0x14,0x0,0xc9,0xe1, + 0xf1,0x4c,0x89,0x9d,0xe8,0x91,0xcf,0x75,0x50,0x6a,0xbf,0x66,0x52,0xda,0x26,0xf0, + 0x2c,0x90,0xed,0xfc,0xdb,0x90,0x19,0xff,0x40,0x8b,0xe5,0x7,0x86,0x45,0x63,0x35, + 0x59,0x29,0x3e,0xb6,0xbb,0x41,0x5f,0xf1,0xb1,0xdd,0x58,0x4d,0x56,0xb7,0xe,0x54, + 0x32,0xe3,0xd3,0x69,0xe7,0xdf,0xa6,0xc5,0xf2,0x37,0x41,0x59,0x1d,0x8e,0x4d,0xda, + 0xd6,0x39,0x9f,0x56,0x8,0x9e,0x8d,0x82,0x91,0x7d,0x93,0x9,0xb4,0x6,0xb8,0xa5, + 0xf3,0xe4,0xd0,0x87,0x59,0x56,0xfc,0x11,0x97,0xed,0x95,0x75,0x6d,0x95,0x55,0x57, + 0x59,0x5a,0xfc,0x11,0x4f,0xc,0x9d,0xea,0x16,0x57,0x90,0x2d,0x80,0x11,0x91,0x49, + 0x6e,0xe9,0xd4,0xc3,0xde,0xcd,0x2f,0xe6,0x9f,0xa9,0xc9,0xa,0x2b,0xbd,0xc0,0x13, + 0x86,0xc4,0x1e,0x31,0x6e,0xeb,0xf8,0x59,0x6c,0x64,0xd,0x99,0xc2,0x9f,0x37,0x2e, + 0xab,0x6b,0x5b,0xb8,0x61,0x29,0xd3,0x87,0x4c,0x69,0xd1,0xd0,0x6f,0xe8,0xc3,0x3d, + 0x6e,0xeb,0xd4,0x40,0xa,0xe0,0x7a,0x5a,0xdc,0xa9,0xb1,0xdc,0x13,0x8a,0xb0,0x76, + 0x9e,0x25,0x3b,0x6,0x84,0x45,0xe1,0x67,0xb1,0x51,0xf4,0x5d,0x9,0x3b,0xcb,0xf6, + 0xe2,0x6f,0xb1,0x31,0x20,0xcc,0xb3,0xa4,0x54,0xd7,0x76,0x9d,0x3d,0xd2,0xd3,0x34, + 0xf5,0x1,0x5c,0xf,0xc0,0x8e,0xd9,0xab,0x77,0x8,0xb2,0xcf,0x5d,0x92,0xb6,0x6e, + 0x3e,0x7f,0x76,0x47,0x15,0xe5,0x17,0x4f,0x51,0x7e,0xf1,0x14,0xa9,0xfd,0x47,0x50, + 0x7c,0x6c,0xf,0x5b,0x8e,0xee,0xe4,0xfe,0xfe,0x23,0xea,0xda,0xed,0xe,0x97,0x5, + 0x1d,0xd,0x10,0xe2,0x41,0xae,0x1,0xd8,0xbf,0x6d,0xd6,0xaa,0xdd,0x50,0xef,0x5c, + 0x40,0x29,0x7d,0x19,0x22,0x6e,0x6d,0xbf,0xdc,0xcd,0xf9,0x7f,0xb2,0x27,0x9f,0x83, + 0xa7,0x8f,0xd0,0x31,0x38,0x14,0x80,0x71,0xd1,0xc3,0x1,0xf8,0x6c,0xff,0x46,0x0, + 0x2a,0x2e,0x9f,0x21,0xb2,0x53,0x38,0x19,0xf7,0x8c,0x77,0xc3,0x7,0xb7,0xb,0xdd, + 0x40,0x58,0x52,0xfb,0xf3,0xa7,0x97,0xad,0x9f,0x63,0x31,0x76,0xcb,0x8b,0x18,0x70, + 0x3a,0xb4,0xee,0xc0,0x26,0x46,0xf7,0x4d,0x6e,0xd0,0xee,0x54,0x3a,0x13,0xee,0x1e, + 0xd3,0xe4,0x4c,0xbf,0xfb,0xfb,0x52,0x4a,0x4f,0x1e,0x76,0x8b,0xd3,0x7d,0xa8,0xf3, + 0x66,0xa7,0x2c,0xae,0xbd,0xaa,0xb,0x5f,0xf1,0x8c,0xfc,0x4b,0x28,0xb5,0xd0,0x0, + 0xb,0x14,0x1c,0xdc,0x64,0x4,0x8d,0x6f,0x38,0x45,0x7b,0xa3,0x7e,0x9d,0xf1,0xd, + 0xe3,0xc7,0xe2,0xd4,0x5f,0x7,0xce,0x1a,0x63,0xe9,0x96,0x44,0x85,0xdd,0x24,0xb, + 0xea,0x37,0xdc,0xb0,0xde,0x2c,0x7c,0x61,0xcd,0x85,0xb8,0xdc,0xd4,0xe7,0x5,0x79, + 0xc7,0x57,0x1e,0x1c,0x3c,0xfd,0x2d,0xe,0xa7,0xa3,0xd1,0xbe,0x23,0x67,0xcb,0x7c, + 0x65,0x16,0x0,0x25,0xcc,0xad,0x5f,0x1b,0x0,0x8d,0x94,0xc8,0x6c,0x9f,0xbd,0x7a, + 0x9,0xb0,0xc5,0x17,0xe,0xc,0xed,0x15,0x87,0xbf,0xc5,0x56,0x37,0xe3,0x17,0x1c, + 0xdc,0x4c,0xc1,0xc1,0xcd,0x75,0xd7,0xfe,0x16,0x1b,0xc9,0xe1,0xf1,0xbe,0x30,0xd, + 0x50,0xb8,0x7d,0xd6,0xaa,0xf7,0x6e,0x6e,0x6c,0xb8,0xe3,0x10,0x94,0x29,0x47,0xcb, + 0x74,0x8a,0xbe,0xb,0x2f,0xeb,0x84,0x6e,0xc6,0x1d,0x21,0x5d,0xb9,0x23,0xa4,0x6b, + 0xdd,0x75,0x80,0xb5,0xa6,0xf4,0x65,0x54,0xa4,0x11,0x93,0x9b,0x4b,0x5c,0xd4,0xcd, + 0xce,0x4c,0xa4,0xe1,0x92,0xbf,0xd1,0x77,0xc8,0xd6,0xb9,0x2b,0xbe,0x55,0x8a,0xc7, + 0x9b,0x63,0xd5,0xf5,0x16,0x95,0xe3,0xfa,0x14,0xba,0x6a,0xde,0x7,0x25,0xea,0xc9, + 0x1d,0xcf,0xac,0x39,0xda,0x58,0x9f,0xcb,0x17,0x79,0x5c,0x6e,0xda,0x3c,0x81,0x67, + 0x9b,0xea,0xbf,0x37,0x3c,0x81,0xee,0xf5,0xfe,0xd1,0x5a,0xac,0x3f,0xbc,0x95,0x61, + 0x11,0xcd,0xd7,0x59,0x1d,0x3b,0x77,0x2,0x80,0x3b,0x6f,0xeb,0xd6,0xac,0x6c,0x53, + 0x9c,0xc7,0xcf,0x97,0xb3,0xf1,0x48,0x91,0xb,0x4d,0xc9,0x2b,0x9e,0xb3,0x72,0x4e, + 0x93,0xbd,0x2e,0xad,0x2a,0x24,0x21,0x2f,0xed,0x5d,0x5,0x99,0xcd,0x7a,0x78,0x2b, + 0x42,0xb1,0xbc,0xf8,0x6a,0xcc,0x54,0x57,0x95,0xe3,0xae,0x97,0x51,0x82,0xba,0x5c, + 0x69,0xcb,0x2,0xb5,0xd6,0x70,0xe7,0x7c,0xe,0xb5,0xd6,0xd1,0xb6,0x73,0x66,0x73, + 0x65,0xf3,0xcd,0x96,0x6d,0x9c,0xd9,0xb0,0xdf,0xd9,0x7b,0xc8,0xed,0x1f,0x3a,0xac, + 0xd6,0x6e,0x20,0x3,0x8d,0x73,0xd0,0x77,0x50,0x8a,0xf7,0x9d,0x6d,0xbb,0x64,0xec, + 0x9a,0xbe,0xb8,0xf1,0x82,0xc4,0x7a,0x70,0xef,0x83,0x89,0x80,0x92,0x1c,0x84,0x59, + 0x5e,0x79,0xe7,0x73,0x48,0x5e,0xf1,0xec,0x95,0x73,0x1b,0x9b,0xf1,0x1b,0x95,0x76, + 0x97,0x3e,0x2e,0x2f,0x75,0x82,0x28,0x59,0xc2,0xad,0x57,0x51,0x76,0x49,0x94,0x64, + 0x15,0xcd,0x5d,0xf9,0x4f,0x77,0x94,0x3c,0x3a,0x14,0x4c,0xcc,0x99,0xd0,0xcb,0x29, + 0xfa,0x52,0xc0,0xe3,0x74,0x8c,0xc1,0x28,0xd4,0xcd,0xce,0xcc,0xa6,0x5e,0x75,0xae, + 0xe0,0xf9,0xa9,0xa8,0x42,0xe2,0x72,0xc7,0x3f,0x2c,0xa2,0x72,0x81,0x96,0x15,0xff, + 0x18,0xe,0x75,0x1e,0x91,0x3f,0x14,0x5f,0x89,0x59,0xd8,0xd2,0x6f,0x84,0x6e,0x86, + 0xd7,0xc7,0xc2,0x49,0xaf,0xdc,0xd7,0xbe,0xca,0x6c,0x9a,0x21,0xa8,0x19,0xad,0x75, + 0xc4,0x56,0x73,0xe3,0xda,0x1b,0x76,0x93,0x2c,0xb8,0x79,0x6d,0xef,0x2e,0xc,0x3b, + 0x17,0x1f,0xf2,0x5a,0x5a,0xb0,0xc3,0x44,0xd6,0xf5,0x22,0x44,0x9f,0x14,0x5d,0x21, + 0x94,0x2,0xef,0x9a,0x9d,0x2c,0xbe,0x65,0x3e,0x9d,0x6d,0xc,0x9,0x39,0xa9,0x31, + 0xa,0x99,0x8c,0x30,0x12,0xe8,0xef,0x85,0x1d,0x5,0xec,0x5,0x29,0x10,0xa5,0x2f, + 0x2f,0x9a,0xbb,0xda,0xe0,0x92,0x51,0x5f,0x56,0x46,0x5c,0xc7,0xd0,0x97,0xc7,0x86, + 0x56,0x99,0xcd,0xc9,0x68,0x5a,0x34,0xba,0x8a,0x44,0x88,0x40,0xd1,0x1e,0xa1,0x3d, + 0xf5,0x3f,0x9f,0x57,0x5c,0x40,0xb8,0x80,0xe2,0x30,0xc2,0x1,0x11,0x4a,0x2d,0x55, + 0xd5,0x9b,0x37,0xbf,0x98,0x7f,0xc6,0x97,0xfe,0xfd,0xf,0xae,0xc2,0x77,0x8,0x6f, + 0x22,0xa7,0xd5,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // D:/LMS/DBXML/InstructorsAndTrainees/icons/deleteInstructor.png + 0x0,0x0,0xc,0x43, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0, + 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0, + 0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f, + 0xa8,0x64,0x0,0x0,0xb,0xd8,0x49,0x44,0x41,0x54,0x78,0x5e,0xdd,0x9b,0x9,0x78, + 0x54,0xd5,0x15,0x80,0xcf,0x7d,0xb3,0x64,0x67,0x9,0x21,0x10,0x4d,0xa8,0x48,0x80, + 0x90,0xa0,0x2,0x9a,0x85,0xb0,0x2a,0x3b,0x35,0x21,0xf8,0x49,0x95,0xad,0xb6,0xb8, + 0x0,0x7e,0x8a,0x2d,0xab,0x52,0x15,0xf3,0xb5,0x5a,0x9b,0x0,0xb6,0x50,0x5b,0xd4, + 0x56,0xc1,0x4f,0xa1,0xad,0xb,0x10,0xb1,0x51,0xa3,0x62,0x8,0x20,0x61,0x8b,0xb2, + 0x84,0x0,0x61,0x7,0x23,0x9,0x1,0x21,0x2c,0x59,0x66,0xde,0xed,0x39,0x77,0xee, + 0x24,0x99,0x64,0x96,0x37,0x33,0x6f,0x40,0xfb,0xe7,0x7b,0xdf,0xbb,0xe7,0xbc,0xf7, + 0x26,0x73,0xcf,0xbb,0xf7,0xdc,0x73,0xee,0xbd,0xc3,0x20,0xc0,0xa4,0xe7,0x8e,0x8f, + 0xb6,0x32,0x75,0x30,0xe7,0x3c,0x9,0xff,0x59,0x2,0xaa,0x7a,0xe0,0xd1,0x1e,0x8f, + 0x76,0x78,0x84,0xe3,0x41,0x5c,0xc6,0xe3,0x7,0x3c,0x2e,0x0,0x87,0x83,0x9c,0xc1, + 0x41,0xc6,0xf9,0x3e,0x3,0x33,0x16,0x6d,0x9d,0xb7,0xb6,0x52,0xdc,0x11,0x20,0x2, + 0x62,0x80,0xe4,0xc5,0x19,0xc9,0x6,0x15,0x26,0x2,0x53,0x46,0x70,0xe0,0x49,0xa8, + 0xf2,0xf5,0xff,0xa0,0x2d,0xd8,0x7e,0xe0,0x6a,0x81,0xca,0xd9,0xea,0xed,0xb,0xf2, + 0x76,0x4a,0xbd,0x6e,0xe8,0x66,0x80,0xd4,0x65,0x63,0xda,0x40,0xad,0xf1,0x31,0xfc, + 0xc4,0x69,0xf8,0xb1,0xbd,0xa4,0x5a,0x67,0xf8,0x1,0x6c,0x21,0x6f,0x1a,0x39,0x7b, + 0x6d,0xcb,0x82,0xbc,0x1a,0xa9,0xf4,0xb,0xbf,0xd,0xd0,0x7f,0xe9,0x84,0x48,0xd5, + 0x52,0xfb,0x14,0x30,0xf6,0x24,0x8a,0xd4,0xb4,0xaf,0x7,0xd8,0x55,0xf8,0x72,0x93, + 0x55,0xfd,0xf3,0xe6,0x67,0x3e,0xbe,0x20,0x75,0x3e,0x61,0x90,0x67,0xef,0xe1,0xc0, + 0x52,0xc2,0xc6,0xfd,0x52,0x55,0x2d,0x79,0x8c,0xb1,0xb1,0xa8,0x9,0xb1,0x5d,0xb8, + 0x2e,0x84,0xa0,0xc1,0x87,0xa8,0xa,0x7b,0x34,0x76,0x54,0x42,0xdd,0x99,0xfe,0xf, + 0xee,0x80,0xc2,0x42,0x2e,0xaf,0x79,0x85,0x4f,0x2d,0xa0,0xff,0xd2,0xcc,0x78,0xab, + 0x5,0x56,0x31,0x6,0xe9,0x52,0x75,0xa3,0xd9,0xa2,0x18,0xe0,0x57,0x5f,0xcf,0xce, + 0x2b,0x97,0xb2,0x66,0x14,0x79,0xd6,0x4c,0x72,0xce,0xb8,0xf1,0xaa,0x15,0x76,0xfc, + 0x88,0x2a,0x4f,0xc,0xc0,0xef,0xb4,0x3b,0x65,0x71,0xc6,0x44,0x29,0x6b,0x46,0x7b, + 0xb,0x58,0xb4,0x48,0x49,0xd,0x2f,0x59,0x82,0xa5,0xdf,0xd8,0x14,0x3f,0x4e,0xb0, + 0x1f,0x2c,0xdd,0x7e,0xb9,0xef,0x3c,0xc8,0xce,0x56,0xa5,0xca,0x2d,0x9a,0xc,0x90, + 0xf4,0xc2,0x4,0x73,0x78,0x68,0xdd,0x4a,0xbc,0xdb,0x6b,0xb,0xdf,0x18,0xd8,0x7, + 0x91,0x41,0xf5,0x93,0xf3,0x67,0xe5,0xd7,0x49,0x85,0x4b,0x3c,0x3a,0xc1,0xc4,0x45, + 0x13,0xcc,0x11,0xe1,0xb5,0x6b,0xd1,0xe9,0xdc,0x27,0x55,0x3f,0x5,0x12,0xaf,0x59, + 0x95,0x7e,0x6d,0xd3,0xef,0x78,0xbf,0xaa,0xb0,0xd4,0x2a,0x75,0x4e,0x71,0xef,0x3, + 0xd0,0xd3,0x47,0x84,0xd7,0xbd,0x81,0x16,0x25,0x2f,0xff,0x13,0x83,0x8d,0xc5,0xef, + 0xbe,0x8a,0xba,0xae,0x54,0x38,0xc5,0x6d,0x17,0x48,0xcd,0xcd,0x7c,0x5,0x4f,0x7e, + 0xf5,0xf9,0xbe,0xb1,0x49,0x90,0xd0,0xa9,0x1b,0x18,0xd,0x26,0xa9,0xd1,0x86,0xc5, + 0xda,0x0,0x7,0xce,0x96,0xc3,0x37,0xa7,0x4b,0xa5,0xc6,0x47,0x38,0x2c,0x29,0x9e, + 0x9f,0x37,0x57,0x4a,0xad,0x70,0x69,0x80,0x94,0x9c,0xcc,0x9,0xe8,0xe9,0xff,0x23, + 0x45,0xaf,0xc1,0x10,0x16,0x9e,0x1b,0xf3,0x14,0x8c,0x4d,0xba,0x5b,0x6a,0x7c,0xe3, + 0xe3,0xfd,0x5f,0xc2,0xef,0xf3,0xff,0x22,0x25,0xdf,0xc0,0x86,0x3c,0x79,0xfb,0xbc, + 0xf5,0xab,0xa5,0xe8,0x80,0xd3,0xe6,0x91,0x9e,0x93,0xd5,0xd,0x2b,0x8f,0x4d,0xdf, + 0x77,0x86,0xf6,0xe8,0xef,0x77,0xe5,0x89,0x9f,0x27,0xdd,0x3,0x43,0xbb,0xa7,0x49, + 0xc9,0x37,0x18,0xf0,0x15,0x29,0x4b,0xb2,0x28,0x9,0x6b,0x45,0x6b,0x3,0xa0,0xb9, + 0x2c,0xa0,0xbe,0x8d,0xa5,0xb6,0x36,0x85,0x6f,0x50,0xd3,0xd7,0x8b,0xbe,0x71,0xbd, + 0x65,0xc9,0x67,0x22,0x98,0xaa,0xfe,0x93,0xea,0x26,0xe5,0x46,0x5a,0x19,0x20,0x6d, + 0xc9,0xb8,0x87,0xf5,0x8,0x72,0x42,0x4c,0xc1,0xb2,0xe4,0xc8,0xd1,0x73,0x27,0xa1, + 0xec,0xec,0x11,0xa7,0x7,0x5d,0x73,0x46,0xa8,0x49,0x97,0x28,0x7b,0x60,0x5a,0x6e, + 0xc6,0x43,0xb2,0xdc,0x88,0x83,0x1,0x28,0xb1,0xc1,0xbc,0xfd,0x8f,0x52,0xc,0x8, + 0xbb,0x4e,0xee,0x81,0x1d,0x27,0xbe,0x71,0x7a,0xd0,0xb5,0x40,0x62,0x5,0x96,0xd3, + 0xe7,0x95,0x2c,0x9a,0x87,0x68,0xc4,0x21,0xe,0xb8,0x79,0x78,0xfc,0x33,0x78,0x1a, + 0x63,0x93,0xfc,0x63,0x70,0x7c,0x2a,0xf4,0xec,0x74,0xab,0x94,0x9a,0x48,0x8a,0xe9, + 0x1,0x77,0xdc,0x9c,0xe8,0xf4,0xa0,0x6b,0xce,0x38,0x54,0x79,0x14,0x8a,0x8e,0x6c, + 0x97,0x92,0xef,0x60,0xcb,0xe,0x33,0xa8,0xbc,0xf6,0x4c,0xc1,0xc1,0x42,0xa9,0x6a, + 0x6a,0x1,0x22,0x9f,0x7,0x78,0xc2,0x26,0xfd,0xff,0x82,0xe,0x71,0xd6,0x80,0x3f, + 0x65,0x46,0x48,0xb1,0x59,0x17,0xa0,0xc9,0x8c,0xeb,0x97,0xcf,0xdf,0x40,0x58,0xa4, + 0xc5,0x0,0x54,0x57,0x41,0xa3,0x57,0x4c,0xcb,0x1d,0xb7,0x97,0x3,0xf7,0xdb,0xdd, + 0xda,0x19,0xd6,0x73,0x0,0x4c,0x49,0xbe,0xf,0x9b,0x9d,0xa6,0x74,0xc3,0x25,0xe8, + 0x93,0xe0,0x9d,0x1d,0x1f,0xc2,0x17,0x7,0xb7,0x48,0x8d,0x2e,0x94,0x16,0xcf,0xcb, + 0x13,0xc3,0x94,0xf8,0x76,0x34,0x87,0xa7,0x70,0xe6,0x7f,0x27,0x6b,0x86,0x1,0x13, + 0xf4,0x19,0x3,0x27,0x43,0x41,0xd9,0x66,0xb8,0x1b,0x63,0x2,0x23,0xca,0xde,0x60, + 0xc1,0xfc,0x76,0xe3,0xa1,0xaf,0x61,0x44,0xc2,0x40,0x58,0xb1,0xf9,0x5d,0xb0,0xa2, + 0xac,0x27,0x8c,0xab,0x77,0x6e,0x9b,0xbf,0x61,0xb7,0x30,0x40,0x5a,0x4e,0xc6,0x52, + 0xce,0xd8,0x6f,0xc5,0x15,0x9d,0x50,0xf0,0xcd,0x6f,0x99,0xb3,0x16,0x5e,0xfc,0x64, + 0x39,0x4c,0xbc,0x6b,0x1c,0x74,0x8b,0xfa,0x99,0xbc,0xa2,0x8d,0x23,0xe7,0x4e,0xc0, + 0xbf,0x76,0xe5,0xc1,0xc2,0x51,0x4f,0x40,0xfa,0xe2,0xf1,0x38,0x84,0xfb,0x34,0xe1, + 0xe3,0x1a,0x19,0x22,0xb,0x1f,0xc0,0x15,0x36,0x52,0x28,0x75,0x44,0xc5,0xa6,0x6b, + 0xb1,0x5a,0x20,0xc8,0x18,0x4,0xd3,0xd7,0x3c,0xd,0x79,0x7b,0xb,0x70,0xa8,0xfb, + 0x56,0xd3,0x41,0xf7,0xd2,0x33,0xc1,0xf8,0x6c,0xbd,0xa5,0x41,0xff,0xca,0x13,0xc, + 0x86,0x8b,0x93,0x98,0xb7,0x7,0xeb,0xf7,0x42,0xa5,0x33,0x9f,0x3d,0xf1,0x2e,0xbc, + 0x5d,0xfc,0x3e,0xf6,0xe1,0xb5,0x52,0xe3,0x1d,0x53,0x53,0xee,0x13,0x7e,0x64,0xd4, + 0xab,0x53,0xa4,0x46,0x57,0xb8,0xb9,0xa1,0xa1,0x93,0x42,0x8b,0x16,0x28,0xe8,0x5e, + 0x79,0xe2,0xfb,0x4b,0x95,0x10,0xdb,0x3e,0x46,0x4a,0xde,0x13,0xd7,0xfe,0x26,0xa8, + 0xc0,0xcf,0x8,0x10,0xac,0xde,0x68,0x1c,0xac,0x30,0xae,0x9f,0xe7,0x6f,0xc9,0xe1, + 0xca,0x63,0x90,0xd8,0xb9,0xbb,0x94,0xbc,0x27,0xa1,0x53,0x3c,0x94,0x57,0x1d,0x97, + 0x52,0x0,0x50,0x94,0x24,0x5,0x7b,0x57,0x4f,0x29,0xea,0xce,0xee,0x53,0xfb,0x20, + 0xbe,0x63,0x57,0x68,0x17,0xea,0x7d,0x5e,0xd5,0x36,0x24,0x2,0x9f,0xbd,0x5,0xc3, + 0xe3,0xbd,0x52,0xa3,0x3f,0x38,0x12,0xf4,0x44,0x27,0xc8,0x7d,0x7f,0x45,0x1e,0x28, + 0xc6,0xf8,0x9e,0xdc,0xed,0xd0,0x78,0xef,0xd3,0xd9,0x7b,0x7a,0x50,0x3e,0xc6,0xd1, + 0x29,0xd2,0x67,0x4,0x6,0x4c,0xe,0x7b,0xa0,0x1,0x94,0x28,0x29,0xeb,0xce,0xb9, + 0xcb,0xe7,0xa1,0xf0,0xf0,0x36,0x78,0xe0,0xce,0xc,0x30,0x79,0x31,0x23,0x64,0x36, + 0x9a,0xe1,0x81,0x7e,0x99,0xe2,0xd9,0x73,0x57,0xfc,0x5a,0xf8,0xf1,0x44,0x14,0x4b, + 0xcd,0xcd,0xa8,0xc6,0xc6,0x10,0x29,0x15,0xba,0xd3,0x1d,0xbb,0xc0,0xeb,0x93,0x5e, + 0x86,0xbd,0xdf,0x95,0xc1,0x7,0x25,0xf9,0x70,0xb5,0xe1,0x9a,0xbc,0xe2,0x1c,0x4a, + 0x7d,0xef,0xef,0x3b,0x16,0x7a,0xdf,0xd4,0x13,0x1e,0x5d,0xbd,0x20,0xb0,0x3e,0x0, + 0xa0,0x1a,0xd,0x90,0x49,0x53,0xc7,0x66,0x9b,0x1c,0x18,0xee,0xea,0x72,0x3b,0xcc, + 0x1f,0x31,0x13,0xba,0xa0,0x57,0xd7,0xc2,0x89,0xf3,0x67,0x20,0xe7,0xf3,0xbf,0x7, + 0xb4,0xff,0x4b,0xea,0xaf,0x8b,0x1,0xec,0x24,0x77,0xb9,0xc3,0xe5,0x44,0x89,0x9d, + 0x6b,0xd,0xb5,0xb0,0xe3,0xe4,0xb7,0x52,0xa,0x38,0x64,0x80,0xc0,0x76,0x81,0xe6, + 0x7c,0x34,0xe3,0x4d,0xe8,0x18,0xde,0x41,0x4a,0xce,0xa9,0xba,0x5c,0xd,0x19,0x2b, + 0xa6,0x49,0x29,0xe0,0x54,0x1b,0x62,0x47,0xf6,0x7a,0x1c,0xb,0xe,0xb3,0x24,0xfe, + 0xa0,0x30,0x5,0xfa,0xc4,0x26,0xc2,0xbd,0xbd,0x87,0xc3,0xe8,0xc4,0xa1,0xe2,0x38, + 0x5a,0x7d,0x2,0x1e,0x4a,0x9b,0x80,0x51,0xe1,0x7,0x78,0x7,0x17,0x43,0x63,0xcb, + 0x2c,0x91,0x42,0xe7,0xff,0x96,0x6e,0x84,0x37,0xb6,0xac,0x81,0x5f,0xa0,0xd3,0x3c, + 0x5b,0x53,0x5,0xf3,0x86,0xcf,0x80,0xb4,0xae,0x7d,0xc5,0xc4,0x8a,0xca,0x55,0xa8, + 0xac,0xa9,0xc6,0xa7,0x75,0xd,0x8b,0x2b,0xa9,0x5,0xec,0xc4,0x16,0x70,0xa7,0x54, + 0xf8,0xc,0x4d,0x83,0x53,0x65,0xa7,0xf,0x9c,0x4,0x9d,0xdb,0x44,0x4b,0xad,0x8d, + 0x12,0x8c,0x7,0xa,0xca,0x8a,0x60,0xce,0xb0,0xc7,0x60,0xdd,0x9e,0x4f,0x45,0x96, + 0xf7,0x70,0xff,0x7,0x1a,0x27,0x3b,0xf7,0x57,0x1c,0x82,0x7f,0x6c,0x5d,0x3,0x3, + 0xbb,0x25,0x43,0xd6,0xed,0xa3,0x60,0xc9,0x17,0xaf,0x63,0x16,0x38,0xa8,0xd5,0x64, + 0x68,0xc5,0xc5,0x4a,0xcc,0xc,0xdf,0x81,0xcf,0xe,0x6c,0xd2,0xcb,0x10,0x3b,0xd, + 0xb1,0x23,0x12,0x86,0xe2,0x77,0xbf,0x4d,0x2a,0x7c,0x82,0x86,0xad,0xe7,0x46,0xcf, + 0x82,0x47,0xd2,0x1f,0x84,0xf0,0xa0,0x30,0xa9,0x6d,0x22,0xa6,0x6d,0xb4,0x88,0x9, + 0xc,0xd8,0x3a,0x46,0xf6,0x1a,0x8c,0xe9,0x71,0x3a,0x7c,0x8a,0x95,0xf8,0xf0,0xdb, + 0x4f,0xe0,0x4b,0xcc,0xf3,0xa9,0x62,0x73,0x86,0x4f,0xc7,0x96,0x93,0x4,0xbb,0x4e, + 0xed,0x85,0x33,0x3f,0x7c,0xf,0xe3,0xfb,0x8c,0x96,0x4f,0x37,0x11,0x11,0x1c,0x26, + 0x52,0xeb,0xae,0x1d,0x62,0x61,0xeb,0xb1,0x5d,0x22,0x65,0xf6,0x7,0x6c,0x74,0x1b, + 0x59,0x4a,0x6e,0xe6,0x22,0x6c,0x8c,0x2f,0x48,0x9d,0xd7,0x50,0xda,0x9b,0x93,0xf5, + 0x3b,0xf1,0xf6,0xdc,0x41,0xce,0x6d,0xee,0xda,0x3f,0xe0,0xbd,0xb,0x21,0xcc,0x1c, + 0x2a,0x74,0x1f,0xed,0xfd,0x5c,0x9c,0x33,0x6e,0x13,0x89,0x19,0x5c,0xa9,0xbf,0xa, + 0xf3,0xd7,0xbd,0x4,0x8b,0xc7,0x3f,0xeb,0xd1,0x59,0x6e,0x2a,0x2f,0x86,0x84,0x61, + 0x53,0xa5,0xe4,0x9a,0xcc,0x27,0xdd,0xee,0xd6,0x79,0x1e,0xbf,0x3f,0xdb,0x2f,0x5, + 0x9f,0x98,0x82,0x19,0x9b,0xa7,0xca,0x13,0x54,0xa1,0x47,0xd2,0x27,0xc2,0x5f,0xb, + 0x57,0x4a,0xd,0x40,0x90,0xc9,0x2c,0xe,0x3b,0x74,0x8d,0xee,0xf1,0x54,0xf9,0x2b, + 0xb,0x9e,0x85,0x5e,0x2f,0xbe,0x6,0x6,0x95,0x7b,0x3c,0xf2,0x96,0x1f,0x10,0x87, + 0x53,0x38,0x2f,0x55,0xc,0x5c,0xd9,0x44,0x45,0x9b,0xc6,0x3b,0xda,0x85,0xb4,0x81, + 0x87,0x52,0xef,0x97,0x92,0x67,0x68,0xb1,0xc4,0x6c,0x30,0x43,0xf1,0xf1,0x12,0xa9, + 0x69,0x82,0x74,0x74,0xcd,0xd3,0x82,0xca,0xa9,0x21,0x83,0xa1,0x76,0xf5,0xbf,0x41, + 0xf9,0xbc,0x48,0x6a,0xdc,0xd3,0xdc,0x10,0x2d,0xe0,0x66,0x8b,0x65,0x93,0x42,0xfb, + 0xf0,0xc4,0x56,0x34,0x1f,0x18,0x81,0xfd,0xd9,0xde,0x9c,0xb5,0x32,0x73,0xd0,0x54, + 0x58,0x55,0xfc,0x3e,0xd4,0xd4,0x5d,0x91,0x1a,0x5b,0xd3,0x5f,0x89,0xba,0x19,0x83, + 0x5c,0xe7,0xfd,0xf4,0xd6,0x2b,0xbb,0xf6,0x84,0xd0,0xa3,0x15,0x52,0xe3,0x1d,0x4e, + 0x8c,0xb0,0xa7,0x68,0x61,0x7e,0x95,0x6d,0x56,0x98,0xab,0x5,0xe2,0xec,0x25,0xe9, + 0x5d,0xfb,0xc9,0x92,0x76,0x82,0x4d,0x41,0xf0,0xd8,0x80,0xc9,0xf0,0x6a,0xe1,0x2a, + 0xa9,0x1,0x58,0xfe,0xd5,0x4a,0x98,0x8e,0x3a,0x57,0x4d,0xbf,0xea,0xd7,0xd3,0xc4, + 0x5b,0x37,0x58,0x5c,0x6c,0xfa,0x40,0x27,0xc6,0x42,0x43,0x69,0x2d,0x1f,0xac,0x46, + 0xd7,0x73,0x8f,0x64,0x84,0x8f,0x96,0xd9,0x57,0x9b,0x99,0xa8,0xb3,0x30,0x80,0x55, + 0x81,0x35,0x74,0xf6,0x96,0xd8,0x76,0xbe,0x4d,0x76,0x50,0x9c,0x40,0x86,0xd8,0x76, + 0x6c,0x37,0xec,0x3c,0xb1,0x7,0x2b,0x1e,0x24,0x74,0xce,0xa0,0x37,0xef,0xb9,0xb9, + 0x33,0xe0,0xf5,0x18,0xd0,0xd6,0xd6,0x81,0x82,0xae,0xdd,0x1d,0x94,0xff,0x53,0x4b, + 0x50,0x18,0x17,0xab,0xc5,0x8d,0xd1,0x88,0x2f,0xd3,0xe2,0x34,0xe5,0xd5,0x26,0xd8, + 0xbe,0xdb,0xd5,0x33,0x75,0x96,0x7a,0xcc,0xee,0xce,0x8b,0x72,0x6d,0x43,0x1d,0xcc, + 0x7a,0x6f,0x91,0x28,0x2f,0x9b,0x90,0x2d,0xc,0x42,0x44,0x85,0x45,0x42,0x10,0xe, + 0xab,0x76,0xbe,0x4b,0xe8,0xd,0x41,0x57,0x3c,0xec,0x74,0xb1,0x7,0x55,0x74,0xa6, + 0xc3,0xaa,0x69,0x78,0x5c,0x1f,0x75,0xba,0x3c,0xab,0xd1,0x0,0xa9,0x39,0x19,0x73, + 0xf1,0xe1,0x5c,0x29,0x6a,0xa2,0xe0,0xc9,0xd5,0x10,0xe1,0x64,0xdc,0x77,0xc5,0x9a, + 0x9d,0xeb,0xa1,0xec,0x6c,0x39,0x44,0x47,0x74,0x94,0x1a,0x47,0x2a,0x31,0xfa,0xa3, + 0x59,0x20,0x9a,0x45,0x26,0xc8,0xe1,0x69,0xea,0xf3,0xcd,0xa3,0x4a,0x2a,0xab,0x9e, + 0xf7,0x47,0x5d,0xd,0x66,0x55,0x5d,0xca,0xf,0x47,0x37,0x19,0x80,0x96,0xc6,0xea, + 0x4c,0x94,0x7b,0x6a,0x5e,0x1d,0x72,0x65,0x0,0xa,0x72,0x46,0xa1,0x83,0x6c,0x9, + 0x4d,0x8e,0xd2,0xfa,0x9f,0x2b,0x4f,0x5f,0x72,0x7a,0xbf,0x88,0xa,0xa7,0x24,0x8f, + 0x17,0x32,0x39,0x3d,0x97,0xfd,0xbe,0x39,0x8a,0xcd,0x95,0x89,0xca,0x53,0xb9,0xa1, + 0xc1,0x26,0x7b,0x66,0xbd,0x7c,0x12,0x87,0xa1,0x59,0xf9,0x97,0x68,0xfb,0xa9,0x14, + 0xfd,0xa2,0xa0,0x8c,0x46,0x56,0xff,0xa0,0xb7,0xaf,0xa9,0xf2,0x8,0x33,0x28,0xc0, + 0xcc,0x66,0x60,0x21,0x21,0xc0,0x82,0x6d,0x5d,0x49,0xb,0xb5,0x66,0x16,0xd3,0x68, + 0x0,0x82,0xf6,0xde,0xe2,0xe9,0x9c,0x4d,0xba,0xb1,0x4,0x9d,0x3c,0x2b,0x4b,0x1a, + 0xa0,0xca,0x87,0x87,0x61,0x4e,0xdb,0x1e,0x94,0x76,0xda,0xf3,0x3a,0x45,0x85,0xbe, + 0xe,0x6,0xa0,0x8d,0xc7,0xe8,0x8,0x9f,0x96,0x62,0x40,0xa0,0x8d,0x10,0xce,0x16, + 0x43,0xe8,0xa0,0x6b,0xbe,0xc0,0xc2,0xb0,0xf2,0x51,0x51,0x60,0xe8,0xdc,0x9,0x58, + 0x1b,0x5a,0xe4,0xd6,0x86,0xd9,0xc2,0x4d,0xcd,0xbc,0x87,0x84,0x3,0x4b,0x5d,0x9c, + 0x49,0xe3,0xce,0x0,0x9b,0xc2,0x35,0xae,0x7c,0x0,0xc5,0xfc,0x14,0xcf,0xb7,0x84, + 0x66,0x7a,0x4a,0x4e,0xef,0x93,0x12,0x40,0x69,0xc5,0x61,0x71,0x4e,0x8c,0x69,0x9a, + 0x97,0xed,0x17,0x77,0x1b,0x74,0x78,0xf9,0x6f,0x62,0xdc,0xb7,0x73,0x2d,0xba,0xd, + 0x74,0x9c,0x3d,0xf,0xcc,0xf7,0xb6,0xde,0xba,0xc0,0xd1,0xe3,0x33,0xa3,0x91,0xf2, + 0x69,0x7c,0xa5,0x58,0x1d,0x93,0x49,0xc,0x87,0xa2,0xec,0x82,0xf3,0xbd,0xef,0x92, + 0x25,0x34,0x9e,0x3c,0x3b,0x40,0x9b,0xa4,0xac,0x4c,0xdd,0x85,0x45,0xb7,0xf3,0xd9, + 0xde,0x1a,0xa0,0x25,0x9f,0x49,0x5f,0x31,0x32,0xc1,0xd1,0x61,0xd2,0xd8,0x6f,0x37, + 0xc0,0xd5,0x5b,0x63,0x20,0xae,0xd0,0x7f,0x9f,0xd2,0x92,0xea,0x38,0x9b,0xd1,0x1d, + 0xba,0x80,0x9d,0xad,0xf3,0xd7,0x1d,0xc1,0x78,0xe2,0x51,0x29,0xba,0x44,0xd5,0x30, + 0xdc,0xf8,0x8b,0xd2,0xd6,0xaf,0xbd,0x5a,0x1e,0x71,0xdd,0x4e,0x10,0x4c,0x95,0x97, + 0xe0,0xd,0xb3,0xa5,0xd8,0x8a,0x21,0xf1,0x69,0xd0,0x25,0xf2,0x66,0x29,0x35,0xb1, + 0xf1,0xd0,0x56,0x91,0xf3,0x7b,0xe2,0x78,0xf5,0x29,0x71,0xbe,0xa5,0x43,0x9c,0x38, + 0xdb,0xc9,0x7a,0x7c,0x29,0x4,0x5f,0x6c,0xca,0x15,0x60,0xda,0x24,0x88,0x9c,0x3d, + 0x1b,0x98,0x4e,0xc6,0xa8,0x99,0x39,0xb,0xea,0x37,0xe4,0x8b,0xb2,0x5b,0x3,0x90, + 0x3f,0x48,0x5b,0x9c,0xf9,0x16,0xf6,0xae,0x56,0xbb,0xab,0x2,0x9,0x85,0xaa,0x14, + 0xb7,0xb7,0x44,0x89,0xe9,0x2c,0x4b,0x8e,0xb0,0x20,0x1c,0xfa,0xb0,0xef,0xd3,0x50, + 0x48,0x51,0xa0,0x7a,0xf1,0xa2,0xbc,0xe2,0x1c,0xb5,0x82,0xd6,0x82,0xf1,0xac,0xd0, + 0x6f,0x92,0x3c,0xd0,0xb8,0x59,0xfa,0x3a,0xee,0x17,0x76,0x65,0x0,0x97,0x60,0xf0, + 0xc3,0xc8,0xf9,0x99,0xd0,0x19,0x5a,0x55,0xe0,0xd7,0xdc,0xaf,0x3d,0xd8,0x21,0x3, + 0x38,0xf5,0x1,0xcd,0x29,0xcd,0x7e,0xaf,0x3e,0xe4,0x72,0xd,0xc6,0xa6,0xfc,0x2d, + 0xa9,0xa,0x38,0x34,0x8b,0xa3,0x7a,0x7c,0x35,0x2d,0xa0,0x24,0xc8,0x82,0x39,0x80, + 0xb6,0x3c,0x40,0x80,0x81,0xd0,0x39,0x8f,0x6,0x20,0xbe,0xca,0xfe,0xca,0x52,0x7c, + 0xb9,0xdf,0x23,0xd8,0x25,0xe8,0x7,0x13,0xd7,0x5,0xde,0x3c,0xbe,0xf7,0x84,0xfd, + 0x5e,0x91,0x9,0x6a,0x6b,0x39,0xf4,0xf6,0x29,0x17,0xd0,0x64,0x0,0x41,0x76,0xb6, + 0x4a,0x5b,0x4a,0x38,0x53,0x29,0x50,0xf,0xe8,0x82,0x9d,0xf7,0xc8,0x4a,0x93,0x21, + 0x34,0x1a,0x8e,0xde,0x3e,0x9d,0xb5,0x1b,0x40,0xb2,0x7d,0xee,0x86,0x75,0x6,0xae, + 0xd0,0x24,0xe0,0x66,0x9b,0x26,0x30,0x50,0x37,0xb0,0xba,0x9,0x66,0x1c,0xc0,0xfa, + 0x53,0x40,0x4,0x1c,0x87,0x65,0x3,0xfa,0x1,0xf,0xd4,0x1b,0x59,0x3,0xbd,0x7d, + 0x2a,0x7b,0xd1,0xce,0x5a,0x80,0x23,0x44,0x4a,0xee,0xb8,0xa9,0x8c,0x71,0x4a,0xa1, + 0x1d,0x17,0x2,0x74,0x44,0x93,0x43,0xa4,0xc,0x90,0x8c,0x85,0x11,0x21,0x8d,0x8, + 0xfc,0xe2,0x25,0x79,0xc1,0x39,0x51,0xa7,0xcb,0x1b,0xeb,0xed,0x75,0xb,0x68,0x84, + 0x1,0xdf,0x3e,0x7f,0xfd,0xdb,0x26,0x8b,0x35,0x1,0xbf,0xde,0xb,0x68,0x11,0xdb, + 0x4c,0x87,0xce,0x68,0x72,0x88,0x18,0x90,0x89,0x6c,0x10,0xff,0xd4,0x1a,0xf7,0x3f, + 0x28,0x8d,0xfb,0xb8,0xbb,0x43,0xd0,0xe1,0x7b,0xb,0x68,0x1,0x6d,0x3f,0x15,0x3b, + 0x30,0x39,0xfd,0x74,0x16,0x9c,0xcf,0x6f,0xf9,0x81,0xc7,0x96,0x40,0x35,0x71,0x73, + 0x99,0x9c,0x5e,0xf4,0xc9,0xf2,0x56,0x2f,0x5c,0x37,0x3,0x34,0x27,0x2d,0xe7,0xde, + 0x7e,0x1c,0x94,0x49,0xf8,0xe9,0x23,0x50,0xa4,0x55,0x27,0x5f,0xff,0xf,0x55,0x69, + 0xf,0x3e,0x5e,0xc0,0xb8,0x75,0xcd,0x86,0x65,0x65,0xcf,0x5f,0xd,0x66,0xe9,0xc1, + 0xf5,0x3c,0xa,0x53,0x59,0xcd,0x9f,0x69,0x9f,0xfd,0x91,0xa2,0x3,0x1,0x31,0x40, + 0x73,0x6,0xbd,0x34,0xa6,0x23,0xed,0xc6,0xa2,0xd,0x49,0x98,0xb1,0x25,0x0,0xe3, + 0x3d,0x70,0x8c,0x6b,0x8f,0xff,0x99,0x66,0x9e,0x9a,0x7e,0x3e,0xcf,0x71,0x64,0x61, + 0xfc,0x2,0x5e,0x3b,0x84,0xd7,0xe,0xa0,0x33,0xdf,0x6f,0xaa,0x6f,0x28,0xa2,0xa9, + 0x6b,0x79,0x8f,0x3,0x27,0xe3,0xbb,0x57,0x92,0x21,0xa8,0xec,0xcc,0x18,0xe4,0xe8, + 0xf0,0xad,0x97,0xe0,0x3d,0x15,0x34,0xf7,0x27,0xd5,0x2d,0x0,0xf8,0x1f,0x3f,0x99, + 0x51,0x80,0x63,0x93,0x14,0xb1,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42, + 0x60,0x82, + +}; + +static const unsigned char qt_resource_name[] = { + // icons + 0x0,0x5, + 0x0,0x6f,0xa6,0x53, + 0x0,0x69, + 0x0,0x63,0x0,0x6f,0x0,0x6e,0x0,0x73, + // blankXML + 0x0,0x8, + 0x2,0x85,0x0,0x3c, + 0x0,0x62, + 0x0,0x6c,0x0,0x61,0x0,0x6e,0x0,0x6b,0x0,0x58,0x0,0x4d,0x0,0x4c, + // instructors.xml + 0x0,0xf, + 0x3,0xe8,0xeb,0x3c, + 0x0,0x69, + 0x0,0x6e,0x0,0x73,0x0,0x74,0x0,0x72,0x0,0x75,0x0,0x63,0x0,0x74,0x0,0x6f,0x0,0x72,0x0,0x73,0x0,0x2e,0x0,0x78,0x0,0x6d,0x0,0x6c, + // groupsTrainees.xml + 0x0,0x12, + 0x1,0x13,0xe,0x7c, + 0x0,0x67, + 0x0,0x72,0x0,0x6f,0x0,0x75,0x0,0x70,0x0,0x73,0x0,0x54,0x0,0x72,0x0,0x61,0x0,0x69,0x0,0x6e,0x0,0x65,0x0,0x65,0x0,0x73,0x0,0x2e,0x0,0x78,0x0,0x6d, + 0x0,0x6c, + // instructorArchive.png + 0x0,0x15, + 0x6,0xf4,0x2c,0xa7, + 0x0,0x69, + 0x0,0x6e,0x0,0x73,0x0,0x74,0x0,0x72,0x0,0x75,0x0,0x63,0x0,0x74,0x0,0x6f,0x0,0x72,0x0,0x41,0x0,0x72,0x0,0x63,0x0,0x68,0x0,0x69,0x0,0x76,0x0,0x65, + 0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // newGroup.png + 0x0,0xc, + 0x8,0x5a,0x2a,0x67, + 0x0,0x6e, + 0x0,0x65,0x0,0x77,0x0,0x47,0x0,0x72,0x0,0x6f,0x0,0x75,0x0,0x70,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // traineeFromArchive.png + 0x0,0x16, + 0xd,0xe6,0xf6,0xe7, + 0x0,0x74, + 0x0,0x72,0x0,0x61,0x0,0x69,0x0,0x6e,0x0,0x65,0x0,0x65,0x0,0x46,0x0,0x72,0x0,0x6f,0x0,0x6d,0x0,0x41,0x0,0x72,0x0,0x63,0x0,0x68,0x0,0x69,0x0,0x76, + 0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // deleteGroup.png + 0x0,0xf, + 0x3,0x57,0xc1,0x67, + 0x0,0x64, + 0x0,0x65,0x0,0x6c,0x0,0x65,0x0,0x74,0x0,0x65,0x0,0x47,0x0,0x72,0x0,0x6f,0x0,0x75,0x0,0x70,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // traineeArchive.png + 0x0,0x12, + 0x9,0x17,0x45,0xa7, + 0x0,0x74, + 0x0,0x72,0x0,0x61,0x0,0x69,0x0,0x6e,0x0,0x65,0x0,0x65,0x0,0x41,0x0,0x72,0x0,0x63,0x0,0x68,0x0,0x69,0x0,0x76,0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e, + 0x0,0x67, + // admin.png + 0x0,0x9, + 0x4,0x1,0x98,0x27, + 0x0,0x61, + 0x0,0x64,0x0,0x6d,0x0,0x69,0x0,0x6e,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // circleGray.png + 0x0,0xe, + 0x9,0xa0,0x1e,0x7, + 0x0,0x63, + 0x0,0x69,0x0,0x72,0x0,0x63,0x0,0x6c,0x0,0x65,0x0,0x47,0x0,0x72,0x0,0x61,0x0,0x79,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // circleGreen.png + 0x0,0xf, + 0xb,0x5,0xc2,0x67, + 0x0,0x63, + 0x0,0x69,0x0,0x72,0x0,0x63,0x0,0x6c,0x0,0x65,0x0,0x47,0x0,0x72,0x0,0x65,0x0,0x65,0x0,0x6e,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // addTrainee.png + 0x0,0xe, + 0x1,0x83,0x41,0x27, + 0x0,0x61, + 0x0,0x64,0x0,0x64,0x0,0x54,0x0,0x72,0x0,0x61,0x0,0x69,0x0,0x6e,0x0,0x65,0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // archive.png + 0x0,0xb, + 0x0,0x19,0x44,0xa7, + 0x0,0x61, + 0x0,0x72,0x0,0x63,0x0,0x68,0x0,0x69,0x0,0x76,0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // group.png + 0x0,0x9, + 0x6,0xc3,0x8a,0x67, + 0x0,0x67, + 0x0,0x72,0x0,0x6f,0x0,0x75,0x0,0x70,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // instructorFromArchive.png + 0x0,0x19, + 0x4,0xfd,0x38,0x27, + 0x0,0x69, + 0x0,0x6e,0x0,0x73,0x0,0x74,0x0,0x72,0x0,0x75,0x0,0x63,0x0,0x74,0x0,0x6f,0x0,0x72,0x0,0x46,0x0,0x72,0x0,0x6f,0x0,0x6d,0x0,0x41,0x0,0x72,0x0,0x63, + 0x0,0x68,0x0,0x69,0x0,0x76,0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // trainee.png + 0x0,0xb, + 0x4,0x43,0x47,0x47, + 0x0,0x74, + 0x0,0x72,0x0,0x61,0x0,0x69,0x0,0x6e,0x0,0x65,0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // instructorAdmin.png + 0x0,0x13, + 0x8,0x7,0x7d,0x47, + 0x0,0x69, + 0x0,0x6e,0x0,0x73,0x0,0x74,0x0,0x72,0x0,0x75,0x0,0x63,0x0,0x74,0x0,0x6f,0x0,0x72,0x0,0x41,0x0,0x64,0x0,0x6d,0x0,0x69,0x0,0x6e,0x0,0x2e,0x0,0x70, + 0x0,0x6e,0x0,0x67, + // deleteTrainee.png + 0x0,0x11, + 0x0,0x4c,0x52,0x67, + 0x0,0x64, + 0x0,0x65,0x0,0x6c,0x0,0x65,0x0,0x74,0x0,0x65,0x0,0x54,0x0,0x72,0x0,0x61,0x0,0x69,0x0,0x6e,0x0,0x65,0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + + // addInstructor.png + 0x0,0x11, + 0x1,0xac,0xc4,0x7, + 0x0,0x61, + 0x0,0x64,0x0,0x64,0x0,0x49,0x0,0x6e,0x0,0x73,0x0,0x74,0x0,0x72,0x0,0x75,0x0,0x63,0x0,0x74,0x0,0x6f,0x0,0x72,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + + // edit.png + 0x0,0x8, + 0xb,0x7,0x5a,0x27, + 0x0,0x65, + 0x0,0x64,0x0,0x69,0x0,0x74,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // instructor.png + 0x0,0xe, + 0x0,0x32,0x7c,0x7, + 0x0,0x69, + 0x0,0x6e,0x0,0x73,0x0,0x74,0x0,0x72,0x0,0x75,0x0,0x63,0x0,0x74,0x0,0x6f,0x0,0x72,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // deleteInstructor.png + 0x0,0x14, + 0x0,0x80,0xf3,0x67, + 0x0,0x64, + 0x0,0x65,0x0,0x6c,0x0,0x65,0x0,0x74,0x0,0x65,0x0,0x49,0x0,0x6e,0x0,0x73,0x0,0x74,0x0,0x72,0x0,0x75,0x0,0x63,0x0,0x74,0x0,0x6f,0x0,0x72,0x0,0x2e, + 0x0,0x70,0x0,0x6e,0x0,0x67, + +}; + +static const unsigned char qt_resource_struct[] = { + // : + 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1, +0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + // :/icons + 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x13,0x0,0x0,0x0,0x5, +0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + // :/blankXML + 0x0,0x0,0x0,0x10,0x0,0x2,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x3, +0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + // :/blankXML/groupsTrainees.xml + 0x0,0x0,0x0,0x4a,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x51, +0x0,0x0,0x1,0x8f,0x3c,0xd3,0x84,0x30, + // :/blankXML/instructors.xml + 0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0, +0x0,0x0,0x1,0x8f,0x3c,0xd3,0xb3,0x10, + // :/icons/archive.png + 0x0,0x0,0x1,0xc2,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x4b,0xe6, +0x0,0x0,0x1,0x8e,0xe5,0x61,0xed,0x40, + // :/icons/instructor.png + 0x0,0x0,0x2,0xdc,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0xa0,0x1f, +0x0,0x0,0x1,0x8f,0x37,0xdf,0xf0,0x30, + // :/icons/deleteTrainee.png + 0x0,0x0,0x2,0x76,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x7f,0x5, +0x0,0x0,0x1,0x8e,0xa2,0x7c,0xe5,0x70, + // :/icons/deleteInstructor.png + 0x0,0x0,0x2,0xfe,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0xab,0x13, +0x0,0x0,0x1,0x8f,0x4c,0x25,0x16,0x10, + // :/icons/addTrainee.png + 0x0,0x0,0x1,0xa0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x41,0xf0, +0x0,0x0,0x1,0x8e,0xa2,0x7c,0x31,0xc0, + // :/icons/addInstructor.png + 0x0,0x0,0x2,0x9e,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x89,0x39, +0x0,0x0,0x1,0x8f,0x4c,0x22,0x5e,0xc0, + // :/icons/deleteGroup.png + 0x0,0x0,0x0,0xf4,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x24,0x58, +0x0,0x0,0x1,0x8e,0xa2,0x78,0x3a,0x20, + // :/icons/admin.png + 0x0,0x0,0x1,0x42,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x3a,0xb9, +0x0,0x0,0x1,0x8f,0x57,0x70,0x81,0x30, + // :/icons/trainee.png + 0x0,0x0,0x2,0x2e,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x69,0x5a, +0x0,0x0,0x1,0x8e,0x8a,0x13,0x52,0xd0, + // :/icons/instructorFromArchive.png + 0x0,0x0,0x1,0xf6,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x5c,0xf4, +0x0,0x0,0x1,0x8f,0x7b,0x72,0x10,0x80, + // :/icons/group.png + 0x0,0x0,0x1,0xde,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x51,0xc2, +0x0,0x0,0x1,0x8e,0x8a,0x11,0x5e,0xd0, + // :/icons/instructorArchive.png + 0x0,0x0,0x0,0x74,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0xa2, +0x0,0x0,0x1,0x8f,0x70,0x2c,0x14,0x0, + // :/icons/instructorAdmin.png + 0x0,0x0,0x2,0x4a,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x72,0x3a, +0x0,0x0,0x1,0x8f,0x57,0x71,0xc1,0x80, + // :/icons/newGroup.png + 0x0,0x0,0x0,0xa4,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0xd,0x19, +0x0,0x0,0x1,0x8e,0xa2,0x7a,0x9b,0x80, + // :/icons/traineeArchive.png + 0x0,0x0,0x1,0x18,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x30,0x71, +0x0,0x0,0x1,0x8e,0xe6,0x68,0x78,0x30, + // :/icons/circleGray.png + 0x0,0x0,0x1,0x5a,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x3d,0x50, +0x0,0x0,0x1,0x8f,0x9,0x68,0x18,0x40, + // :/icons/circleGreen.png + 0x0,0x0,0x1,0x7c,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x3e,0xdc, +0x0,0x0,0x1,0x8f,0x9,0x69,0xb6,0x50, + // :/icons/edit.png + 0x0,0x0,0x2,0xc6,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x95,0x3a, +0x0,0x0,0x1,0x8e,0x99,0xb2,0x8f,0x80, + // :/icons/traineeFromArchive.png + 0x0,0x0,0x0,0xc2,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x1a,0x2, +0x0,0x0,0x1,0x8f,0x7b,0x8d,0xdd,0xb0, + +}; + +#ifdef QT_NAMESPACE +# define QT_RCC_PREPEND_NAMESPACE(name) ::QT_NAMESPACE::name +# define QT_RCC_MANGLE_NAMESPACE0(x) x +# define QT_RCC_MANGLE_NAMESPACE1(a, b) a##_##b +# define QT_RCC_MANGLE_NAMESPACE2(a, b) QT_RCC_MANGLE_NAMESPACE1(a,b) +# define QT_RCC_MANGLE_NAMESPACE(name) QT_RCC_MANGLE_NAMESPACE2( \ + QT_RCC_MANGLE_NAMESPACE0(name), QT_RCC_MANGLE_NAMESPACE0(QT_NAMESPACE)) +#else +# define QT_RCC_PREPEND_NAMESPACE(name) name +# define QT_RCC_MANGLE_NAMESPACE(name) name +#endif + +#ifdef QT_NAMESPACE +namespace QT_NAMESPACE { +#endif + +bool qRegisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *); +bool qUnregisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *); + +#ifdef QT_NAMESPACE +} +#endif + +int QT_RCC_MANGLE_NAMESPACE(qInitResources_resources)(); +int QT_RCC_MANGLE_NAMESPACE(qInitResources_resources)() +{ + int version = 3; + QT_RCC_PREPEND_NAMESPACE(qRegisterResourceData) + (version, qt_resource_struct, qt_resource_name, qt_resource_data); + return 1; +} + +int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_resources)(); +int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_resources)() +{ + int version = 3; + QT_RCC_PREPEND_NAMESPACE(qUnregisterResourceData) + (version, qt_resource_struct, qt_resource_name, qt_resource_data); + return 1; +} + +namespace { + struct initializer { + initializer() { QT_RCC_MANGLE_NAMESPACE(qInitResources_resources)(); } + ~initializer() { QT_RCC_MANGLE_NAMESPACE(qCleanupResources_resources)(); } + } dummy; +} diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/WUGNTYCFDG/moc_databaseinstructors.cpp b/DBXML/Debug64/InstructorsAndTrainees_autogen/WUGNTYCFDG/moc_databaseinstructors.cpp new file mode 100644 index 0000000..00ec6f9 --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/WUGNTYCFDG/moc_databaseinstructors.cpp @@ -0,0 +1,95 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'databaseinstructors.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../InstructorsAndTrainees/instructors/databaseinstructors.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'databaseinstructors.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.14.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_DataBaseInstructors_t { + QByteArrayData data[1]; + char stringdata0[20]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_DataBaseInstructors_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_DataBaseInstructors_t qt_meta_stringdata_DataBaseInstructors = { + { +QT_MOC_LITERAL(0, 0, 19) // "DataBaseInstructors" + + }, + "DataBaseInstructors" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_DataBaseInstructors[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void DataBaseInstructors::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject DataBaseInstructors::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_DataBaseInstructors.data, + qt_meta_data_DataBaseInstructors, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *DataBaseInstructors::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *DataBaseInstructors::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_DataBaseInstructors.stringdata0)) + return static_cast(this); + return QObject::qt_metacast(_clname); +} + +int DataBaseInstructors::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/WUGNTYCFDG/moc_dialogauthorizationinstructor.cpp b/DBXML/Debug64/InstructorsAndTrainees_autogen/WUGNTYCFDG/moc_dialogauthorizationinstructor.cpp new file mode 100644 index 0000000..e998c15 --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/WUGNTYCFDG/moc_dialogauthorizationinstructor.cpp @@ -0,0 +1,95 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'dialogauthorizationinstructor.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../InstructorsAndTrainees/instructors/dialogauthorizationinstructor.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'dialogauthorizationinstructor.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.14.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_DialogAuthorizationInstructor_t { + QByteArrayData data[1]; + char stringdata0[30]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_DialogAuthorizationInstructor_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_DialogAuthorizationInstructor_t qt_meta_stringdata_DialogAuthorizationInstructor = { + { +QT_MOC_LITERAL(0, 0, 29) // "DialogAuthorizationInstructor" + + }, + "DialogAuthorizationInstructor" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_DialogAuthorizationInstructor[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void DialogAuthorizationInstructor::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject DialogAuthorizationInstructor::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_DialogAuthorizationInstructor.data, + qt_meta_data_DialogAuthorizationInstructor, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *DialogAuthorizationInstructor::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *DialogAuthorizationInstructor::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_DialogAuthorizationInstructor.stringdata0)) + return static_cast(this); + return QDialog::qt_metacast(_clname); +} + +int DialogAuthorizationInstructor::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QDialog::qt_metacall(_c, _id, _a); + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/WUGNTYCFDG/moc_dialogeditinstructor.cpp b/DBXML/Debug64/InstructorsAndTrainees_autogen/WUGNTYCFDG/moc_dialogeditinstructor.cpp new file mode 100644 index 0000000..573e627 --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/WUGNTYCFDG/moc_dialogeditinstructor.cpp @@ -0,0 +1,95 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'dialogeditinstructor.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../InstructorsAndTrainees/instructors/dialogeditinstructor.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'dialogeditinstructor.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.14.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_DialogEditInstructor_t { + QByteArrayData data[1]; + char stringdata0[21]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_DialogEditInstructor_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_DialogEditInstructor_t qt_meta_stringdata_DialogEditInstructor = { + { +QT_MOC_LITERAL(0, 0, 20) // "DialogEditInstructor" + + }, + "DialogEditInstructor" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_DialogEditInstructor[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void DialogEditInstructor::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject DialogEditInstructor::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_DialogEditInstructor.data, + qt_meta_data_DialogEditInstructor, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *DialogEditInstructor::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *DialogEditInstructor::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_DialogEditInstructor.stringdata0)) + return static_cast(this); + return QDialog::qt_metacast(_clname); +} + +int DialogEditInstructor::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QDialog::qt_metacall(_c, _id, _a); + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/WUGNTYCFDG/moc_editorinstructors.cpp b/DBXML/Debug64/InstructorsAndTrainees_autogen/WUGNTYCFDG/moc_editorinstructors.cpp new file mode 100644 index 0000000..3922b0d --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/WUGNTYCFDG/moc_editorinstructors.cpp @@ -0,0 +1,146 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'editorinstructors.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../InstructorsAndTrainees/instructors/editorinstructors.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'editorinstructors.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.14.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_EditorInstructors_t { + QByteArrayData data[11]; + char stringdata0[216]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_EditorInstructors_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_EditorInstructors_t qt_meta_stringdata_EditorInstructors = { + { +QT_MOC_LITERAL(0, 0, 17), // "EditorInstructors" +QT_MOC_LITERAL(1, 18, 27), // "on_btnNewInstructor_clicked" +QT_MOC_LITERAL(2, 46, 0), // "" +QT_MOC_LITERAL(3, 47, 30), // "on_btnDeleteInstructor_clicked" +QT_MOC_LITERAL(4, 78, 29), // "on_btnToOrFromArchive_clicked" +QT_MOC_LITERAL(5, 108, 18), // "on_btnEdit_clicked" +QT_MOC_LITERAL(6, 127, 21), // "on_btnArchive_clicked" +QT_MOC_LITERAL(7, 149, 32), // "on_treeWidget_currentItemChanged" +QT_MOC_LITERAL(8, 182, 16), // "QTreeWidgetItem*" +QT_MOC_LITERAL(9, 199, 7), // "current" +QT_MOC_LITERAL(10, 207, 8) // "previous" + + }, + "EditorInstructors\0on_btnNewInstructor_clicked\0" + "\0on_btnDeleteInstructor_clicked\0" + "on_btnToOrFromArchive_clicked\0" + "on_btnEdit_clicked\0on_btnArchive_clicked\0" + "on_treeWidget_currentItemChanged\0" + "QTreeWidgetItem*\0current\0previous" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_EditorInstructors[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 6, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 44, 2, 0x08 /* Private */, + 3, 0, 45, 2, 0x08 /* Private */, + 4, 0, 46, 2, 0x08 /* Private */, + 5, 0, 47, 2, 0x08 /* Private */, + 6, 0, 48, 2, 0x08 /* Private */, + 7, 2, 49, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, 0x80000000 | 8, 0x80000000 | 8, 9, 10, + + 0 // eod +}; + +void EditorInstructors::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + switch (_id) { + case 0: _t->on_btnNewInstructor_clicked(); break; + case 1: _t->on_btnDeleteInstructor_clicked(); break; + case 2: _t->on_btnToOrFromArchive_clicked(); break; + case 3: _t->on_btnEdit_clicked(); break; + case 4: _t->on_btnArchive_clicked(); break; + case 5: _t->on_treeWidget_currentItemChanged((*reinterpret_cast< QTreeWidgetItem*(*)>(_a[1])),(*reinterpret_cast< QTreeWidgetItem*(*)>(_a[2]))); break; + default: ; + } + } +} + +QT_INIT_METAOBJECT const QMetaObject EditorInstructors::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_EditorInstructors.data, + qt_meta_data_EditorInstructors, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *EditorInstructors::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *EditorInstructors::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_EditorInstructors.stringdata0)) + return static_cast(this); + return InstructorsView::qt_metacast(_clname); +} + +int EditorInstructors::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = InstructorsView::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 6) + qt_static_metacall(this, _c, _id, _a); + _id -= 6; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 6) + *reinterpret_cast(_a[0]) = -1; + _id -= 6; + } + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/WUGNTYCFDG/moc_instructorsview.cpp b/DBXML/Debug64/InstructorsAndTrainees_autogen/WUGNTYCFDG/moc_instructorsview.cpp new file mode 100644 index 0000000..942e0d7 --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/WUGNTYCFDG/moc_instructorsview.cpp @@ -0,0 +1,95 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'instructorsview.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../InstructorsAndTrainees/instructors/instructorsview.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'instructorsview.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.14.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_InstructorsView_t { + QByteArrayData data[1]; + char stringdata0[16]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_InstructorsView_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_InstructorsView_t qt_meta_stringdata_InstructorsView = { + { +QT_MOC_LITERAL(0, 0, 15) // "InstructorsView" + + }, + "InstructorsView" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_InstructorsView[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void InstructorsView::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject InstructorsView::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_InstructorsView.data, + qt_meta_data_InstructorsView, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *InstructorsView::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *InstructorsView::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_InstructorsView.stringdata0)) + return static_cast(this); + return CommonView::qt_metacast(_clname); +} + +int InstructorsView::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = CommonView::qt_metacall(_c, _id, _a); + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/WUGNTYCFDG/moc_viewerinstructors.cpp b/DBXML/Debug64/InstructorsAndTrainees_autogen/WUGNTYCFDG/moc_viewerinstructors.cpp new file mode 100644 index 0000000..3e622d5 --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/WUGNTYCFDG/moc_viewerinstructors.cpp @@ -0,0 +1,120 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'viewerinstructors.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../InstructorsAndTrainees/instructors/viewerinstructors.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'viewerinstructors.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.14.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_ViewerInstructors_t { + QByteArrayData data[4]; + char stringdata0[49]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_ViewerInstructors_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_ViewerInstructors_t qt_meta_stringdata_ViewerInstructors = { + { +QT_MOC_LITERAL(0, 0, 17), // "ViewerInstructors" +QT_MOC_LITERAL(1, 18, 20), // "slot_LanguageChanged" +QT_MOC_LITERAL(2, 39, 0), // "" +QT_MOC_LITERAL(3, 40, 8) // "language" + + }, + "ViewerInstructors\0slot_LanguageChanged\0" + "\0language" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_ViewerInstructors[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 1, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 1, 19, 2, 0x0a /* Public */, + + // slots: parameters + QMetaType::Void, QMetaType::QString, 3, + + 0 // eod +}; + +void ViewerInstructors::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + switch (_id) { + case 0: _t->slot_LanguageChanged((*reinterpret_cast< QString(*)>(_a[1]))); break; + default: ; + } + } +} + +QT_INIT_METAOBJECT const QMetaObject ViewerInstructors::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_ViewerInstructors.data, + qt_meta_data_ViewerInstructors, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *ViewerInstructors::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *ViewerInstructors::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_ViewerInstructors.stringdata0)) + return static_cast(this); + return InstructorsView::qt_metacast(_clname); +} + +int ViewerInstructors::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = InstructorsView::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 1) + qt_static_metacall(this, _c, _id, _a); + _id -= 1; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 1) + *reinterpret_cast(_a[0]) = -1; + _id -= 1; + } + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_dialogauthorizationinstructor.h b/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_dialogauthorizationinstructor.h new file mode 100644 index 0000000..0ece64a --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_dialogauthorizationinstructor.h @@ -0,0 +1,116 @@ +/******************************************************************************** +** Form generated from reading UI file 'dialogauthorizationinstructor.ui' +** +** Created by: Qt User Interface Compiler version 5.14.2 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_DIALOGAUTHORIZATIONINSTRUCTOR_H +#define UI_DIALOGAUTHORIZATIONINSTRUCTOR_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_DialogAuthorizationInstructor +{ +public: + QGridLayout *gridLayout; + QVBoxLayout *verticalLayout; + QHBoxLayout *horizontalLayout; + QLabel *label; + QLineEdit *editLogin; + QHBoxLayout *horizontalLayout_2; + QLabel *label_2; + QLineEdit *editPassword; + QDialogButtonBox *buttonBox; + + void setupUi(QDialog *DialogAuthorizationInstructor) + { + if (DialogAuthorizationInstructor->objectName().isEmpty()) + DialogAuthorizationInstructor->setObjectName(QString::fromUtf8("DialogAuthorizationInstructor")); + DialogAuthorizationInstructor->resize(300, 140); + QFont font; + font.setFamily(QString::fromUtf8("Tahoma")); + DialogAuthorizationInstructor->setFont(font); + gridLayout = new QGridLayout(DialogAuthorizationInstructor); + gridLayout->setObjectName(QString::fromUtf8("gridLayout")); + verticalLayout = new QVBoxLayout(); + verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); + horizontalLayout = new QHBoxLayout(); + horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); + label = new QLabel(DialogAuthorizationInstructor); + label->setObjectName(QString::fromUtf8("label")); + + horizontalLayout->addWidget(label); + + editLogin = new QLineEdit(DialogAuthorizationInstructor); + editLogin->setObjectName(QString::fromUtf8("editLogin")); + + horizontalLayout->addWidget(editLogin); + + + verticalLayout->addLayout(horizontalLayout); + + horizontalLayout_2 = new QHBoxLayout(); + horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); + label_2 = new QLabel(DialogAuthorizationInstructor); + label_2->setObjectName(QString::fromUtf8("label_2")); + + horizontalLayout_2->addWidget(label_2); + + editPassword = new QLineEdit(DialogAuthorizationInstructor); + editPassword->setObjectName(QString::fromUtf8("editPassword")); + + horizontalLayout_2->addWidget(editPassword); + + + verticalLayout->addLayout(horizontalLayout_2); + + buttonBox = new QDialogButtonBox(DialogAuthorizationInstructor); + buttonBox->setObjectName(QString::fromUtf8("buttonBox")); + buttonBox->setLocale(QLocale(QLocale::English, QLocale::UnitedStates)); + buttonBox->setOrientation(Qt::Horizontal); + buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); + + verticalLayout->addWidget(buttonBox); + + + gridLayout->addLayout(verticalLayout, 0, 0, 1, 1); + + + retranslateUi(DialogAuthorizationInstructor); + QObject::connect(buttonBox, SIGNAL(accepted()), DialogAuthorizationInstructor, SLOT(accept())); + QObject::connect(buttonBox, SIGNAL(rejected()), DialogAuthorizationInstructor, SLOT(reject())); + + QMetaObject::connectSlotsByName(DialogAuthorizationInstructor); + } // setupUi + + void retranslateUi(QDialog *DialogAuthorizationInstructor) + { + DialogAuthorizationInstructor->setWindowTitle(QCoreApplication::translate("DialogAuthorizationInstructor", "Instructor authorization", nullptr)); + label->setText(QCoreApplication::translate("DialogAuthorizationInstructor", "Login", nullptr)); + editLogin->setText(QCoreApplication::translate("DialogAuthorizationInstructor", "admin", nullptr)); + label_2->setText(QCoreApplication::translate("DialogAuthorizationInstructor", "Password", nullptr)); + editPassword->setText(QCoreApplication::translate("DialogAuthorizationInstructor", "admin", nullptr)); + } // retranslateUi + +}; + +namespace Ui { + class DialogAuthorizationInstructor: public Ui_DialogAuthorizationInstructor {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_DIALOGAUTHORIZATIONINSTRUCTOR_H diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_dialogeditgroup.h b/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_dialogeditgroup.h new file mode 100644 index 0000000..8f544f3 --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_dialogeditgroup.h @@ -0,0 +1,98 @@ +/******************************************************************************** +** Form generated from reading UI file 'dialogeditgroup.ui' +** +** Created by: Qt User Interface Compiler version 5.14.2 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_DIALOGEDITGROUP_H +#define UI_DIALOGEDITGROUP_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_DialogEditGroup +{ +public: + QVBoxLayout *verticalLayout_2; + QVBoxLayout *verticalLayout; + QHBoxLayout *horizontalLayout; + QLabel *label_2; + QLineEdit *editName; + QDialogButtonBox *buttonBox; + + void setupUi(QDialog *DialogEditGroup) + { + if (DialogEditGroup->objectName().isEmpty()) + DialogEditGroup->setObjectName(QString::fromUtf8("DialogEditGroup")); + DialogEditGroup->resize(300, 96); + QFont font; + font.setFamily(QString::fromUtf8("Tahoma")); + DialogEditGroup->setFont(font); + QIcon icon; + icon.addFile(QString::fromUtf8(":/icons/group.png"), QSize(), QIcon::Normal, QIcon::Off); + DialogEditGroup->setWindowIcon(icon); + verticalLayout_2 = new QVBoxLayout(DialogEditGroup); + verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); + verticalLayout = new QVBoxLayout(); + verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); + horizontalLayout = new QHBoxLayout(); + horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); + label_2 = new QLabel(DialogEditGroup); + label_2->setObjectName(QString::fromUtf8("label_2")); + + horizontalLayout->addWidget(label_2); + + editName = new QLineEdit(DialogEditGroup); + editName->setObjectName(QString::fromUtf8("editName")); + + horizontalLayout->addWidget(editName); + + + verticalLayout->addLayout(horizontalLayout); + + + verticalLayout_2->addLayout(verticalLayout); + + buttonBox = new QDialogButtonBox(DialogEditGroup); + buttonBox->setObjectName(QString::fromUtf8("buttonBox")); + buttonBox->setLocale(QLocale(QLocale::English, QLocale::UnitedStates)); + buttonBox->setOrientation(Qt::Horizontal); + buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); + + verticalLayout_2->addWidget(buttonBox); + + + retranslateUi(DialogEditGroup); + QObject::connect(buttonBox, SIGNAL(accepted()), DialogEditGroup, SLOT(accept())); + QObject::connect(buttonBox, SIGNAL(rejected()), DialogEditGroup, SLOT(reject())); + + QMetaObject::connectSlotsByName(DialogEditGroup); + } // setupUi + + void retranslateUi(QDialog *DialogEditGroup) + { + DialogEditGroup->setWindowTitle(QCoreApplication::translate("DialogEditGroup", "Group", nullptr)); + label_2->setText(QCoreApplication::translate("DialogEditGroup", "Name", nullptr)); + } // retranslateUi + +}; + +namespace Ui { + class DialogEditGroup: public Ui_DialogEditGroup {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_DIALOGEDITGROUP_H diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_dialogeditinstructor.h b/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_dialogeditinstructor.h new file mode 100644 index 0000000..6ea3ae8 --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_dialogeditinstructor.h @@ -0,0 +1,193 @@ +/******************************************************************************** +** Form generated from reading UI file 'dialogeditinstructor.ui' +** +** Created by: Qt User Interface Compiler version 5.14.2 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_DIALOGEDITINSTRUCTOR_H +#define UI_DIALOGEDITINSTRUCTOR_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_DialogEditInstructor +{ +public: + QGridLayout *gridLayout; + QVBoxLayout *verticalLayout; + QHBoxLayout *horizontalLayout; + QLabel *label_2; + QLineEdit *editName; + QHBoxLayout *horizontalLayout_2; + QLabel *label_3; + QLineEdit *editLogin; + QHBoxLayout *horizontalLayout_3; + QLabel *label_4; + QLineEdit *editPassword; + QHBoxLayout *horizontalLayout_5; + QCheckBox *checkIsAdmin; + QHBoxLayout *horizontalLayout_4; + QCheckBox *checkArchived; + QHBoxLayout *horizontalLayout_7; + QCheckBox *checkLoggedIn; + QDialogButtonBox *buttonBox; + + void setupUi(QDialog *DialogEditInstructor) + { + if (DialogEditInstructor->objectName().isEmpty()) + DialogEditInstructor->setObjectName(QString::fromUtf8("DialogEditInstructor")); + DialogEditInstructor->resize(300, 286); + QFont font; + font.setFamily(QString::fromUtf8("Tahoma")); + DialogEditInstructor->setFont(font); + gridLayout = new QGridLayout(DialogEditInstructor); + gridLayout->setObjectName(QString::fromUtf8("gridLayout")); + verticalLayout = new QVBoxLayout(); + verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); + horizontalLayout = new QHBoxLayout(); + horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); + label_2 = new QLabel(DialogEditInstructor); + label_2->setObjectName(QString::fromUtf8("label_2")); + + horizontalLayout->addWidget(label_2); + + editName = new QLineEdit(DialogEditInstructor); + editName->setObjectName(QString::fromUtf8("editName")); + editName->setEnabled(true); + + horizontalLayout->addWidget(editName); + + + verticalLayout->addLayout(horizontalLayout); + + horizontalLayout_2 = new QHBoxLayout(); + horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); + label_3 = new QLabel(DialogEditInstructor); + label_3->setObjectName(QString::fromUtf8("label_3")); + + horizontalLayout_2->addWidget(label_3); + + editLogin = new QLineEdit(DialogEditInstructor); + editLogin->setObjectName(QString::fromUtf8("editLogin")); + + horizontalLayout_2->addWidget(editLogin); + + + verticalLayout->addLayout(horizontalLayout_2); + + horizontalLayout_3 = new QHBoxLayout(); + horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3")); + label_4 = new QLabel(DialogEditInstructor); + label_4->setObjectName(QString::fromUtf8("label_4")); + + horizontalLayout_3->addWidget(label_4); + + editPassword = new QLineEdit(DialogEditInstructor); + editPassword->setObjectName(QString::fromUtf8("editPassword")); + + horizontalLayout_3->addWidget(editPassword); + + + verticalLayout->addLayout(horizontalLayout_3); + + horizontalLayout_5 = new QHBoxLayout(); + horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5")); + checkIsAdmin = new QCheckBox(DialogEditInstructor); + checkIsAdmin->setObjectName(QString::fromUtf8("checkIsAdmin")); + checkIsAdmin->setEnabled(false); + QIcon icon; + icon.addFile(QString::fromUtf8(":/icons/admin.png"), QSize(), QIcon::Normal, QIcon::Off); + icon.addFile(QString::fromUtf8(":/icons/admin.png"), QSize(), QIcon::Disabled, QIcon::Off); + checkIsAdmin->setIcon(icon); + checkIsAdmin->setCheckable(true); + + horizontalLayout_5->addWidget(checkIsAdmin); + + + verticalLayout->addLayout(horizontalLayout_5); + + horizontalLayout_4 = new QHBoxLayout(); + horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4")); + checkArchived = new QCheckBox(DialogEditInstructor); + checkArchived->setObjectName(QString::fromUtf8("checkArchived")); + checkArchived->setEnabled(false); + QIcon icon1; + icon1.addFile(QString::fromUtf8(":/icons/archive.png"), QSize(), QIcon::Normal, QIcon::Off); + icon1.addFile(QString::fromUtf8(":/icons/archive.png"), QSize(), QIcon::Disabled, QIcon::Off); + checkArchived->setIcon(icon1); + checkArchived->setCheckable(true); + + horizontalLayout_4->addWidget(checkArchived); + + + verticalLayout->addLayout(horizontalLayout_4); + + horizontalLayout_7 = new QHBoxLayout(); + horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7")); + checkLoggedIn = new QCheckBox(DialogEditInstructor); + checkLoggedIn->setObjectName(QString::fromUtf8("checkLoggedIn")); + checkLoggedIn->setEnabled(false); + QIcon icon2; + icon2.addFile(QString::fromUtf8(":/icons/circleGreen.png"), QSize(), QIcon::Normal, QIcon::Off); + icon2.addFile(QString::fromUtf8(":/icons/circleGreen.png"), QSize(), QIcon::Disabled, QIcon::Off); + checkLoggedIn->setIcon(icon2); + checkLoggedIn->setCheckable(true); + + horizontalLayout_7->addWidget(checkLoggedIn); + + + verticalLayout->addLayout(horizontalLayout_7); + + + gridLayout->addLayout(verticalLayout, 0, 0, 1, 1); + + buttonBox = new QDialogButtonBox(DialogEditInstructor); + buttonBox->setObjectName(QString::fromUtf8("buttonBox")); + buttonBox->setLocale(QLocale(QLocale::English, QLocale::UnitedStates)); + buttonBox->setOrientation(Qt::Horizontal); + buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); + + gridLayout->addWidget(buttonBox, 1, 0, 1, 1); + + + retranslateUi(DialogEditInstructor); + QObject::connect(buttonBox, SIGNAL(accepted()), DialogEditInstructor, SLOT(accept())); + QObject::connect(buttonBox, SIGNAL(rejected()), DialogEditInstructor, SLOT(reject())); + + QMetaObject::connectSlotsByName(DialogEditInstructor); + } // setupUi + + void retranslateUi(QDialog *DialogEditInstructor) + { + DialogEditInstructor->setWindowTitle(QCoreApplication::translate("DialogEditInstructor", "Instructor", nullptr)); + label_2->setText(QCoreApplication::translate("DialogEditInstructor", "Name", nullptr)); + label_3->setText(QCoreApplication::translate("DialogEditInstructor", "Login", nullptr)); + label_4->setText(QCoreApplication::translate("DialogEditInstructor", "Password", nullptr)); + checkIsAdmin->setText(QCoreApplication::translate("DialogEditInstructor", "Administrator", nullptr)); + checkArchived->setText(QCoreApplication::translate("DialogEditInstructor", "Archived", nullptr)); + checkLoggedIn->setText(QCoreApplication::translate("DialogEditInstructor", "Logged", nullptr)); + } // retranslateUi + +}; + +namespace Ui { + class DialogEditInstructor: public Ui_DialogEditInstructor {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_DIALOGEDITINSTRUCTOR_H diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_dialogedittrainee.h b/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_dialogedittrainee.h new file mode 100644 index 0000000..ed72ba4 --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_dialogedittrainee.h @@ -0,0 +1,175 @@ +/******************************************************************************** +** Form generated from reading UI file 'dialogedittrainee.ui' +** +** Created by: Qt User Interface Compiler version 5.14.2 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_DIALOGEDITTRAINEE_H +#define UI_DIALOGEDITTRAINEE_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_DialogEditTrainee +{ +public: + QGridLayout *gridLayout; + QDialogButtonBox *buttonBox; + QVBoxLayout *verticalLayout; + QHBoxLayout *horizontalLayout; + QLabel *label_2; + QLineEdit *editName; + QHBoxLayout *horizontalLayout_2; + QLabel *label_3; + QLineEdit *editLogin; + QHBoxLayout *horizontalLayout_3; + QLabel *label_4; + QLineEdit *editPassword; + QHBoxLayout *horizontalLayout_4; + QCheckBox *checkArchived; + QHBoxLayout *horizontalLayout_7; + QCheckBox *checkLoggedIn; + + void setupUi(QDialog *DialogEditTrainee) + { + if (DialogEditTrainee->objectName().isEmpty()) + DialogEditTrainee->setObjectName(QString::fromUtf8("DialogEditTrainee")); + DialogEditTrainee->resize(300, 252); + QFont font; + font.setFamily(QString::fromUtf8("Tahoma")); + DialogEditTrainee->setFont(font); + QIcon icon; + icon.addFile(QString::fromUtf8(":/icons/trainee.png"), QSize(), QIcon::Normal, QIcon::Off); + DialogEditTrainee->setWindowIcon(icon); + gridLayout = new QGridLayout(DialogEditTrainee); + gridLayout->setObjectName(QString::fromUtf8("gridLayout")); + buttonBox = new QDialogButtonBox(DialogEditTrainee); + buttonBox->setObjectName(QString::fromUtf8("buttonBox")); + buttonBox->setLocale(QLocale(QLocale::English, QLocale::UnitedStates)); + buttonBox->setOrientation(Qt::Horizontal); + buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); + + gridLayout->addWidget(buttonBox, 1, 0, 1, 1); + + verticalLayout = new QVBoxLayout(); + verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); + horizontalLayout = new QHBoxLayout(); + horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); + label_2 = new QLabel(DialogEditTrainee); + label_2->setObjectName(QString::fromUtf8("label_2")); + + horizontalLayout->addWidget(label_2); + + editName = new QLineEdit(DialogEditTrainee); + editName->setObjectName(QString::fromUtf8("editName")); + + horizontalLayout->addWidget(editName); + + + verticalLayout->addLayout(horizontalLayout); + + horizontalLayout_2 = new QHBoxLayout(); + horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); + label_3 = new QLabel(DialogEditTrainee); + label_3->setObjectName(QString::fromUtf8("label_3")); + + horizontalLayout_2->addWidget(label_3); + + editLogin = new QLineEdit(DialogEditTrainee); + editLogin->setObjectName(QString::fromUtf8("editLogin")); + + horizontalLayout_2->addWidget(editLogin); + + + verticalLayout->addLayout(horizontalLayout_2); + + horizontalLayout_3 = new QHBoxLayout(); + horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3")); + label_4 = new QLabel(DialogEditTrainee); + label_4->setObjectName(QString::fromUtf8("label_4")); + + horizontalLayout_3->addWidget(label_4); + + editPassword = new QLineEdit(DialogEditTrainee); + editPassword->setObjectName(QString::fromUtf8("editPassword")); + + horizontalLayout_3->addWidget(editPassword); + + + verticalLayout->addLayout(horizontalLayout_3); + + horizontalLayout_4 = new QHBoxLayout(); + horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4")); + checkArchived = new QCheckBox(DialogEditTrainee); + checkArchived->setObjectName(QString::fromUtf8("checkArchived")); + checkArchived->setEnabled(false); + QIcon icon1; + icon1.addFile(QString::fromUtf8(":/icons/archive.png"), QSize(), QIcon::Normal, QIcon::Off); + icon1.addFile(QString::fromUtf8(":/icons/archive.png"), QSize(), QIcon::Disabled, QIcon::Off); + checkArchived->setIcon(icon1); + checkArchived->setCheckable(true); + + horizontalLayout_4->addWidget(checkArchived); + + + verticalLayout->addLayout(horizontalLayout_4); + + horizontalLayout_7 = new QHBoxLayout(); + horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7")); + checkLoggedIn = new QCheckBox(DialogEditTrainee); + checkLoggedIn->setObjectName(QString::fromUtf8("checkLoggedIn")); + checkLoggedIn->setEnabled(false); + QIcon icon2; + icon2.addFile(QString::fromUtf8(":/icons/circleGreen.png"), QSize(), QIcon::Normal, QIcon::Off); + icon2.addFile(QString::fromUtf8(":/icons/circleGreen.png"), QSize(), QIcon::Disabled, QIcon::Off); + checkLoggedIn->setIcon(icon2); + + horizontalLayout_7->addWidget(checkLoggedIn); + + + verticalLayout->addLayout(horizontalLayout_7); + + + gridLayout->addLayout(verticalLayout, 0, 0, 1, 1); + + + retranslateUi(DialogEditTrainee); + QObject::connect(buttonBox, SIGNAL(accepted()), DialogEditTrainee, SLOT(accept())); + QObject::connect(buttonBox, SIGNAL(rejected()), DialogEditTrainee, SLOT(reject())); + + QMetaObject::connectSlotsByName(DialogEditTrainee); + } // setupUi + + void retranslateUi(QDialog *DialogEditTrainee) + { + DialogEditTrainee->setWindowTitle(QCoreApplication::translate("DialogEditTrainee", "Trainee", nullptr)); + label_2->setText(QCoreApplication::translate("DialogEditTrainee", "Name", nullptr)); + label_3->setText(QCoreApplication::translate("DialogEditTrainee", "Login", nullptr)); + label_4->setText(QCoreApplication::translate("DialogEditTrainee", "Password", nullptr)); + checkArchived->setText(QCoreApplication::translate("DialogEditTrainee", "Archived", nullptr)); + checkLoggedIn->setText(QCoreApplication::translate("DialogEditTrainee", "Logged", nullptr)); + } // retranslateUi + +}; + +namespace Ui { + class DialogEditTrainee: public Ui_DialogEditTrainee {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_DIALOGEDITTRAINEE_H diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_editorinstructors.h b/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_editorinstructors.h new file mode 100644 index 0000000..e28ed16 --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_editorinstructors.h @@ -0,0 +1,210 @@ +/******************************************************************************** +** Form generated from reading UI file 'editorinstructors.ui' +** +** Created by: Qt User Interface Compiler version 5.14.2 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_EDITORINSTRUCTORS_H +#define UI_EDITORINSTRUCTORS_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_EditorInstructors +{ +public: + QGridLayout *gridLayout_2; + QWidget *widget; + QGridLayout *gridLayout; + QHBoxLayout *horizontalLayout_1; + QVBoxLayout *verticalLayout_1; + QTreeWidget *treeWidget; + QWidget *widget_2; + QGridLayout *gridLayout_3; + QVBoxLayout *verticalLayout_2; + QToolButton *btnNewInstructor; + QToolButton *btnDeleteInstructor; + QToolButton *btnToOrFromArchive; + QToolButton *btnEdit; + QSpacerItem *verticalSpacer; + QToolButton *btnArchive; + + void setupUi(QDialog *EditorInstructors) + { + if (EditorInstructors->objectName().isEmpty()) + EditorInstructors->setObjectName(QString::fromUtf8("EditorInstructors")); + EditorInstructors->resize(1300, 800); + gridLayout_2 = new QGridLayout(EditorInstructors); + gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2")); + widget = new QWidget(EditorInstructors); + widget->setObjectName(QString::fromUtf8("widget")); + QFont font; + font.setPointSize(12); + widget->setFont(font); + widget->setStyleSheet(QString::fromUtf8("background-color: rgb(240, 240, 240);")); + gridLayout = new QGridLayout(widget); + gridLayout->setObjectName(QString::fromUtf8("gridLayout")); + horizontalLayout_1 = new QHBoxLayout(); + horizontalLayout_1->setObjectName(QString::fromUtf8("horizontalLayout_1")); + verticalLayout_1 = new QVBoxLayout(); + verticalLayout_1->setObjectName(QString::fromUtf8("verticalLayout_1")); + treeWidget = new QTreeWidget(widget); + QTreeWidgetItem *__qtreewidgetitem = new QTreeWidgetItem(); + __qtreewidgetitem->setText(0, QString::fromUtf8("1")); + treeWidget->setHeaderItem(__qtreewidgetitem); + treeWidget->setObjectName(QString::fromUtf8("treeWidget")); + QFont font1; + font1.setFamily(QString::fromUtf8("Tahoma")); + font1.setPointSize(10); + treeWidget->setFont(font1); + treeWidget->setIconSize(QSize(20, 20)); + treeWidget->setColumnCount(1); + + verticalLayout_1->addWidget(treeWidget); + + + horizontalLayout_1->addLayout(verticalLayout_1); + + widget_2 = new QWidget(widget); + widget_2->setObjectName(QString::fromUtf8("widget_2")); + QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Preferred); + sizePolicy.setHorizontalStretch(0); + sizePolicy.setVerticalStretch(0); + sizePolicy.setHeightForWidth(widget_2->sizePolicy().hasHeightForWidth()); + widget_2->setSizePolicy(sizePolicy); + widget_2->setMinimumSize(QSize(127, 0)); + QFont font2; + font2.setFamily(QString::fromUtf8("Tahoma")); + widget_2->setFont(font2); + widget_2->setStyleSheet(QString::fromUtf8("background-color: rgb(180, 180, 180);")); + gridLayout_3 = new QGridLayout(widget_2); + gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3")); + verticalLayout_2 = new QVBoxLayout(); + verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); + btnNewInstructor = new QToolButton(widget_2); + btnNewInstructor->setObjectName(QString::fromUtf8("btnNewInstructor")); + QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Fixed); + sizePolicy1.setHorizontalStretch(0); + sizePolicy1.setVerticalStretch(0); + sizePolicy1.setHeightForWidth(btnNewInstructor->sizePolicy().hasHeightForWidth()); + btnNewInstructor->setSizePolicy(sizePolicy1); + btnNewInstructor->setMinimumSize(QSize(160, 55)); + btnNewInstructor->setFont(font1); + QIcon icon; + icon.addFile(QString::fromUtf8(":/icons/addInstructor.png"), QSize(), QIcon::Normal, QIcon::Off); + btnNewInstructor->setIcon(icon); + btnNewInstructor->setIconSize(QSize(32, 32)); + btnNewInstructor->setToolButtonStyle(Qt::ToolButtonTextUnderIcon); + + verticalLayout_2->addWidget(btnNewInstructor); + + btnDeleteInstructor = new QToolButton(widget_2); + btnDeleteInstructor->setObjectName(QString::fromUtf8("btnDeleteInstructor")); + sizePolicy1.setHeightForWidth(btnDeleteInstructor->sizePolicy().hasHeightForWidth()); + btnDeleteInstructor->setSizePolicy(sizePolicy1); + btnDeleteInstructor->setMinimumSize(QSize(160, 55)); + btnDeleteInstructor->setFont(font1); + QIcon icon1; + icon1.addFile(QString::fromUtf8(":/icons/deleteInstructor.png"), QSize(), QIcon::Normal, QIcon::Off); + btnDeleteInstructor->setIcon(icon1); + btnDeleteInstructor->setIconSize(QSize(32, 32)); + btnDeleteInstructor->setToolButtonStyle(Qt::ToolButtonTextUnderIcon); + + verticalLayout_2->addWidget(btnDeleteInstructor); + + btnToOrFromArchive = new QToolButton(widget_2); + btnToOrFromArchive->setObjectName(QString::fromUtf8("btnToOrFromArchive")); + btnToOrFromArchive->setMinimumSize(QSize(160, 55)); + btnToOrFromArchive->setFont(font1); + QIcon icon2; + icon2.addFile(QString::fromUtf8(":/icons/instructorArchive.png"), QSize(), QIcon::Normal, QIcon::Off); + btnToOrFromArchive->setIcon(icon2); + btnToOrFromArchive->setIconSize(QSize(32, 32)); + btnToOrFromArchive->setToolButtonStyle(Qt::ToolButtonTextUnderIcon); + + verticalLayout_2->addWidget(btnToOrFromArchive); + + btnEdit = new QToolButton(widget_2); + btnEdit->setObjectName(QString::fromUtf8("btnEdit")); + sizePolicy1.setHeightForWidth(btnEdit->sizePolicy().hasHeightForWidth()); + btnEdit->setSizePolicy(sizePolicy1); + btnEdit->setMinimumSize(QSize(160, 55)); + btnEdit->setFont(font1); + QIcon icon3; + icon3.addFile(QString::fromUtf8(":/icons/edit.png"), QSize(), QIcon::Normal, QIcon::Off); + btnEdit->setIcon(icon3); + btnEdit->setIconSize(QSize(32, 32)); + btnEdit->setToolButtonStyle(Qt::ToolButtonTextUnderIcon); + + verticalLayout_2->addWidget(btnEdit); + + verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); + + verticalLayout_2->addItem(verticalSpacer); + + btnArchive = new QToolButton(widget_2); + btnArchive->setObjectName(QString::fromUtf8("btnArchive")); + sizePolicy1.setHeightForWidth(btnArchive->sizePolicy().hasHeightForWidth()); + btnArchive->setSizePolicy(sizePolicy1); + btnArchive->setMinimumSize(QSize(160, 55)); + btnArchive->setFont(font1); + QIcon icon4; + icon4.addFile(QString::fromUtf8(":/icons/archive.png"), QSize(), QIcon::Normal, QIcon::Off); + btnArchive->setIcon(icon4); + btnArchive->setIconSize(QSize(32, 32)); + btnArchive->setCheckable(true); + btnArchive->setToolButtonStyle(Qt::ToolButtonTextUnderIcon); + + verticalLayout_2->addWidget(btnArchive); + + + gridLayout_3->addLayout(verticalLayout_2, 0, 0, 1, 1); + + + horizontalLayout_1->addWidget(widget_2); + + + gridLayout->addLayout(horizontalLayout_1, 0, 0, 1, 1); + + + gridLayout_2->addWidget(widget, 0, 0, 1, 1); + + + retranslateUi(EditorInstructors); + + QMetaObject::connectSlotsByName(EditorInstructors); + } // setupUi + + void retranslateUi(QDialog *EditorInstructors) + { + EditorInstructors->setWindowTitle(QCoreApplication::translate("EditorInstructors", "List instructors", nullptr)); + btnNewInstructor->setText(QCoreApplication::translate("EditorInstructors", "New instructor", nullptr)); + btnDeleteInstructor->setText(QCoreApplication::translate("EditorInstructors", "Delete instructor", nullptr)); + btnToOrFromArchive->setText(QCoreApplication::translate("EditorInstructors", "To archive", nullptr)); + btnEdit->setText(QCoreApplication::translate("EditorInstructors", "Edit", nullptr)); + btnArchive->setText(QCoreApplication::translate("EditorInstructors", "Show archive", nullptr)); + } // retranslateUi + +}; + +namespace Ui { + class EditorInstructors: public Ui_EditorInstructors {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_EDITORINSTRUCTORS_H diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_editortrainees.h b/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_editortrainees.h new file mode 100644 index 0000000..37496ac --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_editortrainees.h @@ -0,0 +1,246 @@ +/******************************************************************************** +** Form generated from reading UI file 'editortrainees.ui' +** +** Created by: Qt User Interface Compiler version 5.14.2 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_EDITORTRAINEES_H +#define UI_EDITORTRAINEES_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_EditorTrainees +{ +public: + QGridLayout *gridLayout_2; + QWidget *widget; + QGridLayout *gridLayout; + QHBoxLayout *horizontalLayout_1; + QVBoxLayout *verticalLayout_1; + QTreeWidget *treeWidget; + QWidget *widget_2; + QGridLayout *gridLayout_3; + QVBoxLayout *verticalLayout_2; + QToolButton *btnNewGroup; + QToolButton *btnDeleteGroup; + QToolButton *btnNewTrainee; + QToolButton *btnDeleteTrainee; + QToolButton *btnToOrFromArchiveTrainee; + QToolButton *btnEdit; + QSpacerItem *verticalSpacer; + QToolButton *btnArchive; + + void setupUi(QDialog *EditorTrainees) + { + if (EditorTrainees->objectName().isEmpty()) + EditorTrainees->setObjectName(QString::fromUtf8("EditorTrainees")); + EditorTrainees->resize(1300, 800); + QFont font; + font.setFamily(QString::fromUtf8("Tahoma")); + font.setPointSize(10); + EditorTrainees->setFont(font); + gridLayout_2 = new QGridLayout(EditorTrainees); + gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2")); + widget = new QWidget(EditorTrainees); + widget->setObjectName(QString::fromUtf8("widget")); + QFont font1; + font1.setPointSize(12); + widget->setFont(font1); + widget->setStyleSheet(QString::fromUtf8("background-color: rgb(240, 240, 240);")); + gridLayout = new QGridLayout(widget); + gridLayout->setObjectName(QString::fromUtf8("gridLayout")); + horizontalLayout_1 = new QHBoxLayout(); + horizontalLayout_1->setObjectName(QString::fromUtf8("horizontalLayout_1")); + verticalLayout_1 = new QVBoxLayout(); + verticalLayout_1->setObjectName(QString::fromUtf8("verticalLayout_1")); + treeWidget = new QTreeWidget(widget); + QTreeWidgetItem *__qtreewidgetitem = new QTreeWidgetItem(); + __qtreewidgetitem->setText(0, QString::fromUtf8("1")); + treeWidget->setHeaderItem(__qtreewidgetitem); + treeWidget->setObjectName(QString::fromUtf8("treeWidget")); + treeWidget->setFont(font); + treeWidget->setIconSize(QSize(20, 20)); + treeWidget->setColumnCount(1); + + verticalLayout_1->addWidget(treeWidget); + + + horizontalLayout_1->addLayout(verticalLayout_1); + + widget_2 = new QWidget(widget); + widget_2->setObjectName(QString::fromUtf8("widget_2")); + QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Preferred); + sizePolicy.setHorizontalStretch(0); + sizePolicy.setVerticalStretch(0); + sizePolicy.setHeightForWidth(widget_2->sizePolicy().hasHeightForWidth()); + widget_2->setSizePolicy(sizePolicy); + widget_2->setMinimumSize(QSize(130, 0)); + QFont font2; + font2.setFamily(QString::fromUtf8("Tahoma")); + widget_2->setFont(font2); + widget_2->setStyleSheet(QString::fromUtf8("background-color: rgb(180, 180, 180);")); + gridLayout_3 = new QGridLayout(widget_2); + gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3")); + verticalLayout_2 = new QVBoxLayout(); + verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); + btnNewGroup = new QToolButton(widget_2); + btnNewGroup->setObjectName(QString::fromUtf8("btnNewGroup")); + QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Fixed); + sizePolicy1.setHorizontalStretch(0); + sizePolicy1.setVerticalStretch(0); + sizePolicy1.setHeightForWidth(btnNewGroup->sizePolicy().hasHeightForWidth()); + btnNewGroup->setSizePolicy(sizePolicy1); + btnNewGroup->setMinimumSize(QSize(170, 55)); + btnNewGroup->setFont(font); + btnNewGroup->setStyleSheet(QString::fromUtf8("")); + QIcon icon; + icon.addFile(QString::fromUtf8(":/icons/newGroup.png"), QSize(), QIcon::Normal, QIcon::Off); + btnNewGroup->setIcon(icon); + btnNewGroup->setIconSize(QSize(32, 32)); + btnNewGroup->setToolButtonStyle(Qt::ToolButtonTextUnderIcon); + + verticalLayout_2->addWidget(btnNewGroup); + + btnDeleteGroup = new QToolButton(widget_2); + btnDeleteGroup->setObjectName(QString::fromUtf8("btnDeleteGroup")); + sizePolicy1.setHeightForWidth(btnDeleteGroup->sizePolicy().hasHeightForWidth()); + btnDeleteGroup->setSizePolicy(sizePolicy1); + btnDeleteGroup->setMinimumSize(QSize(170, 55)); + btnDeleteGroup->setFont(font); + QIcon icon1; + icon1.addFile(QString::fromUtf8(":/icons/deleteGroup.png"), QSize(), QIcon::Normal, QIcon::Off); + btnDeleteGroup->setIcon(icon1); + btnDeleteGroup->setIconSize(QSize(32, 32)); + btnDeleteGroup->setToolButtonStyle(Qt::ToolButtonTextUnderIcon); + + verticalLayout_2->addWidget(btnDeleteGroup); + + btnNewTrainee = new QToolButton(widget_2); + btnNewTrainee->setObjectName(QString::fromUtf8("btnNewTrainee")); + sizePolicy1.setHeightForWidth(btnNewTrainee->sizePolicy().hasHeightForWidth()); + btnNewTrainee->setSizePolicy(sizePolicy1); + btnNewTrainee->setMinimumSize(QSize(170, 55)); + btnNewTrainee->setFont(font); + QIcon icon2; + icon2.addFile(QString::fromUtf8(":/icons/addTrainee.png"), QSize(), QIcon::Normal, QIcon::Off); + btnNewTrainee->setIcon(icon2); + btnNewTrainee->setIconSize(QSize(32, 32)); + btnNewTrainee->setToolButtonStyle(Qt::ToolButtonTextUnderIcon); + + verticalLayout_2->addWidget(btnNewTrainee); + + btnDeleteTrainee = new QToolButton(widget_2); + btnDeleteTrainee->setObjectName(QString::fromUtf8("btnDeleteTrainee")); + sizePolicy1.setHeightForWidth(btnDeleteTrainee->sizePolicy().hasHeightForWidth()); + btnDeleteTrainee->setSizePolicy(sizePolicy1); + btnDeleteTrainee->setMinimumSize(QSize(170, 55)); + btnDeleteTrainee->setFont(font); + QIcon icon3; + icon3.addFile(QString::fromUtf8(":/icons/deleteTrainee.png"), QSize(), QIcon::Normal, QIcon::Off); + btnDeleteTrainee->setIcon(icon3); + btnDeleteTrainee->setIconSize(QSize(32, 32)); + btnDeleteTrainee->setToolButtonStyle(Qt::ToolButtonTextUnderIcon); + + verticalLayout_2->addWidget(btnDeleteTrainee); + + btnToOrFromArchiveTrainee = new QToolButton(widget_2); + btnToOrFromArchiveTrainee->setObjectName(QString::fromUtf8("btnToOrFromArchiveTrainee")); + sizePolicy1.setHeightForWidth(btnToOrFromArchiveTrainee->sizePolicy().hasHeightForWidth()); + btnToOrFromArchiveTrainee->setSizePolicy(sizePolicy1); + btnToOrFromArchiveTrainee->setMinimumSize(QSize(170, 55)); + btnToOrFromArchiveTrainee->setFont(font); + QIcon icon4; + icon4.addFile(QString::fromUtf8(":/icons/traineeArchive.png"), QSize(), QIcon::Normal, QIcon::Off); + btnToOrFromArchiveTrainee->setIcon(icon4); + btnToOrFromArchiveTrainee->setIconSize(QSize(32, 32)); + btnToOrFromArchiveTrainee->setToolButtonStyle(Qt::ToolButtonTextUnderIcon); + + verticalLayout_2->addWidget(btnToOrFromArchiveTrainee); + + btnEdit = new QToolButton(widget_2); + btnEdit->setObjectName(QString::fromUtf8("btnEdit")); + sizePolicy1.setHeightForWidth(btnEdit->sizePolicy().hasHeightForWidth()); + btnEdit->setSizePolicy(sizePolicy1); + btnEdit->setMinimumSize(QSize(170, 55)); + btnEdit->setFont(font); + QIcon icon5; + icon5.addFile(QString::fromUtf8(":/icons/edit.png"), QSize(), QIcon::Normal, QIcon::Off); + btnEdit->setIcon(icon5); + btnEdit->setIconSize(QSize(32, 32)); + btnEdit->setToolButtonStyle(Qt::ToolButtonTextUnderIcon); + + verticalLayout_2->addWidget(btnEdit); + + verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); + + verticalLayout_2->addItem(verticalSpacer); + + btnArchive = new QToolButton(widget_2); + btnArchive->setObjectName(QString::fromUtf8("btnArchive")); + sizePolicy1.setHeightForWidth(btnArchive->sizePolicy().hasHeightForWidth()); + btnArchive->setSizePolicy(sizePolicy1); + btnArchive->setMinimumSize(QSize(170, 55)); + btnArchive->setFont(font); + QIcon icon6; + icon6.addFile(QString::fromUtf8(":/icons/archive.png"), QSize(), QIcon::Normal, QIcon::Off); + btnArchive->setIcon(icon6); + btnArchive->setIconSize(QSize(32, 32)); + btnArchive->setCheckable(true); + btnArchive->setToolButtonStyle(Qt::ToolButtonTextUnderIcon); + + verticalLayout_2->addWidget(btnArchive); + + + gridLayout_3->addLayout(verticalLayout_2, 0, 0, 1, 1); + + + horizontalLayout_1->addWidget(widget_2); + + + gridLayout->addLayout(horizontalLayout_1, 0, 0, 1, 1); + + + gridLayout_2->addWidget(widget, 0, 0, 1, 1); + + + retranslateUi(EditorTrainees); + + QMetaObject::connectSlotsByName(EditorTrainees); + } // setupUi + + void retranslateUi(QDialog *EditorTrainees) + { + EditorTrainees->setWindowTitle(QCoreApplication::translate("EditorTrainees", "List trainees", nullptr)); + btnNewGroup->setText(QCoreApplication::translate("EditorTrainees", "New group", nullptr)); + btnDeleteGroup->setText(QCoreApplication::translate("EditorTrainees", "Delete group", nullptr)); + btnNewTrainee->setText(QCoreApplication::translate("EditorTrainees", "New trainee", nullptr)); + btnDeleteTrainee->setText(QCoreApplication::translate("EditorTrainees", "Delete trainee", nullptr)); + btnToOrFromArchiveTrainee->setText(QCoreApplication::translate("EditorTrainees", "To archive", nullptr)); + btnEdit->setText(QCoreApplication::translate("EditorTrainees", "Edit", nullptr)); + btnArchive->setText(QCoreApplication::translate("EditorTrainees", "Show archive", nullptr)); + } // retranslateUi + +}; + +namespace Ui { + class EditorTrainees: public Ui_EditorTrainees {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_EDITORTRAINEES_H diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_taskswidget.h b/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_taskswidget.h new file mode 100644 index 0000000..f5c33bd --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_taskswidget.h @@ -0,0 +1,81 @@ +/******************************************************************************** +** Form generated from reading UI file 'taskswidget.ui' +** +** Created by: Qt User Interface Compiler version 5.14.2 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_TASKSWIDGET_H +#define UI_TASKSWIDGET_H + +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_TasksWidget +{ +public: + QGridLayout *gridLayout_2; + QGridLayout *gridLayout; + QGroupBox *groupBox; + QGridLayout *gridLayout_3; + QVBoxLayout *verticalLayout; + QListWidget *listWidgetTasks; + + void setupUi(QWidget *TasksWidget) + { + if (TasksWidget->objectName().isEmpty()) + TasksWidget->setObjectName(QString::fromUtf8("TasksWidget")); + TasksWidget->resize(400, 300); + gridLayout_2 = new QGridLayout(TasksWidget); + gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2")); + gridLayout = new QGridLayout(); + gridLayout->setObjectName(QString::fromUtf8("gridLayout")); + groupBox = new QGroupBox(TasksWidget); + groupBox->setObjectName(QString::fromUtf8("groupBox")); + gridLayout_3 = new QGridLayout(groupBox); + gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3")); + verticalLayout = new QVBoxLayout(); + verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); + listWidgetTasks = new QListWidget(groupBox); + listWidgetTasks->setObjectName(QString::fromUtf8("listWidgetTasks")); + + verticalLayout->addWidget(listWidgetTasks); + + + gridLayout_3->addLayout(verticalLayout, 0, 0, 1, 1); + + + gridLayout->addWidget(groupBox, 0, 0, 1, 1); + + + gridLayout_2->addLayout(gridLayout, 0, 0, 1, 1); + + + retranslateUi(TasksWidget); + + QMetaObject::connectSlotsByName(TasksWidget); + } // setupUi + + void retranslateUi(QWidget *TasksWidget) + { + TasksWidget->setWindowTitle(QCoreApplication::translate("TasksWidget", "Task manager", nullptr)); + groupBox->setTitle(QCoreApplication::translate("TasksWidget", "Task manager", nullptr)); + } // retranslateUi + +}; + +namespace Ui { + class TasksWidget: public Ui_TasksWidget {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_TASKSWIDGET_H diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_viewerinstructors.h b/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_viewerinstructors.h new file mode 100644 index 0000000..22623fe --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_viewerinstructors.h @@ -0,0 +1,69 @@ +/******************************************************************************** +** Form generated from reading UI file 'viewerinstructors.ui' +** +** Created by: Qt User Interface Compiler version 5.14.2 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_VIEWERINSTRUCTORS_H +#define UI_VIEWERINSTRUCTORS_H + +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_ViewerInstructors +{ +public: + QGridLayout *gridLayout; + QTreeWidget *treeWidget; + + void setupUi(QWidget *ViewerInstructors) + { + if (ViewerInstructors->objectName().isEmpty()) + ViewerInstructors->setObjectName(QString::fromUtf8("ViewerInstructors")); + ViewerInstructors->resize(400, 300); + QFont font; + font.setFamily(QString::fromUtf8("Tahoma")); + ViewerInstructors->setFont(font); + gridLayout = new QGridLayout(ViewerInstructors); + gridLayout->setObjectName(QString::fromUtf8("gridLayout")); + treeWidget = new QTreeWidget(ViewerInstructors); + QTreeWidgetItem *__qtreewidgetitem = new QTreeWidgetItem(); + __qtreewidgetitem->setText(0, QString::fromUtf8("1")); + treeWidget->setHeaderItem(__qtreewidgetitem); + treeWidget->setObjectName(QString::fromUtf8("treeWidget")); + QFont font1; + font1.setFamily(QString::fromUtf8("Tahoma")); + font1.setPointSize(10); + treeWidget->setFont(font1); + treeWidget->setIconSize(QSize(20, 20)); + + gridLayout->addWidget(treeWidget, 0, 0, 1, 1); + + + retranslateUi(ViewerInstructors); + + QMetaObject::connectSlotsByName(ViewerInstructors); + } // setupUi + + void retranslateUi(QWidget *ViewerInstructors) + { + ViewerInstructors->setWindowTitle(QCoreApplication::translate("ViewerInstructors", "Instructors", nullptr)); + } // retranslateUi + +}; + +namespace Ui { + class ViewerInstructors: public Ui_ViewerInstructors {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_VIEWERINSTRUCTORS_H diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_viewertrainees.h b/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_viewertrainees.h new file mode 100644 index 0000000..4850de1 --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/include/ui_viewertrainees.h @@ -0,0 +1,83 @@ +/******************************************************************************** +** Form generated from reading UI file 'viewertrainees.ui' +** +** Created by: Qt User Interface Compiler version 5.14.2 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_VIEWERTRAINEES_H +#define UI_VIEWERTRAINEES_H + +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_ViewerTrainees +{ +public: + QGridLayout *gridLayout; + QGridLayout *gridLayout_2; + QVBoxLayout *verticalLayout; + QTreeWidget *treeWidget; + + void setupUi(QWidget *ViewerTrainees) + { + if (ViewerTrainees->objectName().isEmpty()) + ViewerTrainees->setObjectName(QString::fromUtf8("ViewerTrainees")); + ViewerTrainees->resize(400, 300); + QFont font; + font.setFamily(QString::fromUtf8("Tahoma")); + ViewerTrainees->setFont(font); + gridLayout = new QGridLayout(ViewerTrainees); + gridLayout->setObjectName(QString::fromUtf8("gridLayout")); + gridLayout_2 = new QGridLayout(); + gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2")); + verticalLayout = new QVBoxLayout(); + verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); + treeWidget = new QTreeWidget(ViewerTrainees); + QTreeWidgetItem *__qtreewidgetitem = new QTreeWidgetItem(); + __qtreewidgetitem->setText(0, QString::fromUtf8("1")); + treeWidget->setHeaderItem(__qtreewidgetitem); + treeWidget->setObjectName(QString::fromUtf8("treeWidget")); + QFont font1; + font1.setFamily(QString::fromUtf8("Tahoma")); + font1.setPointSize(10); + treeWidget->setFont(font1); + treeWidget->setIconSize(QSize(20, 20)); + treeWidget->setColumnCount(1); + + verticalLayout->addWidget(treeWidget); + + + gridLayout_2->addLayout(verticalLayout, 0, 0, 1, 1); + + + gridLayout->addLayout(gridLayout_2, 0, 0, 1, 1); + + + retranslateUi(ViewerTrainees); + + QMetaObject::connectSlotsByName(ViewerTrainees); + } // setupUi + + void retranslateUi(QWidget *ViewerTrainees) + { + ViewerTrainees->setWindowTitle(QCoreApplication::translate("ViewerTrainees", "Trainees", nullptr)); + } // retranslateUi + +}; + +namespace Ui { + class ViewerTrainees: public Ui_ViewerTrainees {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_VIEWERTRAINEES_H diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/moc_predefs.h b/DBXML/Debug64/InstructorsAndTrainees_autogen/moc_predefs.h new file mode 100644 index 0000000..3b40249 --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/moc_predefs.h @@ -0,0 +1,402 @@ +#define __DBL_MIN_EXP__ (-1021) +#define __FLT32X_MAX_EXP__ 1024 +#define __cpp_attributes 200809 +#define __UINT_LEAST16_MAX__ 0xffff +#define __ATOMIC_ACQUIRE 2 +#define __FLT128_MAX_10_EXP__ 4932 +#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F +#define __GCC_IEC_559_COMPLEX 2 +#define __UINT_LEAST8_TYPE__ unsigned char +#define __SIZEOF_FLOAT80__ 16 +#define _WIN32 1 +#define __INTMAX_C(c) c ## LL +#define __CHAR_BIT__ 8 +#define __UINT8_MAX__ 0xff +#define _WIN64 1 +#define __WINT_MAX__ 0xffff +#define __FLT32_MIN_EXP__ (-125) +#define __cpp_static_assert 200410 +#define QT_GUI_LIB 1 +#define __ORDER_LITTLE_ENDIAN__ 1234 +#define __SIZE_MAX__ 0xffffffffffffffffULL +#define __WCHAR_MAX__ 0xffff +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 +#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 +#define __GCC_ATOMIC_CHAR_LOCK_FREE 2 +#define __GCC_IEC_559 2 +#define __FLT32X_DECIMAL_DIG__ 17 +#define __FLT_EVAL_METHOD__ 0 +#define __cpp_binary_literals 201304 +#define __FLT64_DECIMAL_DIG__ 17 +#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 +#define __x86_64 1 +#define __cpp_variadic_templates 200704 +#define __UINT_FAST64_MAX__ 0xffffffffffffffffULL +#define __SIG_ATOMIC_TYPE__ int +#define InstructorsAndTrainees_EXPORTS 1 +#define __DBL_MIN_10_EXP__ (-307) +#define __FINITE_MATH_ONLY__ 0 +#define SIZEOF_DPTR (sizeof(void*)) +#define __GNUC_PATCHLEVEL__ 0 +#define __FLT32_HAS_DENORM__ 1 +#define __UINT_FAST8_MAX__ 0xff +#define __has_include(STR) __has_include__(STR) +#define _stdcall __attribute__((__stdcall__)) +#define __DEC64_MAX_EXP__ 385 +#define __INT8_C(c) c +#define __INT_LEAST8_WIDTH__ 8 +#define __UINT_LEAST64_MAX__ 0xffffffffffffffffULL +#define __SHRT_MAX__ 0x7fff +#define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __FLT64X_MAX_10_EXP__ 4932 +#define __UINT_LEAST8_MAX__ 0xff +#define __GCC_ATOMIC_BOOL_LOCK_FREE 2 +#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 +#define __UINTMAX_TYPE__ long long unsigned int +#define __DEC32_EPSILON__ 1E-6DF +#define __FLT_EVAL_METHOD_TS_18661_3__ 0 +#define __UINT32_MAX__ 0xffffffffU +#define __GXX_EXPERIMENTAL_CXX0X__ 1 +#define __LDBL_MAX_EXP__ 16384 +#define __FLT128_MIN_EXP__ (-16381) +#define __WINT_MIN__ 0 +#define __FLT128_MIN_10_EXP__ (-4931) +#define __INT_LEAST16_WIDTH__ 16 +#define __SCHAR_MAX__ 0x7f +#define __FLT128_MANT_DIG__ 113 +#define __WCHAR_MIN__ 0 +#define __INT64_C(c) c ## LL +#define __DBL_DIG__ 15 +#define __GCC_ATOMIC_POINTER_LOCK_FREE 2 +#define __FLT64X_MANT_DIG__ 64 +#define __SIZEOF_INT__ 4 +#define __SIZEOF_POINTER__ 8 +#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 +#define __USER_LABEL_PREFIX__ +#define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x +#define __STDC_HOSTED__ 1 +#define __WIN32 1 +#define __LDBL_HAS_INFINITY__ 1 +#define __WIN64 1 +#define __FLT32_DIG__ 6 +#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F +#define __GXX_WEAK__ 1 +#define __SHRT_WIDTH__ 16 +#define INSTRUCTORSANDTRAINEES_LIBRARY 1 +#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L +#define __DEC32_MAX__ 9.999999E96DF +#define __cpp_threadsafe_static_init 200806 +#define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x +#define __MINGW32__ 1 +#define __FLT32X_HAS_INFINITY__ 1 +#define __INT32_MAX__ 0x7fffffff +#define __INT_WIDTH__ 32 +#define __SIZEOF_LONG__ 4 +#define __UINT16_C(c) c +#define __PTRDIFF_WIDTH__ 64 +#define __DECIMAL_DIG__ 21 +#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 +#define __INTMAX_WIDTH__ 64 +#define __FLT64_MIN_EXP__ (-1021) +#define __has_include_next(STR) __has_include_next__(STR) +#define __FLT64X_MIN_10_EXP__ (-4931) +#define __LDBL_HAS_QUIET_NAN__ 1 +#define __FLT64_MANT_DIG__ 53 +#define _REENTRANT 1 +#define __GNUC__ 7 +#define _cdecl __attribute__((__cdecl__)) +#define __GXX_RTTI 1 +#define __MMX__ 1 +#define __cpp_delegating_constructors 200604 +#define __FLT_HAS_DENORM__ 1 +#define __SIZEOF_LONG_DOUBLE__ 16 +#define __BIGGEST_ALIGNMENT__ 16 +#define __STDC_UTF_16__ 1 +#define __FLT64_MAX_10_EXP__ 308 +#define __FLT32_HAS_INFINITY__ 1 +#define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define _thiscall __attribute__((__thiscall__)) +#define __cpp_raw_strings 200710 +#define __INT_FAST32_MAX__ 0x7fffffff +#define __WINNT 1 +#define __DBL_HAS_INFINITY__ 1 +#define __INT64_MAX__ 0x7fffffffffffffffLL +#define __WINNT__ 1 +#define __DEC32_MIN_EXP__ (-94) +#define __INTPTR_WIDTH__ 64 +#define __FLT32X_HAS_DENORM__ 1 +#define __INT_FAST16_TYPE__ short int +#define _fastcall __attribute__((__fastcall__)) +#define __LDBL_HAS_DENORM__ 1 +#define QT_WIDGETS_LIB 1 +#define __cplusplus 201103L +#define __cpp_ref_qualifiers 200710 +#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL +#define __INT_LEAST32_MAX__ 0x7fffffff +#define __DEC32_MIN__ 1E-95DF +#define __DEPRECATED 1 +#define __cpp_rvalue_references 200610 +#define __DBL_MAX_EXP__ 1024 +#define __WCHAR_WIDTH__ 16 +#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __DEC128_EPSILON__ 1E-33DL +#define __SSE2_MATH__ 1 +#define __ATOMIC_HLE_RELEASE 131072 +#define __WIN32__ 1 +#define __PTRDIFF_MAX__ 0x7fffffffffffffffLL +#define __amd64 1 +#define __tune_core2__ 1 +#define QT_XML_LIB 1 +#define __ATOMIC_HLE_ACQUIRE 65536 +#define __FLT32_HAS_QUIET_NAN__ 1 +#define __GNUG__ 7 +#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL +#define __SIZEOF_SIZE_T__ 8 +#define __cpp_rvalue_reference 200610 +#define __cpp_nsdmi 200809 +#define __FLT64X_MIN_EXP__ (-16381) +#define __SIZEOF_WINT_T__ 2 +#define __LONG_LONG_WIDTH__ 64 +#define __cpp_initializer_lists 200806 +#define __FLT32_MAX_EXP__ 128 +#define __cpp_hex_float 201603 +#define __GXX_ABI_VERSION 1011 +#define __FLT128_HAS_INFINITY__ 1 +#define __FLT_MIN_EXP__ (-125) +#define __cpp_lambdas 200907 +#define __FLT64X_HAS_QUIET_NAN__ 1 +#define __INT_FAST64_TYPE__ long long int +#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 +#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) +#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x +#define __DECIMAL_BID_FORMAT__ 1 +#define __GXX_TYPEINFO_EQUALITY_INLINE 0 +#define __FLT64_MIN_10_EXP__ (-307) +#define __FLT64X_DECIMAL_DIG__ 21 +#define __DEC128_MIN__ 1E-6143DL +#define __REGISTER_PREFIX__ +#define __UINT16_MAX__ 0xffff +#define __DBL_HAS_DENORM__ 1 +#define __cdecl __attribute__((__cdecl__)) +#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 +#define __UINT8_TYPE__ unsigned char +#define __NO_INLINE__ 1 +#define __FLT_MANT_DIG__ 24 +#define __LDBL_DECIMAL_DIG__ 21 +#define __VERSION__ "7.3.0" +#define __UINT64_C(c) c ## ULL +#define __cpp_unicode_characters 200704 +#define __GCC_ATOMIC_INT_LOCK_FREE 2 +#define __FLT128_MAX_EXP__ 16384 +#define __FLT32_MANT_DIG__ 24 +#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define __FLT128_HAS_DENORM__ 1 +#define __FLT128_DIG__ 33 +#define __SCHAR_WIDTH__ 8 +#define __INT32_C(c) c +#define __DEC64_EPSILON__ 1E-15DD +#define __ORDER_PDP_ENDIAN__ 3412 +#define __DEC128_MIN_EXP__ (-6142) +#define __FLT32_MAX_10_EXP__ 38 +#define __INT_FAST32_TYPE__ int +#define __UINT_LEAST16_TYPE__ short unsigned int +#define __FLT64X_HAS_INFINITY__ 1 +#define __INT16_MAX__ 0x7fff +#define __cpp_rtti 199711 +#define __SIZE_TYPE__ long long unsigned int +#define __UINT64_MAX__ 0xffffffffffffffffULL +#define __FLT64X_DIG__ 18 +#define __INT8_TYPE__ signed char +#define __GCC_ASM_FLAG_OUTPUTS__ 1 +#define __FLT_RADIX__ 2 +#define __INT_LEAST16_TYPE__ short int +#define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L +#define __UINTMAX_C(c) c ## ULL +#define __GLIBCXX_BITSIZE_INT_N_0 128 +#define __SEH__ 1 +#define __SIG_ATOMIC_MAX__ 0x7fffffff +#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 +#define __SIZEOF_PTRDIFF_T__ 8 +#define __FLT32X_MANT_DIG__ 53 +#define __x86_64__ 1 +#define __FLT32X_MIN_EXP__ (-1021) +#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF +#define __MSVCRT__ 1 +#define __INT_FAST16_MAX__ 0x7fff +#define __FLT64_DIG__ 15 +#define __UINT_FAST32_MAX__ 0xffffffffU +#define __UINT_LEAST64_TYPE__ long long unsigned int +#define __FLT_HAS_QUIET_NAN__ 1 +#define __FLT_MAX_10_EXP__ 38 +#define __LONG_MAX__ 0x7fffffffL +#define __FLT64X_HAS_DENORM__ 1 +#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL +#define __FLT_HAS_INFINITY__ 1 +#define __cpp_unicode_literals 200710 +#define __UINT_FAST16_TYPE__ short unsigned int +#define __DEC64_MAX__ 9.999999999999999E384DD +#define __INT_FAST32_WIDTH__ 32 +#define __CHAR16_TYPE__ short unsigned int +#define __PRAGMA_REDEFINE_EXTNAME 1 +#define __SIZE_WIDTH__ 64 +#define __SEG_FS 1 +#define __INT_LEAST16_MAX__ 0x7fff +#define __DEC64_MANT_DIG__ 16 +#define __UINT_LEAST32_MAX__ 0xffffffffU +#define __SEG_GS 1 +#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 +#define __GCC_ATOMIC_LONG_LOCK_FREE 2 +#define __SIG_ATOMIC_WIDTH__ 32 +#define __INT_LEAST64_TYPE__ long long int +#define __INT16_TYPE__ short int +#define __INT_LEAST8_TYPE__ signed char +#define __DEC32_MAX_EXP__ 97 +#define __INT_FAST8_MAX__ 0x7f +#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __INTPTR_MAX__ 0x7fffffffffffffffLL +#define __GXX_MERGED_TYPEINFO_NAMES 0 +#define __cpp_range_based_for 200907 +#define __FLT64_HAS_QUIET_NAN__ 1 +#define __stdcall __attribute__((__stdcall__)) +#define __FLT32_MIN_10_EXP__ (-37) +#define __SSE2__ 1 +#define __EXCEPTIONS 1 +#define __LDBL_MANT_DIG__ 64 +#define __DBL_HAS_QUIET_NAN__ 1 +#define __FLT64_HAS_INFINITY__ 1 +#define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) +#define __INTPTR_TYPE__ long long int +#define __UINT16_TYPE__ short unsigned int +#define __WCHAR_TYPE__ short unsigned int +#define __SIZEOF_FLOAT__ 4 +#define __pic__ 1 +#define __UINTPTR_MAX__ 0xffffffffffffffffULL +#define __INT_FAST64_WIDTH__ 64 +#define __DEC64_MIN_EXP__ (-382) +#define __cpp_decltype 200707 +#define __FLT32_DECIMAL_DIG__ 9 +#define __INT_FAST64_MAX__ 0x7fffffffffffffffLL +#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 +#define __FLT_DIG__ 6 +#define __FLT64X_MAX_EXP__ 16384 +#define __UINT_FAST64_TYPE__ long long unsigned int +#define __INT_MAX__ 0x7fffffff +#define __amd64__ 1 +#define WIN32 1 +#define __nocona 1 +#define __code_model_medium__ 1 +#define __INT64_TYPE__ long long int +#define __FLT_MAX_EXP__ 128 +#define WIN64 1 +#define __ORDER_BIG_ENDIAN__ 4321 +#define __DBL_MANT_DIG__ 53 +#define __cpp_inheriting_constructors 201511 +#define QT_CORE_LIB 1 +#define __SIZEOF_FLOAT128__ 16 +#define __INT_LEAST64_MAX__ 0x7fffffffffffffffLL +#define __DEC64_MIN__ 1E-383DD +#define __WINT_TYPE__ short unsigned int +#define __UINT_LEAST32_TYPE__ unsigned int +#define __SIZEOF_SHORT__ 2 +#define __SSE__ 1 +#define __LDBL_MIN_EXP__ (-16381) +#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __WINT_WIDTH__ 16 +#define __INT_LEAST8_MAX__ 0x7f +#define __FLT32X_MAX_10_EXP__ 308 +#define __SIZEOF_INT128__ 16 +#define __WCHAR_UNSIGNED__ 1 +#define __LDBL_MAX_10_EXP__ 4932 +#define __ATOMIC_RELAXED 0 +#define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) +#define __thiscall __attribute__((__thiscall__)) +#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 +#define __UINT8_C(c) c +#define __FLT64_MAX_EXP__ 1024 +#define __INT_LEAST32_TYPE__ int +#define __SIZEOF_WCHAR_T__ 2 +#define __FLT128_HAS_QUIET_NAN__ 1 +#define __INT_FAST8_TYPE__ signed char +#define __fastcall __attribute__((__fastcall__)) +#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x +#define QT_SQL_LIB 1 +#define PROJECT_TYPE_DEBUG 1 +#define __GNUC_STDC_INLINE__ 1 +#define __FLT64_HAS_DENORM__ 1 +#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 +#define __DBL_DECIMAL_DIG__ 17 +#define __STDC_UTF_32__ 1 +#define __INT_FAST8_WIDTH__ 8 +#define __FXSR__ 1 +#define __DEC_EVAL_METHOD__ 2 +#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __MINGW64__ 1 +#define __cpp_runtime_arrays 198712 +#define __UINT64_TYPE__ long long unsigned int +#define __UINT32_C(c) c ## U +#define __INTMAX_MAX__ 0x7fffffffffffffffLL +#define __cpp_alias_templates 200704 +#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define WINNT 1 +#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F +#define __INT8_MAX__ 0x7f +#define __LONG_WIDTH__ 32 +#define __PIC__ 1 +#define __UINT_FAST32_TYPE__ unsigned int +#define __CHAR32_TYPE__ unsigned int +#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F +#define __cpp_constexpr 200704 +#define __INT32_TYPE__ int +#define __SIZEOF_DOUBLE__ 8 +#define __cpp_exceptions 199711 +#define __FLT_MIN_10_EXP__ (-37) +#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 +#define __INT_LEAST32_WIDTH__ 32 +#define __INTMAX_TYPE__ long long int +#define _INTEGRAL_MAX_BITS 64 +#define __DEC128_MAX_EXP__ 6145 +#define __FLT32X_HAS_QUIET_NAN__ 1 +#define __ATOMIC_CONSUME 1 +#define __nocona__ 1 +#define __GNUC_MINOR__ 3 +#define __GLIBCXX_TYPE_INT_N_0 __int128 +#define __INT_FAST16_WIDTH__ 16 +#define __UINTMAX_MAX__ 0xffffffffffffffffULL +#define __DEC32_MANT_DIG__ 7 +#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x +#define __DBL_MAX_10_EXP__ 308 +#define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L +#define __INT16_C(c) c +#define __STDC__ 1 +#define __FLT32X_DIG__ 15 +#define __PTRDIFF_TYPE__ long long int +#define __ATOMIC_SEQ_CST 5 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 1 +#define __UINT32_TYPE__ unsigned int +#define __FLT32X_MIN_10_EXP__ (-307) +#define __UINTPTR_TYPE__ long long unsigned int +#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD +#define __DEC128_MANT_DIG__ 34 +#define __LDBL_MIN_10_EXP__ (-4931) +#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 +#define __SSE_MATH__ 1 +#define __SIZEOF_LONG_LONG__ 8 +#define __cpp_user_defined_literals 200809 +#define __FLT128_DECIMAL_DIG__ 36 +#define __GCC_ATOMIC_LLONG_LOCK_FREE 2 +#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x +#define __LDBL_DIG__ 18 +#define __FLT_DECIMAL_DIG__ 9 +#define __UINT_FAST16_MAX__ 0xffff +#define __GCC_ATOMIC_SHORT_LOCK_FREE 2 +#define __INT_LEAST64_WIDTH__ 64 +#define __SSE3__ 1 +#define __UINT_FAST8_TYPE__ unsigned char +#define __WIN64__ 1 +#define __ATOMIC_ACQ_REL 4 +#define __ATOMIC_RELEASE 3 +#define __declspec(x) __attribute__((x)) diff --git a/DBXML/Debug64/InstructorsAndTrainees_autogen/mocs_compilation.cpp b/DBXML/Debug64/InstructorsAndTrainees_autogen/mocs_compilation.cpp new file mode 100644 index 0000000..b78950b --- /dev/null +++ b/DBXML/Debug64/InstructorsAndTrainees_autogen/mocs_compilation.cpp @@ -0,0 +1,16 @@ +// This file is autogenerated. Changes will be overwritten. +#include "EWIEGA46WW/moc_commonview.cpp" +#include "WUGNTYCFDG/moc_databaseinstructors.cpp" +#include "WUGNTYCFDG/moc_dialogauthorizationinstructor.cpp" +#include "WUGNTYCFDG/moc_dialogeditinstructor.cpp" +#include "WUGNTYCFDG/moc_editorinstructors.cpp" +#include "WUGNTYCFDG/moc_instructorsview.cpp" +#include "WUGNTYCFDG/moc_viewerinstructors.cpp" +#include "EWIEGA46WW/moc_instructorsAndTrainees.cpp" +#include "4YFCYKDWW7/moc_taskswidget.cpp" +#include "7JM4SH4PHS/moc_databasetrainees.cpp" +#include "7JM4SH4PHS/moc_dialogeditgroup.cpp" +#include "7JM4SH4PHS/moc_dialogedittrainee.cpp" +#include "7JM4SH4PHS/moc_editortrainees.cpp" +#include "7JM4SH4PHS/moc_traineesview.cpp" +#include "7JM4SH4PHS/moc_viewertrainees.cpp" diff --git a/DBXML/Debug64/build.ninja b/DBXML/Debug64/build.ninja new file mode 100644 index 0000000..923626d --- /dev/null +++ b/DBXML/Debug64/build.ninja @@ -0,0 +1,317 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.28 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: InstructorsAndTrainees +# Configurations: Debug +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = Debug +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = D$:/LMS/DBXML/Debug64/ +# ============================================================================= +# Object build statements for SHARED_LIBRARY target InstructorsAndTrainees + + +############################################# +# Order-only phony target for InstructorsAndTrainees + +build cmake_object_order_depends_target_InstructorsAndTrainees: phony || InstructorsAndTrainees_autogen InstructorsAndTrainees_autogen/EWIEGA46WW/qrc_resources.cpp + +build CMakeFiles/InstructorsAndTrainees.dir/InstructorsAndTrainees_autogen/mocs_compilation.cpp.obj: CXX_COMPILER__InstructorsAndTrainees_unscanned_Debug D$:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/mocs_compilation.cpp || cmake_object_order_depends_target_InstructorsAndTrainees + DEFINES = -DINSTRUCTORSANDTRAINEES_LIBRARY -DInstructorsAndTrainees_EXPORTS -DPROJECT_TYPE_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB + DEP_FILE = CMakeFiles\InstructorsAndTrainees.dir\InstructorsAndTrainees_autogen\mocs_compilation.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/DBXML/Debug64 -ID:/LMS/DBXML/InstructorsAndTrainees -ID:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include -ID:/LMS/DBXML/InstructorsAndTrainees/instructors -ID:/LMS/DBXML/InstructorsAndTrainees/trainees -ID:/LMS/DBXML/InstructorsAndTrainees/tasks -ID:/LMS/DBXML/InstructorsAndTrainees/../../DB/DataBaseLMS -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtXml -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\InstructorsAndTrainees.dir + OBJECT_FILE_DIR = CMakeFiles\InstructorsAndTrainees.dir\InstructorsAndTrainees_autogen + +build CMakeFiles/InstructorsAndTrainees.dir/instructorsAndTrainees.cpp.obj: CXX_COMPILER__InstructorsAndTrainees_unscanned_Debug D$:/LMS/DBXML/InstructorsAndTrainees/instructorsAndTrainees.cpp || cmake_object_order_depends_target_InstructorsAndTrainees + DEFINES = -DINSTRUCTORSANDTRAINEES_LIBRARY -DInstructorsAndTrainees_EXPORTS -DPROJECT_TYPE_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB + DEP_FILE = CMakeFiles\InstructorsAndTrainees.dir\instructorsAndTrainees.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/DBXML/Debug64 -ID:/LMS/DBXML/InstructorsAndTrainees -ID:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include -ID:/LMS/DBXML/InstructorsAndTrainees/instructors -ID:/LMS/DBXML/InstructorsAndTrainees/trainees -ID:/LMS/DBXML/InstructorsAndTrainees/tasks -ID:/LMS/DBXML/InstructorsAndTrainees/../../DB/DataBaseLMS -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtXml -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\InstructorsAndTrainees.dir + OBJECT_FILE_DIR = CMakeFiles\InstructorsAndTrainees.dir + +build CMakeFiles/InstructorsAndTrainees.dir/commonview.cpp.obj: CXX_COMPILER__InstructorsAndTrainees_unscanned_Debug D$:/LMS/DBXML/InstructorsAndTrainees/commonview.cpp || cmake_object_order_depends_target_InstructorsAndTrainees + DEFINES = -DINSTRUCTORSANDTRAINEES_LIBRARY -DInstructorsAndTrainees_EXPORTS -DPROJECT_TYPE_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB + DEP_FILE = CMakeFiles\InstructorsAndTrainees.dir\commonview.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/DBXML/Debug64 -ID:/LMS/DBXML/InstructorsAndTrainees -ID:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include -ID:/LMS/DBXML/InstructorsAndTrainees/instructors -ID:/LMS/DBXML/InstructorsAndTrainees/trainees -ID:/LMS/DBXML/InstructorsAndTrainees/tasks -ID:/LMS/DBXML/InstructorsAndTrainees/../../DB/DataBaseLMS -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtXml -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\InstructorsAndTrainees.dir + OBJECT_FILE_DIR = CMakeFiles\InstructorsAndTrainees.dir + +build CMakeFiles/InstructorsAndTrainees.dir/trainees/editortrainees.cpp.obj: CXX_COMPILER__InstructorsAndTrainees_unscanned_Debug D$:/LMS/DBXML/InstructorsAndTrainees/trainees/editortrainees.cpp || cmake_object_order_depends_target_InstructorsAndTrainees + DEFINES = -DINSTRUCTORSANDTRAINEES_LIBRARY -DInstructorsAndTrainees_EXPORTS -DPROJECT_TYPE_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB + DEP_FILE = CMakeFiles\InstructorsAndTrainees.dir\trainees\editortrainees.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/DBXML/Debug64 -ID:/LMS/DBXML/InstructorsAndTrainees -ID:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include -ID:/LMS/DBXML/InstructorsAndTrainees/instructors -ID:/LMS/DBXML/InstructorsAndTrainees/trainees -ID:/LMS/DBXML/InstructorsAndTrainees/tasks -ID:/LMS/DBXML/InstructorsAndTrainees/../../DB/DataBaseLMS -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtXml -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\InstructorsAndTrainees.dir + OBJECT_FILE_DIR = CMakeFiles\InstructorsAndTrainees.dir\trainees + +build CMakeFiles/InstructorsAndTrainees.dir/trainees/dialogeditgroup.cpp.obj: CXX_COMPILER__InstructorsAndTrainees_unscanned_Debug D$:/LMS/DBXML/InstructorsAndTrainees/trainees/dialogeditgroup.cpp || cmake_object_order_depends_target_InstructorsAndTrainees + DEFINES = -DINSTRUCTORSANDTRAINEES_LIBRARY -DInstructorsAndTrainees_EXPORTS -DPROJECT_TYPE_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB + DEP_FILE = CMakeFiles\InstructorsAndTrainees.dir\trainees\dialogeditgroup.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/DBXML/Debug64 -ID:/LMS/DBXML/InstructorsAndTrainees -ID:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include -ID:/LMS/DBXML/InstructorsAndTrainees/instructors -ID:/LMS/DBXML/InstructorsAndTrainees/trainees -ID:/LMS/DBXML/InstructorsAndTrainees/tasks -ID:/LMS/DBXML/InstructorsAndTrainees/../../DB/DataBaseLMS -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtXml -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\InstructorsAndTrainees.dir + OBJECT_FILE_DIR = CMakeFiles\InstructorsAndTrainees.dir\trainees + +build CMakeFiles/InstructorsAndTrainees.dir/trainees/dialogedittrainee.cpp.obj: CXX_COMPILER__InstructorsAndTrainees_unscanned_Debug D$:/LMS/DBXML/InstructorsAndTrainees/trainees/dialogedittrainee.cpp || cmake_object_order_depends_target_InstructorsAndTrainees + DEFINES = -DINSTRUCTORSANDTRAINEES_LIBRARY -DInstructorsAndTrainees_EXPORTS -DPROJECT_TYPE_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB + DEP_FILE = CMakeFiles\InstructorsAndTrainees.dir\trainees\dialogedittrainee.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/DBXML/Debug64 -ID:/LMS/DBXML/InstructorsAndTrainees -ID:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include -ID:/LMS/DBXML/InstructorsAndTrainees/instructors -ID:/LMS/DBXML/InstructorsAndTrainees/trainees -ID:/LMS/DBXML/InstructorsAndTrainees/tasks -ID:/LMS/DBXML/InstructorsAndTrainees/../../DB/DataBaseLMS -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtXml -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\InstructorsAndTrainees.dir + OBJECT_FILE_DIR = CMakeFiles\InstructorsAndTrainees.dir\trainees + +build CMakeFiles/InstructorsAndTrainees.dir/trainees/computersLocations.cpp.obj: CXX_COMPILER__InstructorsAndTrainees_unscanned_Debug D$:/LMS/DBXML/InstructorsAndTrainees/trainees/computersLocations.cpp || cmake_object_order_depends_target_InstructorsAndTrainees + DEFINES = -DINSTRUCTORSANDTRAINEES_LIBRARY -DInstructorsAndTrainees_EXPORTS -DPROJECT_TYPE_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB + DEP_FILE = CMakeFiles\InstructorsAndTrainees.dir\trainees\computersLocations.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/DBXML/Debug64 -ID:/LMS/DBXML/InstructorsAndTrainees -ID:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include -ID:/LMS/DBXML/InstructorsAndTrainees/instructors -ID:/LMS/DBXML/InstructorsAndTrainees/trainees -ID:/LMS/DBXML/InstructorsAndTrainees/tasks -ID:/LMS/DBXML/InstructorsAndTrainees/../../DB/DataBaseLMS -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtXml -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\InstructorsAndTrainees.dir + OBJECT_FILE_DIR = CMakeFiles\InstructorsAndTrainees.dir\trainees + +build CMakeFiles/InstructorsAndTrainees.dir/trainees/databasetrainees.cpp.obj: CXX_COMPILER__InstructorsAndTrainees_unscanned_Debug D$:/LMS/DBXML/InstructorsAndTrainees/trainees/databasetrainees.cpp || cmake_object_order_depends_target_InstructorsAndTrainees + DEFINES = -DINSTRUCTORSANDTRAINEES_LIBRARY -DInstructorsAndTrainees_EXPORTS -DPROJECT_TYPE_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB + DEP_FILE = CMakeFiles\InstructorsAndTrainees.dir\trainees\databasetrainees.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/DBXML/Debug64 -ID:/LMS/DBXML/InstructorsAndTrainees -ID:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include -ID:/LMS/DBXML/InstructorsAndTrainees/instructors -ID:/LMS/DBXML/InstructorsAndTrainees/trainees -ID:/LMS/DBXML/InstructorsAndTrainees/tasks -ID:/LMS/DBXML/InstructorsAndTrainees/../../DB/DataBaseLMS -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtXml -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\InstructorsAndTrainees.dir + OBJECT_FILE_DIR = CMakeFiles\InstructorsAndTrainees.dir\trainees + +build CMakeFiles/InstructorsAndTrainees.dir/trainees/viewertrainees.cpp.obj: CXX_COMPILER__InstructorsAndTrainees_unscanned_Debug D$:/LMS/DBXML/InstructorsAndTrainees/trainees/viewertrainees.cpp || cmake_object_order_depends_target_InstructorsAndTrainees + DEFINES = -DINSTRUCTORSANDTRAINEES_LIBRARY -DInstructorsAndTrainees_EXPORTS -DPROJECT_TYPE_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB + DEP_FILE = CMakeFiles\InstructorsAndTrainees.dir\trainees\viewertrainees.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/DBXML/Debug64 -ID:/LMS/DBXML/InstructorsAndTrainees -ID:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include -ID:/LMS/DBXML/InstructorsAndTrainees/instructors -ID:/LMS/DBXML/InstructorsAndTrainees/trainees -ID:/LMS/DBXML/InstructorsAndTrainees/tasks -ID:/LMS/DBXML/InstructorsAndTrainees/../../DB/DataBaseLMS -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtXml -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\InstructorsAndTrainees.dir + OBJECT_FILE_DIR = CMakeFiles\InstructorsAndTrainees.dir\trainees + +build CMakeFiles/InstructorsAndTrainees.dir/trainees/traineesview.cpp.obj: CXX_COMPILER__InstructorsAndTrainees_unscanned_Debug D$:/LMS/DBXML/InstructorsAndTrainees/trainees/traineesview.cpp || cmake_object_order_depends_target_InstructorsAndTrainees + DEFINES = -DINSTRUCTORSANDTRAINEES_LIBRARY -DInstructorsAndTrainees_EXPORTS -DPROJECT_TYPE_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB + DEP_FILE = CMakeFiles\InstructorsAndTrainees.dir\trainees\traineesview.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/DBXML/Debug64 -ID:/LMS/DBXML/InstructorsAndTrainees -ID:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include -ID:/LMS/DBXML/InstructorsAndTrainees/instructors -ID:/LMS/DBXML/InstructorsAndTrainees/trainees -ID:/LMS/DBXML/InstructorsAndTrainees/tasks -ID:/LMS/DBXML/InstructorsAndTrainees/../../DB/DataBaseLMS -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtXml -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\InstructorsAndTrainees.dir + OBJECT_FILE_DIR = CMakeFiles\InstructorsAndTrainees.dir\trainees + +build CMakeFiles/InstructorsAndTrainees.dir/instructors/viewerinstructors.cpp.obj: CXX_COMPILER__InstructorsAndTrainees_unscanned_Debug D$:/LMS/DBXML/InstructorsAndTrainees/instructors/viewerinstructors.cpp || cmake_object_order_depends_target_InstructorsAndTrainees + DEFINES = -DINSTRUCTORSANDTRAINEES_LIBRARY -DInstructorsAndTrainees_EXPORTS -DPROJECT_TYPE_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB + DEP_FILE = CMakeFiles\InstructorsAndTrainees.dir\instructors\viewerinstructors.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/DBXML/Debug64 -ID:/LMS/DBXML/InstructorsAndTrainees -ID:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include -ID:/LMS/DBXML/InstructorsAndTrainees/instructors -ID:/LMS/DBXML/InstructorsAndTrainees/trainees -ID:/LMS/DBXML/InstructorsAndTrainees/tasks -ID:/LMS/DBXML/InstructorsAndTrainees/../../DB/DataBaseLMS -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtXml -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\InstructorsAndTrainees.dir + OBJECT_FILE_DIR = CMakeFiles\InstructorsAndTrainees.dir\instructors + +build CMakeFiles/InstructorsAndTrainees.dir/instructors/databaseinstructors.cpp.obj: CXX_COMPILER__InstructorsAndTrainees_unscanned_Debug D$:/LMS/DBXML/InstructorsAndTrainees/instructors/databaseinstructors.cpp || cmake_object_order_depends_target_InstructorsAndTrainees + DEFINES = -DINSTRUCTORSANDTRAINEES_LIBRARY -DInstructorsAndTrainees_EXPORTS -DPROJECT_TYPE_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB + DEP_FILE = CMakeFiles\InstructorsAndTrainees.dir\instructors\databaseinstructors.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/DBXML/Debug64 -ID:/LMS/DBXML/InstructorsAndTrainees -ID:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include -ID:/LMS/DBXML/InstructorsAndTrainees/instructors -ID:/LMS/DBXML/InstructorsAndTrainees/trainees -ID:/LMS/DBXML/InstructorsAndTrainees/tasks -ID:/LMS/DBXML/InstructorsAndTrainees/../../DB/DataBaseLMS -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtXml -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\InstructorsAndTrainees.dir + OBJECT_FILE_DIR = CMakeFiles\InstructorsAndTrainees.dir\instructors + +build CMakeFiles/InstructorsAndTrainees.dir/instructors/editorinstructors.cpp.obj: CXX_COMPILER__InstructorsAndTrainees_unscanned_Debug D$:/LMS/DBXML/InstructorsAndTrainees/instructors/editorinstructors.cpp || cmake_object_order_depends_target_InstructorsAndTrainees + DEFINES = -DINSTRUCTORSANDTRAINEES_LIBRARY -DInstructorsAndTrainees_EXPORTS -DPROJECT_TYPE_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB + DEP_FILE = CMakeFiles\InstructorsAndTrainees.dir\instructors\editorinstructors.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/DBXML/Debug64 -ID:/LMS/DBXML/InstructorsAndTrainees -ID:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include -ID:/LMS/DBXML/InstructorsAndTrainees/instructors -ID:/LMS/DBXML/InstructorsAndTrainees/trainees -ID:/LMS/DBXML/InstructorsAndTrainees/tasks -ID:/LMS/DBXML/InstructorsAndTrainees/../../DB/DataBaseLMS -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtXml -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\InstructorsAndTrainees.dir + OBJECT_FILE_DIR = CMakeFiles\InstructorsAndTrainees.dir\instructors + +build CMakeFiles/InstructorsAndTrainees.dir/instructors/dialogeditinstructor.cpp.obj: CXX_COMPILER__InstructorsAndTrainees_unscanned_Debug D$:/LMS/DBXML/InstructorsAndTrainees/instructors/dialogeditinstructor.cpp || cmake_object_order_depends_target_InstructorsAndTrainees + DEFINES = -DINSTRUCTORSANDTRAINEES_LIBRARY -DInstructorsAndTrainees_EXPORTS -DPROJECT_TYPE_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB + DEP_FILE = CMakeFiles\InstructorsAndTrainees.dir\instructors\dialogeditinstructor.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/DBXML/Debug64 -ID:/LMS/DBXML/InstructorsAndTrainees -ID:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include -ID:/LMS/DBXML/InstructorsAndTrainees/instructors -ID:/LMS/DBXML/InstructorsAndTrainees/trainees -ID:/LMS/DBXML/InstructorsAndTrainees/tasks -ID:/LMS/DBXML/InstructorsAndTrainees/../../DB/DataBaseLMS -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtXml -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\InstructorsAndTrainees.dir + OBJECT_FILE_DIR = CMakeFiles\InstructorsAndTrainees.dir\instructors + +build CMakeFiles/InstructorsAndTrainees.dir/instructors/dialogauthorizationinstructor.cpp.obj: CXX_COMPILER__InstructorsAndTrainees_unscanned_Debug D$:/LMS/DBXML/InstructorsAndTrainees/instructors/dialogauthorizationinstructor.cpp || cmake_object_order_depends_target_InstructorsAndTrainees + DEFINES = -DINSTRUCTORSANDTRAINEES_LIBRARY -DInstructorsAndTrainees_EXPORTS -DPROJECT_TYPE_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB + DEP_FILE = CMakeFiles\InstructorsAndTrainees.dir\instructors\dialogauthorizationinstructor.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/DBXML/Debug64 -ID:/LMS/DBXML/InstructorsAndTrainees -ID:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include -ID:/LMS/DBXML/InstructorsAndTrainees/instructors -ID:/LMS/DBXML/InstructorsAndTrainees/trainees -ID:/LMS/DBXML/InstructorsAndTrainees/tasks -ID:/LMS/DBXML/InstructorsAndTrainees/../../DB/DataBaseLMS -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtXml -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\InstructorsAndTrainees.dir + OBJECT_FILE_DIR = CMakeFiles\InstructorsAndTrainees.dir\instructors + +build CMakeFiles/InstructorsAndTrainees.dir/instructors/instructorsview.cpp.obj: CXX_COMPILER__InstructorsAndTrainees_unscanned_Debug D$:/LMS/DBXML/InstructorsAndTrainees/instructors/instructorsview.cpp || cmake_object_order_depends_target_InstructorsAndTrainees + DEFINES = -DINSTRUCTORSANDTRAINEES_LIBRARY -DInstructorsAndTrainees_EXPORTS -DPROJECT_TYPE_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB + DEP_FILE = CMakeFiles\InstructorsAndTrainees.dir\instructors\instructorsview.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/DBXML/Debug64 -ID:/LMS/DBXML/InstructorsAndTrainees -ID:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include -ID:/LMS/DBXML/InstructorsAndTrainees/instructors -ID:/LMS/DBXML/InstructorsAndTrainees/trainees -ID:/LMS/DBXML/InstructorsAndTrainees/tasks -ID:/LMS/DBXML/InstructorsAndTrainees/../../DB/DataBaseLMS -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtXml -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\InstructorsAndTrainees.dir + OBJECT_FILE_DIR = CMakeFiles\InstructorsAndTrainees.dir\instructors + +build CMakeFiles/InstructorsAndTrainees.dir/tasks/taskswidget.cpp.obj: CXX_COMPILER__InstructorsAndTrainees_unscanned_Debug D$:/LMS/DBXML/InstructorsAndTrainees/tasks/taskswidget.cpp || cmake_object_order_depends_target_InstructorsAndTrainees + DEFINES = -DINSTRUCTORSANDTRAINEES_LIBRARY -DInstructorsAndTrainees_EXPORTS -DPROJECT_TYPE_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB + DEP_FILE = CMakeFiles\InstructorsAndTrainees.dir\tasks\taskswidget.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/DBXML/Debug64 -ID:/LMS/DBXML/InstructorsAndTrainees -ID:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include -ID:/LMS/DBXML/InstructorsAndTrainees/instructors -ID:/LMS/DBXML/InstructorsAndTrainees/trainees -ID:/LMS/DBXML/InstructorsAndTrainees/tasks -ID:/LMS/DBXML/InstructorsAndTrainees/../../DB/DataBaseLMS -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtXml -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\InstructorsAndTrainees.dir + OBJECT_FILE_DIR = CMakeFiles\InstructorsAndTrainees.dir\tasks + +build CMakeFiles/InstructorsAndTrainees.dir/InstructorsAndTrainees_autogen/EWIEGA46WW/qrc_resources.cpp.obj: CXX_COMPILER__InstructorsAndTrainees_unscanned_Debug D$:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/EWIEGA46WW/qrc_resources.cpp || cmake_object_order_depends_target_InstructorsAndTrainees + DEFINES = -DINSTRUCTORSANDTRAINEES_LIBRARY -DInstructorsAndTrainees_EXPORTS -DPROJECT_TYPE_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB + DEP_FILE = CMakeFiles\InstructorsAndTrainees.dir\InstructorsAndTrainees_autogen\EWIEGA46WW\qrc_resources.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/DBXML/Debug64 -ID:/LMS/DBXML/InstructorsAndTrainees -ID:/LMS/DBXML/Debug64/InstructorsAndTrainees_autogen/include -ID:/LMS/DBXML/InstructorsAndTrainees/instructors -ID:/LMS/DBXML/InstructorsAndTrainees/trainees -ID:/LMS/DBXML/InstructorsAndTrainees/tasks -ID:/LMS/DBXML/InstructorsAndTrainees/../../DB/DataBaseLMS -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtXml -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\InstructorsAndTrainees.dir + OBJECT_FILE_DIR = CMakeFiles\InstructorsAndTrainees.dir\InstructorsAndTrainees_autogen\EWIEGA46WW + + +# ============================================================================= +# Link build statements for SHARED_LIBRARY target InstructorsAndTrainees + + +############################################# +# Link the shared library libInstructorsAndTrainees.dll + +build libInstructorsAndTrainees.dll libInstructorsAndTrainees.dll.a: CXX_SHARED_LIBRARY_LINKER__InstructorsAndTrainees_Debug CMakeFiles/InstructorsAndTrainees.dir/InstructorsAndTrainees_autogen/mocs_compilation.cpp.obj CMakeFiles/InstructorsAndTrainees.dir/instructorsAndTrainees.cpp.obj CMakeFiles/InstructorsAndTrainees.dir/commonview.cpp.obj CMakeFiles/InstructorsAndTrainees.dir/trainees/editortrainees.cpp.obj CMakeFiles/InstructorsAndTrainees.dir/trainees/dialogeditgroup.cpp.obj CMakeFiles/InstructorsAndTrainees.dir/trainees/dialogedittrainee.cpp.obj CMakeFiles/InstructorsAndTrainees.dir/trainees/computersLocations.cpp.obj CMakeFiles/InstructorsAndTrainees.dir/trainees/databasetrainees.cpp.obj CMakeFiles/InstructorsAndTrainees.dir/trainees/viewertrainees.cpp.obj CMakeFiles/InstructorsAndTrainees.dir/trainees/traineesview.cpp.obj CMakeFiles/InstructorsAndTrainees.dir/instructors/viewerinstructors.cpp.obj CMakeFiles/InstructorsAndTrainees.dir/instructors/databaseinstructors.cpp.obj CMakeFiles/InstructorsAndTrainees.dir/instructors/editorinstructors.cpp.obj CMakeFiles/InstructorsAndTrainees.dir/instructors/dialogeditinstructor.cpp.obj CMakeFiles/InstructorsAndTrainees.dir/instructors/dialogauthorizationinstructor.cpp.obj CMakeFiles/InstructorsAndTrainees.dir/instructors/instructorsview.cpp.obj CMakeFiles/InstructorsAndTrainees.dir/tasks/taskswidget.cpp.obj CMakeFiles/InstructorsAndTrainees.dir/InstructorsAndTrainees_autogen/EWIEGA46WW/qrc_resources.cpp.obj | C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Widgets.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/libQt5Sql.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/libQt5Core.a || InstructorsAndTrainees_autogen + LANGUAGE_COMPILE_FLAGS = -g + LINK_LIBRARIES = C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Widgets.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/libQt5Sql.a -lDataBaseLMS C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Gui.a C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Core.a -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 + LINK_PATH = -LD:/LMS/DBXML/InstructorsAndTrainees/../../DB/Debug64 + OBJECT_DIR = CMakeFiles\InstructorsAndTrainees.dir + POST_BUILD = cd . + PRE_LINK = cd . + RESTAT = 1 + TARGET_FILE = libInstructorsAndTrainees.dll + TARGET_IMPLIB = libInstructorsAndTrainees.dll.a + TARGET_PDB = InstructorsAndTrainees.dll.dbg + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\Windows\system32\cmd.exe /C "cd /D D:\LMS\DBXML\Debug64 && C:\msys64\mingw64\bin\cmake.exe -E echo "No interactive CMake dialog available."" + DESC = No interactive CMake dialog available... + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\Windows\system32\cmd.exe /C "cd /D D:\LMS\DBXML\Debug64 && C:\msys64\mingw64\bin\cmake.exe --regenerate-during-build -SD:\LMS\DBXML\InstructorsAndTrainees -BD:\LMS\DBXML\Debug64" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for InstructorsAndTrainees_autogen + +build InstructorsAndTrainees_autogen: phony CMakeFiles/InstructorsAndTrainees_autogen InstructorsAndTrainees_autogen/mocs_compilation.cpp InstructorsAndTrainees_autogen/include/trainees/ui_editortrainees.h InstructorsAndTrainees_autogen/include/trainees/ui_dialogeditgroup.h InstructorsAndTrainees_autogen/include/trainees/ui_dialogedittrainee.h InstructorsAndTrainees_autogen/include/trainees/ui_viewertrainees.h InstructorsAndTrainees_autogen/include/instructors/ui_viewerinstructors.h InstructorsAndTrainees_autogen/include/instructors/ui_editorinstructors.h InstructorsAndTrainees_autogen/include/instructors/ui_dialogeditinstructor.h InstructorsAndTrainees_autogen/include/instructors/ui_dialogauthorizationinstructor.h InstructorsAndTrainees_autogen/include/tasks/ui_taskswidget.h + + +############################################# +# Custom command for InstructorsAndTrainees_autogen\EWIEGA46WW\qrc_resources.cpp + +build InstructorsAndTrainees_autogen/EWIEGA46WW/qrc_resources.cpp | ${cmake_ninja_workdir}InstructorsAndTrainees_autogen/EWIEGA46WW/qrc_resources.cpp: CUSTOM_COMMAND D$:/LMS/DBXML/InstructorsAndTrainees/resources.qrc CMakeFiles/InstructorsAndTrainees_autogen.dir/AutoRcc_resources_EWIEGA46WW_Info.json D$:/LMS/DBXML/InstructorsAndTrainees/blankXML/instructors.xml D$:/LMS/DBXML/InstructorsAndTrainees/blankXML/groupsTrainees.xml D$:/LMS/DBXML/InstructorsAndTrainees/icons/instructorArchive.png D$:/LMS/DBXML/InstructorsAndTrainees/icons/newGroup.png D$:/LMS/DBXML/InstructorsAndTrainees/icons/traineeFromArchive.png D$:/LMS/DBXML/InstructorsAndTrainees/icons/deleteGroup.png D$:/LMS/DBXML/InstructorsAndTrainees/icons/traineeArchive.png D$:/LMS/DBXML/InstructorsAndTrainees/icons/admin.png D$:/LMS/DBXML/InstructorsAndTrainees/icons/circleGray.png D$:/LMS/DBXML/InstructorsAndTrainees/icons/circleGreen.png D$:/LMS/DBXML/InstructorsAndTrainees/icons/addTrainee.png D$:/LMS/DBXML/InstructorsAndTrainees/icons/archive.png D$:/LMS/DBXML/InstructorsAndTrainees/icons/group.png D$:/LMS/DBXML/InstructorsAndTrainees/icons/instructorFromArchive.png D$:/LMS/DBXML/InstructorsAndTrainees/icons/trainee.png D$:/LMS/DBXML/InstructorsAndTrainees/icons/instructorAdmin.png D$:/LMS/DBXML/InstructorsAndTrainees/icons/deleteTrainee.png D$:/LMS/DBXML/InstructorsAndTrainees/icons/addInstructor.png D$:/LMS/DBXML/InstructorsAndTrainees/icons/edit.png D$:/LMS/DBXML/InstructorsAndTrainees/icons/instructor.png D$:/LMS/DBXML/InstructorsAndTrainees/icons/deleteInstructor.png C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/bin/rcc.exe || InstructorsAndTrainees_autogen + COMMAND = C:\Windows\system32\cmd.exe /C "cd /D D:\LMS\DBXML\Debug64 && C:\msys64\mingw64\bin\cmake.exe -E cmake_autorcc D:/LMS/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen.dir/AutoRcc_resources_EWIEGA46WW_Info.json Debug" + DESC = Automatic RCC for resources.qrc + restat = 1 + + +############################################# +# Custom command for CMakeFiles\InstructorsAndTrainees_autogen + +build CMakeFiles/InstructorsAndTrainees_autogen InstructorsAndTrainees_autogen/mocs_compilation.cpp InstructorsAndTrainees_autogen/include/trainees/ui_editortrainees.h InstructorsAndTrainees_autogen/include/trainees/ui_dialogeditgroup.h InstructorsAndTrainees_autogen/include/trainees/ui_dialogedittrainee.h InstructorsAndTrainees_autogen/include/trainees/ui_viewertrainees.h InstructorsAndTrainees_autogen/include/instructors/ui_viewerinstructors.h InstructorsAndTrainees_autogen/include/instructors/ui_editorinstructors.h InstructorsAndTrainees_autogen/include/instructors/ui_dialogeditinstructor.h InstructorsAndTrainees_autogen/include/instructors/ui_dialogauthorizationinstructor.h InstructorsAndTrainees_autogen/include/tasks/ui_taskswidget.h | ${cmake_ninja_workdir}CMakeFiles/InstructorsAndTrainees_autogen ${cmake_ninja_workdir}InstructorsAndTrainees_autogen/mocs_compilation.cpp ${cmake_ninja_workdir}InstructorsAndTrainees_autogen/include/trainees/ui_editortrainees.h ${cmake_ninja_workdir}InstructorsAndTrainees_autogen/include/trainees/ui_dialogeditgroup.h ${cmake_ninja_workdir}InstructorsAndTrainees_autogen/include/trainees/ui_dialogedittrainee.h ${cmake_ninja_workdir}InstructorsAndTrainees_autogen/include/trainees/ui_viewertrainees.h ${cmake_ninja_workdir}InstructorsAndTrainees_autogen/include/instructors/ui_viewerinstructors.h ${cmake_ninja_workdir}InstructorsAndTrainees_autogen/include/instructors/ui_editorinstructors.h ${cmake_ninja_workdir}InstructorsAndTrainees_autogen/include/instructors/ui_dialogeditinstructor.h ${cmake_ninja_workdir}InstructorsAndTrainees_autogen/include/instructors/ui_dialogauthorizationinstructor.h ${cmake_ninja_workdir}InstructorsAndTrainees_autogen/include/tasks/ui_taskswidget.h: CUSTOM_COMMAND + COMMAND = C:\Windows\system32\cmd.exe /C "cd /D D:\LMS\DBXML\Debug64 && C:\msys64\mingw64\bin\cmake.exe -E cmake_autogen D:/LMS/DBXML/Debug64/CMakeFiles/InstructorsAndTrainees_autogen.dir/AutogenInfo.json Debug" + DESC = Automatic MOC and UIC for target InstructorsAndTrainees + restat = 1 + +# ============================================================================= +# Target aliases. + +build InstructorsAndTrainees: phony libInstructorsAndTrainees.dll + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: D:/LMS/DBXML/Debug64 + +build all: phony libInstructorsAndTrainees.dll + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QICNSPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTgaPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTiffPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QVirtualKeyboardPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWbmpPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWebGLIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWebpPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWindowsDirect2DIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWindowsIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5LinguistTools/Qt5LinguistToolsConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5LinguistTools/Qt5LinguistToolsConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5LinguistTools/Qt5LinguistToolsMacros.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5SqlConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5SqlConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QODBCDriverPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QPSQLDriverPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QSQLiteDriverPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5Widgets_QWindowsVistaStylePlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Xml/Qt5XmlConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Xml/Qt5XmlConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5Config.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ModuleLocation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeCXXInformation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeCommonLanguageInclude.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeFindCodeBlocks.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeGenericSystem.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeInitializeConfigs.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeLanguageInformation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeParseArguments.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeRCInformation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeSystemSpecificInformation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/GNU-CXX.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/GNU.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU-CXX-ABI.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU-CXX.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-Initialize.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-windres.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/WindowsPaths.cmake C$:/msys64/mingw64/share/cmake/Modules/ProcessorCount.cmake CMakeCache.txt CMakeFiles/3.28.3/CMakeCXXCompiler.cmake CMakeFiles/3.28.3/CMakeRCCompiler.cmake CMakeFiles/3.28.3/CMakeSystem.cmake D$:/LMS/DBXML/InstructorsAndTrainees/CMakeLists.txt D$:/LMS/DBXML/InstructorsAndTrainees/resources.qrc + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QICNSPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTgaPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTiffPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QVirtualKeyboardPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWbmpPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWebGLIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWebpPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWindowsDirect2DIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWindowsIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5LinguistTools/Qt5LinguistToolsConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5LinguistTools/Qt5LinguistToolsConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5LinguistTools/Qt5LinguistToolsMacros.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5SqlConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5SqlConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QODBCDriverPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QPSQLDriverPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QSQLiteDriverPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5Widgets_QWindowsVistaStylePlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Xml/Qt5XmlConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Xml/Qt5XmlConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5Config.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ModuleLocation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeCXXInformation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeCommonLanguageInclude.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeFindCodeBlocks.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeGenericSystem.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeInitializeConfigs.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeLanguageInformation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeParseArguments.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeRCInformation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeSystemSpecificInformation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/GNU-CXX.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/GNU.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU-CXX-ABI.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU-CXX.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-Initialize.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-windres.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/WindowsPaths.cmake C$:/msys64/mingw64/share/cmake/Modules/ProcessorCount.cmake CMakeCache.txt CMakeFiles/3.28.3/CMakeCXXCompiler.cmake CMakeFiles/3.28.3/CMakeRCCompiler.cmake CMakeFiles/3.28.3/CMakeSystem.cmake D$:/LMS/DBXML/InstructorsAndTrainees/CMakeLists.txt D$:/LMS/DBXML/InstructorsAndTrainees/resources.qrc: phony + + +############################################# +# Clean additional files. + +build CMakeFiles/clean.additional: CLEAN_ADDITIONAL + CONFIG = Debug + + +############################################# +# Clean all the built files. + +build clean: CLEAN CMakeFiles/clean.additional + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/DBXML/Debug64/cmake_install.cmake b/DBXML/Debug64/cmake_install.cmake new file mode 100644 index 0000000..988f301 --- /dev/null +++ b/DBXML/Debug64/cmake_install.cmake @@ -0,0 +1,49 @@ +# Install script for directory: D:/LMS/DBXML/InstructorsAndTrainees + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/InstructorsAndTrainees") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/objdump.exe") +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "D:/LMS/DBXML/Debug64/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/DBXML/Debug64/libInstructorsAndTrainees.dll b/DBXML/Debug64/libInstructorsAndTrainees.dll new file mode 100644 index 0000000..24bb4b1 Binary files /dev/null and b/DBXML/Debug64/libInstructorsAndTrainees.dll differ diff --git a/DBXML/Debug64/libInstructorsAndTrainees.dll.a b/DBXML/Debug64/libInstructorsAndTrainees.dll.a new file mode 100644 index 0000000..39ee863 Binary files /dev/null and b/DBXML/Debug64/libInstructorsAndTrainees.dll.a differ diff --git a/DBXML/InstructorsAndTrainees/CMakeLists.txt b/DBXML/InstructorsAndTrainees/CMakeLists.txt new file mode 100644 index 0000000..41216aa --- /dev/null +++ b/DBXML/InstructorsAndTrainees/CMakeLists.txt @@ -0,0 +1,91 @@ +cmake_minimum_required(VERSION 3.5) + +project(InstructorsAndTrainees LANGUAGES CXX) + +set(CMAKE_INCLUDE_CURRENT_DIR ON) +set(CMAKE_AUTOUIC ON) +set(CMAKE_AUTOMOC ON) +set(CMAKE_AUTORCC ON) +set(CMAKE_CXX_STANDARD 11) +set(CMAKE_CXX_STANDARD_REQUIRED ON) + +if(CMAKE_BUILD_TYPE STREQUAL "Debug") + set(PROJECT_TYPE_DEBUG TRUE) +endif() + +if(PROJECT_TYPE_DEBUG) + add_definitions(-DPROJECT_TYPE_DEBUG) +endif() + +find_package(Qt5 COMPONENTS Widgets REQUIRED) +find_package(Qt5 COMPONENTS Xml REQUIRED) +find_package(Qt5 COMPONENTS Sql REQUIRED) +find_package(Qt5 COMPONENTS LinguistTools REQUIRED) + +add_library(InstructorsAndTrainees SHARED + instructorsAndTrainees_global.h + instructorsAndTrainees.cpp + instructorsAndTrainees.h + commonview.cpp + commonview.h + trainees/editortrainees.cpp + trainees/editortrainees.h + trainees/editortrainees.ui + trainees/dialogeditgroup.cpp + trainees/dialogeditgroup.h + trainees/dialogeditgroup.ui + trainees/dialogedittrainee.cpp + trainees/dialogedittrainee.h + trainees/dialogedittrainee.ui + trainees/computersLocations.h + trainees/computersLocations.cpp + trainees/databasetrainees.h + trainees/databasetrainees.cpp + trainees/viewertrainees.cpp + trainees/viewertrainees.h + trainees/viewertrainees.ui + trainees/traineesview.cpp + trainees/traineesview.h + instructors/viewerinstructors.cpp + instructors/viewerinstructors.h + instructors/viewerinstructors.ui + instructors/databaseinstructors.cpp + instructors/databaseinstructors.h + instructors/editorinstructors.cpp + instructors/editorinstructors.h + instructors/editorinstructors.ui + instructors/dialogeditinstructor.cpp + instructors/dialogeditinstructor.h + instructors/dialogeditinstructor.ui + instructors/dialogauthorizationinstructor.cpp + instructors/dialogauthorizationinstructor.h + instructors/dialogauthorizationinstructor.ui + instructors/instructorsview.cpp + instructors/instructorsview.h + tasks/taskswidget.cpp + tasks/taskswidget.h + tasks/taskswidget.ui + resources.qrc +) + +target_include_directories(InstructorsAndTrainees PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/instructors) +target_include_directories(InstructorsAndTrainees PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/trainees) +target_include_directories(InstructorsAndTrainees PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/tasks) + +target_link_libraries(InstructorsAndTrainees PRIVATE Qt5::Widgets) +target_link_libraries(InstructorsAndTrainees PRIVATE Qt5::Xml) +target_link_libraries(InstructorsAndTrainees PRIVATE Qt5::Sql) + +target_compile_definitions(InstructorsAndTrainees PRIVATE INSTRUCTORSANDTRAINEES_LIBRARY) + + +target_include_directories(InstructorsAndTrainees PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/../../DB/DataBaseLMS) +if(PROJECT_TYPE_DEBUG) + target_link_directories(InstructorsAndTrainees PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/../../DB/Debug64) +elseif() + target_link_directories(InstructorsAndTrainees PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/../../DB/Release64) +endif() +target_link_libraries(InstructorsAndTrainees PRIVATE libDataBaseLMS.dll) + + +#install(TARGETS InstructorsAndTrainees DESTINATION ${VEYON_LIB_DIR}) diff --git a/DBXML/InstructorsAndTrainees/CMakeLists.txt.user b/DBXML/InstructorsAndTrainees/CMakeLists.txt.user new file mode 100644 index 0000000..e7b9bb8 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/CMakeLists.txt.user @@ -0,0 +1,618 @@ + + + + + + EnvironmentId + {00ce76f6-77cf-4587-a216-9a8e243377cb} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + 2 + UTF-8 + false + 4 + false + 80 + true + true + 1 + true + false + 0 + true + true + 0 + 8 + true + 1 + true + true + true + false + + + + ProjectExplorer.Project.PluginSettings + + + -fno-delayed-template-parsing + + true + + + + ProjectExplorer.Project.Target.0 + + Desktop Qt 5.14.2 MinGW 64-bit + Desktop Qt 5.14.2 MinGW 64-bit + qt.qt5.5142.win64_mingw73_kit + 0 + 0 + 0 + + + CMAKE_BUILD_TYPE:STRING=Debug + CMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx} + CMAKE_C_COMPILER:STRING=%{Compiler:Executable:C} + CMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX} + QT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable} + + D:/LMS/DBXML/Debug64 + + + + + all + + true + CMakeProjectManager.MakeStep + + 1 + Сборка + Сборка + ProjectExplorer.BuildSteps.Build + + + + + + clean + + true + CMakeProjectManager.MakeStep + + 1 + Очистка + Очистка + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Отладка + CMakeProjectManager.CMakeBuildConfiguration + + + + CMAKE_BUILD_TYPE:STRING=Release + CMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx} + CMAKE_C_COMPILER:STRING=%{Compiler:Executable:C} + CMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX} + QT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable} + + D:/LMS/DBXML/Release64 + + + + + all + + true + CMakeProjectManager.MakeStep + + 1 + Сборка + Сборка + ProjectExplorer.BuildSteps.Build + + + + + + clean + + true + CMakeProjectManager.MakeStep + + 1 + Очистка + Очистка + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Выпуск + CMakeProjectManager.CMakeBuildConfiguration + + + + CMAKE_BUILD_TYPE:STRING=RelWithDebInfo + CMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx} + CMAKE_C_COMPILER:STRING=%{Compiler:Executable:C} + CMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX} + QT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable} + + D:/VEYON/SUO/build-InstructorsAndTrainees-Desktop_Qt_5_14_2_MinGW_64_bit-RelWithDebInfo + + + + + all + + true + CMakeProjectManager.MakeStep + + 1 + Сборка + Сборка + ProjectExplorer.BuildSteps.Build + + + + + + clean + + true + CMakeProjectManager.MakeStep + + 1 + Очистка + Очистка + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Выпуск с отладочной информацией + CMakeProjectManager.CMakeBuildConfiguration + + + + CMAKE_BUILD_TYPE:STRING=MinSizeRel + CMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx} + CMAKE_C_COMPILER:STRING=%{Compiler:Executable:C} + CMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX} + QT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable} + + D:/VEYON/SUO/build-InstructorsAndTrainees-Desktop_Qt_5_14_2_MinGW_64_bit-MinSizeRel + + + + + all + + true + CMakeProjectManager.MakeStep + + 1 + Сборка + Сборка + ProjectExplorer.BuildSteps.Build + + + + + + clean + + true + CMakeProjectManager.MakeStep + + 1 + Очистка + Очистка + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Выпуск минимального размера + CMakeProjectManager.CMakeBuildConfiguration + + 4 + + + 0 + Развёртывание + Развёртывание + ProjectExplorer.BuildSteps.Deploy + + 1 + ProjectExplorer.DefaultDeployConfiguration + + 1 + + + dwarf + + cpu-cycles + + + 250 + + -e + cpu-cycles + --call-graph + dwarf,4096 + -F + 250 + + -F + true + 4096 + false + false + 1000 + + true + + false + false + false + false + true + 0.01 + 10 + true + kcachegrind + 1 + 25 + + 1 + true + false + true + valgrind + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + + 2 + + + ProjectExplorer.CustomExecutableRunConfiguration + + + false + + false + true + false + false + true + + + + 1 + + + + ProjectExplorer.Project.Target.1 + + Desktop Qt 5.14.2 MinGW 32-bit + Desktop Qt 5.14.2 MinGW 32-bit + qt.qt5.5142.win32_mingw73_kit + 1 + 0 + 0 + + + CMAKE_BUILD_TYPE:STRING=Debug + CMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx} + CMAKE_C_COMPILER:STRING=%{Compiler:Executable:C} + CMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX} + QT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable} + + D:/VEYON/SUO/build-InstructorsAndTrainees-Desktop_Qt_5_14_2_MinGW_32_bit-Debug + + + + + all + + true + CMakeProjectManager.MakeStep + + 1 + Сборка + Сборка + ProjectExplorer.BuildSteps.Build + + + + + + clean + + true + CMakeProjectManager.MakeStep + + 1 + Очистка + Очистка + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Отладка + CMakeProjectManager.CMakeBuildConfiguration + + + + CMAKE_BUILD_TYPE:STRING=Release + CMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx} + CMAKE_C_COMPILER:STRING=%{Compiler:Executable:C} + CMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX} + QT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable} + + D:/VEYON/SUO/Release64 + + + + + all + + true + CMakeProjectManager.MakeStep + + 1 + Сборка + Сборка + ProjectExplorer.BuildSteps.Build + + + + + + clean + + true + CMakeProjectManager.MakeStep + + 1 + Очистка + Очистка + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Выпуск + CMakeProjectManager.CMakeBuildConfiguration + + + + CMAKE_BUILD_TYPE:STRING=RelWithDebInfo + CMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx} + CMAKE_C_COMPILER:STRING=%{Compiler:Executable:C} + CMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX} + QT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable} + + D:/VEYON/SUO/build-InstructorsAndTrainees-Desktop_Qt_5_14_2_MinGW_32_bit-RelWithDebInfo + + + + + all + + true + CMakeProjectManager.MakeStep + + 1 + Сборка + Сборка + ProjectExplorer.BuildSteps.Build + + + + + + clean + + true + CMakeProjectManager.MakeStep + + 1 + Очистка + Очистка + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Выпуск с отладочной информацией + CMakeProjectManager.CMakeBuildConfiguration + + + + CMAKE_BUILD_TYPE:STRING=MinSizeRel + CMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx} + CMAKE_C_COMPILER:STRING=%{Compiler:Executable:C} + CMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX} + QT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable} + + D:/VEYON/SUO/build-InstructorsAndTrainees-Desktop_Qt_5_14_2_MinGW_32_bit-MinSizeRel + + + + + all + + true + CMakeProjectManager.MakeStep + + 1 + Сборка + Сборка + ProjectExplorer.BuildSteps.Build + + + + + + clean + + true + CMakeProjectManager.MakeStep + + 1 + Очистка + Очистка + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Выпуск минимального размера + CMakeProjectManager.CMakeBuildConfiguration + + 4 + + + 0 + Развёртывание + Развёртывание + ProjectExplorer.BuildSteps.Deploy + + 1 + ProjectExplorer.DefaultDeployConfiguration + + 1 + + + dwarf + + cpu-cycles + + + 250 + + -e + cpu-cycles + --call-graph + dwarf,4096 + -F + 250 + + -F + true + 4096 + false + false + 1000 + + true + + false + false + false + false + true + 0.01 + 10 + true + kcachegrind + 1 + 25 + + 1 + true + false + true + valgrind + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + + 2 + + + ProjectExplorer.CustomExecutableRunConfiguration + + + false + + false + true + false + false + true + + + + 1 + + + + ProjectExplorer.Project.TargetCount + 2 + + + ProjectExplorer.Project.Updater.FileVersion + 22 + + + Version + 22 + + diff --git a/DBXML/InstructorsAndTrainees/CMakeLists.txt.user.88628a1 b/DBXML/InstructorsAndTrainees/CMakeLists.txt.user.88628a1 new file mode 100644 index 0000000..f8068ac --- /dev/null +++ b/DBXML/InstructorsAndTrainees/CMakeLists.txt.user.88628a1 @@ -0,0 +1,319 @@ + + + + + + EnvironmentId + {88628a15-8b1c-4544-92e6-5683c5f27136} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + 2 + UTF-8 + false + 4 + false + 80 + true + true + 1 + false + true + false + 0 + true + true + 0 + 8 + true + false + 1 + true + true + true + *.md, *.MD, Makefile + false + true + + + + ProjectExplorer.Project.PluginSettings + + + true + false + true + true + true + true + + + 0 + true + + true + Builtin.BuildSystem + + true + true + Builtin.DefaultTidyAndClazy + 8 + + + + true + + + + + ProjectExplorer.Project.Target.0 + + Desktop + Desktop + Desktop + {ec5f7042-f1c7-4b2e-9c22-2340fe1a69bd} + 0 + 0 + 0 + + Debug + -GUnix Makefiles +-DCMAKE_BUILD_TYPE:STRING=Debug +-DCMAKE_PROJECT_INCLUDE_BEFORE:PATH=%{IDE:ResourcePath}/package-manager/auto-setup.cmake +-DQT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX} +-DCMAKE_C_COMPILER:STRING=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx} + /home/andrey/VEYON/SUO/Debug + + + + all + + true + Сборка + CMakeProjectManager.MakeStep + + 1 + Сборка + Сборка + ProjectExplorer.BuildSteps.Build + + + + + clean + + true + Сборка + CMakeProjectManager.MakeStep + + 1 + Очистка + Очистка + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Отладка + CMakeProjectManager.CMakeBuildConfiguration + + + Release + -GUnix Makefiles +-DCMAKE_BUILD_TYPE:STRING=Release +-DCMAKE_PROJECT_INCLUDE_BEFORE:PATH=%{IDE:ResourcePath}/package-manager/auto-setup.cmake +-DQT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX} +-DCMAKE_C_COMPILER:STRING=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx} + /home/andrey/VEYON/SUO/build-InstructorsAndTrainees-Desktop-Release + + + + all + + true + CMakeProjectManager.MakeStep + + 1 + Сборка + Сборка + ProjectExplorer.BuildSteps.Build + + + + + clean + + true + CMakeProjectManager.MakeStep + + 1 + Очистка + Очистка + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Выпуск + CMakeProjectManager.CMakeBuildConfiguration + + + RelWithDebInfo + -GUnix Makefiles +-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo +-DCMAKE_PROJECT_INCLUDE_BEFORE:PATH=%{IDE:ResourcePath}/package-manager/auto-setup.cmake +-DQT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX} +-DCMAKE_C_COMPILER:STRING=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx} + /home/andrey/VEYON/SUO/build-InstructorsAndTrainees-Desktop-RelWithDebInfo + + + + all + + true + CMakeProjectManager.MakeStep + + 1 + Сборка + Сборка + ProjectExplorer.BuildSteps.Build + + + + + clean + + true + CMakeProjectManager.MakeStep + + 1 + Очистка + Очистка + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Release with Debug Information + CMakeProjectManager.CMakeBuildConfiguration + + + MinSizeRel + -GUnix Makefiles +-DCMAKE_BUILD_TYPE:STRING=MinSizeRel +-DCMAKE_PROJECT_INCLUDE_BEFORE:PATH=%{IDE:ResourcePath}/package-manager/auto-setup.cmake +-DQT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX} +-DCMAKE_C_COMPILER:STRING=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx} + /home/andrey/VEYON/SUO/build-InstructorsAndTrainees-Desktop-MinSizeRel + + + + all + + true + CMakeProjectManager.MakeStep + + 1 + Сборка + Сборка + ProjectExplorer.BuildSteps.Build + + + + + clean + + true + CMakeProjectManager.MakeStep + + 1 + Очистка + Очистка + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Minimum Size Release + CMakeProjectManager.CMakeBuildConfiguration + + 4 + + + 0 + Развёртывание + Развёртывание + ProjectExplorer.BuildSteps.Deploy + + 1 + + false + ProjectExplorer.DefaultDeployConfiguration + + 1 + + true + true + true + + 2 + + ProjectExplorer.CustomExecutableRunConfiguration + + false + true + false + true + + 1 + + + + ProjectExplorer.Project.TargetCount + 1 + + + ProjectExplorer.Project.Updater.FileVersion + 22 + + + Version + 22 + + diff --git a/DBXML/InstructorsAndTrainees/blankXML/groupsTrainees.xml b/DBXML/InstructorsAndTrainees/blankXML/groupsTrainees.xml new file mode 100644 index 0000000..c8a6d55 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/blankXML/groupsTrainees.xml @@ -0,0 +1,3 @@ + + + diff --git a/DBXML/InstructorsAndTrainees/blankXML/instructors.xml b/DBXML/InstructorsAndTrainees/blankXML/instructors.xml new file mode 100644 index 0000000..2fda750 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/blankXML/instructors.xml @@ -0,0 +1,3 @@ + + + diff --git a/DBXML/InstructorsAndTrainees/commonview.cpp b/DBXML/InstructorsAndTrainees/commonview.cpp new file mode 100644 index 0000000..194572f --- /dev/null +++ b/DBXML/InstructorsAndTrainees/commonview.cpp @@ -0,0 +1,36 @@ +#include "commonview.h" + + +CommonView::CommonView(TypeView type, QWidget *parent): + QWidget(parent), + treeWidget(nullptr), + typeView(type), + archiveVisible(false), + notLoggedInVisible(false) +{ + +} + +void CommonView::setItemColorArchive(QTreeWidgetItem *item) +{ + int columnCount = treeWidget->columnCount(); + + for (int i = 0; i < columnCount; i++) + item->setBackground(i, QBrush(QColor(220, 220, 220))); +} + +void CommonView::setItemColorNoArchive(QTreeWidgetItem *item) +{ + int columnCount = treeWidget->columnCount(); + + for (int i = 0; i < columnCount; i++) + item->setBackground(i, QBrush(QColor(255, 255, 255))); +} + +void CommonView::setItemColor(QTreeWidgetItem *item, QColor color) +{ + int columnCount = treeWidget->columnCount(); + + for (int i = 0; i < columnCount; i++) + item->setBackground(i, color); +} diff --git a/DBXML/InstructorsAndTrainees/commonview.h b/DBXML/InstructorsAndTrainees/commonview.h new file mode 100644 index 0000000..6ebbe00 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/commonview.h @@ -0,0 +1,49 @@ +#ifndef COMMONVIEW_H +#define COMMONVIEW_H + +#include +#include +#include "instructorsAndTrainees_global.h" + +//Родительский класс представления БД Инструкторов/Обучаемых (самого верхнего уровня) + +class INSTRUCTORSANDTRAINEES_EXPORT CommonView : public QWidget +{ + Q_OBJECT + +public: + enum TypeView + { + onlyView, + control + }; + +public: + CommonView(TypeView type, QWidget *parent = nullptr); + +protected: + void setArchiveVisible(bool archiveVisible) + { + this->archiveVisible = archiveVisible; + } + void setNotLoggedInVisible(bool notLoggedInVisible) + { + this->notLoggedInVisible = notLoggedInVisible; + } + + void setItemColorArchive(QTreeWidgetItem* item); + void setItemColorNoArchive(QTreeWidgetItem* item); + + void setItemColor(QTreeWidgetItem* item, QColor color); + +protected: + QTreeWidget* treeWidget; + TypeView typeView; + bool archiveVisible; + bool notLoggedInVisible; + +protected: + QTranslator qtLanguageTranslator; +}; + +#endif // COMMONVIEW_H diff --git a/DBXML/InstructorsAndTrainees/icons/addInstructor.png b/DBXML/InstructorsAndTrainees/icons/addInstructor.png new file mode 100644 index 0000000..9436c63 Binary files /dev/null and b/DBXML/InstructorsAndTrainees/icons/addInstructor.png differ diff --git a/DBXML/InstructorsAndTrainees/icons/addTrainee.png b/DBXML/InstructorsAndTrainees/icons/addTrainee.png new file mode 100644 index 0000000..7693478 Binary files /dev/null and b/DBXML/InstructorsAndTrainees/icons/addTrainee.png differ diff --git a/DBXML/InstructorsAndTrainees/icons/admin.png b/DBXML/InstructorsAndTrainees/icons/admin.png new file mode 100644 index 0000000..cfe5694 Binary files /dev/null and b/DBXML/InstructorsAndTrainees/icons/admin.png differ diff --git a/DBXML/InstructorsAndTrainees/icons/archive.png b/DBXML/InstructorsAndTrainees/icons/archive.png new file mode 100644 index 0000000..0b98e02 Binary files /dev/null and b/DBXML/InstructorsAndTrainees/icons/archive.png differ diff --git a/DBXML/InstructorsAndTrainees/icons/circleGray.png b/DBXML/InstructorsAndTrainees/icons/circleGray.png new file mode 100644 index 0000000..2416567 Binary files /dev/null and b/DBXML/InstructorsAndTrainees/icons/circleGray.png differ diff --git a/DBXML/InstructorsAndTrainees/icons/circleGreen.png b/DBXML/InstructorsAndTrainees/icons/circleGreen.png new file mode 100644 index 0000000..e3f2941 Binary files /dev/null and b/DBXML/InstructorsAndTrainees/icons/circleGreen.png differ diff --git a/DBXML/InstructorsAndTrainees/icons/deleteGroup.png b/DBXML/InstructorsAndTrainees/icons/deleteGroup.png new file mode 100644 index 0000000..a8cb2b9 Binary files /dev/null and b/DBXML/InstructorsAndTrainees/icons/deleteGroup.png differ diff --git a/DBXML/InstructorsAndTrainees/icons/deleteInstructor.png b/DBXML/InstructorsAndTrainees/icons/deleteInstructor.png new file mode 100644 index 0000000..99c6196 Binary files /dev/null and b/DBXML/InstructorsAndTrainees/icons/deleteInstructor.png differ diff --git a/DBXML/InstructorsAndTrainees/icons/deleteTrainee.png b/DBXML/InstructorsAndTrainees/icons/deleteTrainee.png new file mode 100644 index 0000000..fd2c6dd Binary files /dev/null and b/DBXML/InstructorsAndTrainees/icons/deleteTrainee.png differ diff --git a/DBXML/InstructorsAndTrainees/icons/edit.png b/DBXML/InstructorsAndTrainees/icons/edit.png new file mode 100644 index 0000000..bc05807 Binary files /dev/null and b/DBXML/InstructorsAndTrainees/icons/edit.png differ diff --git a/DBXML/InstructorsAndTrainees/icons/group.png b/DBXML/InstructorsAndTrainees/icons/group.png new file mode 100644 index 0000000..01e0d9e Binary files /dev/null and b/DBXML/InstructorsAndTrainees/icons/group.png differ diff --git a/DBXML/InstructorsAndTrainees/icons/instructor.png b/DBXML/InstructorsAndTrainees/icons/instructor.png new file mode 100644 index 0000000..cc448f2 Binary files /dev/null and b/DBXML/InstructorsAndTrainees/icons/instructor.png differ diff --git a/DBXML/InstructorsAndTrainees/icons/instructorAdmin.png b/DBXML/InstructorsAndTrainees/icons/instructorAdmin.png new file mode 100644 index 0000000..c9d18ff Binary files /dev/null and b/DBXML/InstructorsAndTrainees/icons/instructorAdmin.png differ diff --git a/DBXML/InstructorsAndTrainees/icons/instructorArchive.png b/DBXML/InstructorsAndTrainees/icons/instructorArchive.png new file mode 100644 index 0000000..3f0cb65 Binary files /dev/null and b/DBXML/InstructorsAndTrainees/icons/instructorArchive.png differ diff --git a/DBXML/InstructorsAndTrainees/icons/instructorFromArchive.png b/DBXML/InstructorsAndTrainees/icons/instructorFromArchive.png new file mode 100644 index 0000000..f861ebf Binary files /dev/null and b/DBXML/InstructorsAndTrainees/icons/instructorFromArchive.png differ diff --git a/DBXML/InstructorsAndTrainees/icons/newGroup.png b/DBXML/InstructorsAndTrainees/icons/newGroup.png new file mode 100644 index 0000000..9fa9a5a Binary files /dev/null and b/DBXML/InstructorsAndTrainees/icons/newGroup.png differ diff --git a/DBXML/InstructorsAndTrainees/icons/trainee.png b/DBXML/InstructorsAndTrainees/icons/trainee.png new file mode 100644 index 0000000..18d434e Binary files /dev/null and b/DBXML/InstructorsAndTrainees/icons/trainee.png differ diff --git a/DBXML/InstructorsAndTrainees/icons/traineeArchive.png b/DBXML/InstructorsAndTrainees/icons/traineeArchive.png new file mode 100644 index 0000000..91ffb87 Binary files /dev/null and b/DBXML/InstructorsAndTrainees/icons/traineeArchive.png differ diff --git a/DBXML/InstructorsAndTrainees/icons/traineeFromArchive.png b/DBXML/InstructorsAndTrainees/icons/traineeFromArchive.png new file mode 100644 index 0000000..9ce07dd Binary files /dev/null and b/DBXML/InstructorsAndTrainees/icons/traineeFromArchive.png differ diff --git a/DBXML/InstructorsAndTrainees/instructors/databaseinstructors.cpp b/DBXML/InstructorsAndTrainees/instructors/databaseinstructors.cpp new file mode 100644 index 0000000..5578836 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/instructors/databaseinstructors.cpp @@ -0,0 +1,346 @@ +#include +#include +#include +#include +#include "databaseinstructors.h" + +DataBaseInstructors::DataBaseInstructors(QString appPath, DataBaseLMS* dbLMS) +{ + appDirPath = appPath; + this->dbLMS = dbLMS; + + if(this->dbLMS != nullptr) + LoadInstructorsPSQL(); + else + LoadInstructorsXML(); +} + +DataBaseInstructors::~DataBaseInstructors() +{ + if(dbLMS == nullptr) + SaveInstructorsXML(); +} + +void DataBaseInstructors::LoadInstructorsXML() +{ + QDomDocument instructorsDOM; + QString xmlFileName = appDirPath + QStringLiteral("/DBXML/instructors.xml"); + QFile xmlInFile(xmlFileName); + if (!xmlInFile.open(QFile::ReadOnly | QFile::Text)) + { + QMessageBox::critical(nullptr, tr("Attention!"), tr("The file could not be opened ") + xmlFileName); + qDebug() << QStringLiteral("LoadInstructorsXML: Не удалось открыть файл ") + xmlFileName; + return; + } + else + { + listOfInstructors.clear(); + + instructorsDOM.setContent(xmlInFile.readAll()); + xmlInFile.close(); + + QDomNode allInstructorsNode = instructorsDOM.namedItem(QStringLiteral("allInstructors")); + + for(int i = 0; i < allInstructorsNode.childNodes().count(); i++) + { + QDomNode instructorNode = allInstructorsNode.childNodes().at(i); + if(instructorNode.nodeName().toLower() == QStringLiteral("instructor")) + {//Инструктор + Instructor instructor; + instructor.setName(instructorNode.toElement().attribute(QStringLiteral("name"))); + instructor.setLogin(instructorNode.toElement().attribute(QStringLiteral("login"))); + instructor.setPassword(instructorNode.toElement().attribute(QStringLiteral("password"))); + instructor.setIsAdmin(instructorNode.toElement().attribute(QStringLiteral("isAdmin")) == QStringLiteral("да") ? true : false); + instructor.setArchived(instructorNode.toElement().attribute(QStringLiteral("archived")) == QStringLiteral("да") ? true : false); + instructor.setLoggedIn(false); + + listOfInstructors.append(instructor); + } + }//for(int i = 0; i < allInstructorsNode.childNodes().count(); i++) + }//else +} + +void DataBaseInstructors::SaveInstructorsXML() +{ + QDomDocument instructorsDOM; + QFile blankFile(QStringLiteral(":/blankXML/instructors.xml")); + + if (! blankFile.open(QFile::ReadOnly | QFile::Text)) + { + QMessageBox::critical(nullptr, tr("Attention!"), tr("The file could not be read :/blankXML/instructors.xml")); + qDebug() << "SaveInstructorsXML: Не удалось считать файл :/blankXML/instructors.xml"; + return; + } + + instructorsDOM.setContent(blankFile.readAll()); + blankFile.close(); + + QDomNode allInstructorsNode = instructorsDOM.namedItem(QStringLiteral("allInstructors")); + + //Инструкторы + for(Instructor instructor : listOfInstructors) + { + QDomNode instructorNode = instructorsDOM.createElement(QStringLiteral("instructor")); + allInstructorsNode.appendChild(instructorNode); + instructorNode.toElement().setAttribute(QStringLiteral("name"), instructor.getName()); + instructorNode.toElement().setAttribute(QStringLiteral("login"), instructor.getLogin()); + instructorNode.toElement().setAttribute(QStringLiteral("password"), instructor.getPassword()); + instructorNode.toElement().setAttribute(QStringLiteral("isAdmin"), instructor.getIsAdmin() ? QStringLiteral("да") : QStringLiteral("нет")); + instructorNode.toElement().setAttribute(QStringLiteral("archived"), instructor.getArchived() ? QStringLiteral("да") : QStringLiteral("нет")); + } + + QString xmlFileName = appDirPath + QStringLiteral("/DBXML/instructors.xml"); + QFile xmlOutFile(xmlFileName); + if (!xmlOutFile.open(QFile::WriteOnly | QFile::Text)) + { + QMessageBox::critical(nullptr, tr("Attention!"), tr("Failed to write the file ") + xmlFileName); + qDebug() << QStringLiteral("SaveInstructorsXML: Не удалось записать файл ") + xmlFileName; + return; + } + QTextStream outFile(&xmlOutFile); + instructorsDOM.save(outFile, 4); + xmlOutFile.close(); +} + +void DataBaseInstructors::LoadInstructorsPSQL() +{ + listOfInstructors.clear(); + listOfInstructors = dbLMS->selectAllInstructors(); +} + +bool DataBaseInstructors::AuthorizationInstructor(QString login, QString password) +{ + //Инструкторы + for(int i = 0; i < listOfInstructors.count(); i++) + { + if(listOfInstructors[i].getArchived()) + continue; + + if(listOfInstructors[i].getLogin() == login && listOfInstructors[i].getPassword() == password) + { + listOfInstructors[i].setLoggedIn(true); + return true; + } + } + return false; +} + +bool DataBaseInstructors::deAuthorizationInstructor(QString login) +{ + //Инструкторы + for(int i = 0; i < listOfInstructors.count(); i++) + { + //if(listOfInstructors[i].getArchived()) + //continue; + + if(listOfInstructors[i].getLogin() == login) + { + listOfInstructors[i].setLoggedIn(false); + return true; + } + } + return false; +} + +Instructor DataBaseInstructors::getInstructor(QString name) +{ + //Инструкторы + for(int i = 0; i < listOfInstructors.count(); i++) + { + if(listOfInstructors[i].getName() == name) + return listOfInstructors[i]; + } + return Instructor(); +} + +QString DataBaseInstructors::getNameInstructorByLogin(QString login) +{ + for(Instructor instructor : listOfInstructors) + { + if(instructor.getLogin() == login) + return instructor.getName(); + } + return QString(QStringLiteral("")); +} + +QString DataBaseInstructors::getAuthorizedInstructorName() +{ + //Инструкторы + for(int i = 0; i < listOfInstructors.count(); i++) + { + if(listOfInstructors[i].getLoggedIn()) + return listOfInstructors[i].getName(); + } + return QStringLiteral(""); +} + +QString DataBaseInstructors::newInstructor() +{ + Instructor instructor; + instructor.setName(generateDefaultNameInstructor()); + instructor.setLogin(generateDefaultLoginInstructor()); + instructor.setPassword(QStringLiteral("")); + instructor.setIsAdmin(false); + instructor.setArchived(false); + instructor.setLoggedIn(false); + + bool result = dbLMS->insertInstructor(instructor); + + if(result) + { + listOfInstructors.append(instructor); + return instructor.getName(); + } + else + return QStringLiteral(""); +} + +void DataBaseInstructors::deleteInstructor(QString name) +{ + //Инструкторы + for(int i = 0; i < listOfInstructors.count(); i++) + { + if(listOfInstructors[i].getName() == name) + { + int id = listOfInstructors[i].getID(); + + bool result = dbLMS->deleteInstructor(id); + + if(result) + listOfInstructors.removeAt(i); + + return; + } + } +} + +void DataBaseInstructors::toArchiveInstructor(QString name) +{ + //Инструкторы + for(int i = 0; i < listOfInstructors.count(); i++) + { + if(listOfInstructors[i].getName() == name) + if(! listOfInstructors[i].getArchived()) + { + Instructor instructor = listOfInstructors[i]; + instructor.setArchived(true); + + bool result = dbLMS->updateInstructor(instructor); + + if(result) + listOfInstructors[i].setArchived(true); + } + } +} + +void DataBaseInstructors::fromeArchiveInstructor(QString name) +{ + //Инструкторы + for(int i = 0; i < listOfInstructors.count(); i++) + { + if(listOfInstructors[i].getName() == name) + if(listOfInstructors[i].getArchived()) + { + Instructor instructor = listOfInstructors[i]; + instructor.setArchived(false); + + bool result = dbLMS->updateInstructor(instructor); + + if(result) + listOfInstructors[i].setArchived(false); + } + } +} + +bool DataBaseInstructors::editInstructor(QString name, Instructor instructor) +{ + //Инструкторы + for(int i = 0; i < listOfInstructors.count(); i++) + { + if(listOfInstructors[i].getName() == name) + { + if( (!checkExistNameInstructor(instructor.getName()) || instructor.getName() == name) && + (!checkExistLoginInstructor(instructor.getLogin()) || instructor.getLogin() == listOfInstructors[i].getLogin()) ) + { + instructor.setID(listOfInstructors[i].getID()); + + bool result = dbLMS->updateInstructor(instructor); + + if(result) + { + listOfInstructors.replace(i, instructor); + return true; + } + else + return false; + } + } + } + return false; +} + +bool DataBaseInstructors::isAdmin(QString name) +{ + //Инструкторы + for(int i = 0; i < listOfInstructors.count(); i++) + { + if(listOfInstructors[i].getName() == name) + return listOfInstructors[i].getIsAdmin(); + } + return false; +} + +bool DataBaseInstructors::isArchived(QString name) +{ + //Инструкторы + for(int i = 0; i < listOfInstructors.count(); i++) + { + if(listOfInstructors[i].getName() == name) + return listOfInstructors[i].getArchived(); + } + return false; +} + +QString DataBaseInstructors::generateDefaultNameInstructor() +{ + int numInstructor = 0; + QString name; + do + { + name = QStringLiteral("<") + tr("Instructor") + QStringLiteral(" ") + QString::number(++numInstructor) + QStringLiteral(">"); + }while(checkExistNameInstructor(name)); + return name; +} + +bool DataBaseInstructors::checkExistNameInstructor(QString name) +{ + //Инструкторы + for(int i = 0; i < listOfInstructors.count(); i++) + { + if(listOfInstructors[i].getName() == name) + return true; + } + return false; +} + +QString DataBaseInstructors::generateDefaultLoginInstructor() +{ + int numInstructor = 0; + QString login; + do + { + login = QStringLiteral(""); + }while(checkExistLoginInstructor(login)); + return login; +} + +bool DataBaseInstructors::checkExistLoginInstructor(QString login) +{ + //Инструкторы + for(int i = 0; i < listOfInstructors.count(); i++) + { + if(listOfInstructors[i].getLogin() == login) + return true; + } + return false; +} diff --git a/DBXML/InstructorsAndTrainees/instructors/databaseinstructors.h b/DBXML/InstructorsAndTrainees/instructors/databaseinstructors.h new file mode 100644 index 0000000..e00f825 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/instructors/databaseinstructors.h @@ -0,0 +1,61 @@ +#ifndef DATABASEINSTRUCTORS_H +#define DATABASEINSTRUCTORS_H + +#include +#include +#include "instructorsAndTrainees_global.h" +#include "instructor.h" + +#include "databaselms.h" + + +class INSTRUCTORSANDTRAINEES_EXPORT DataBaseInstructors : QObject +{ + Q_OBJECT + +public: + DataBaseInstructors(QString appPath, DataBaseLMS* dbLMS = nullptr); + ~DataBaseInstructors(); + + void LoadInstructorsXML(); + void SaveInstructorsXML(); + + void LoadInstructorsPSQL(); + + bool AuthorizationInstructor(QString login, QString password); + bool deAuthorizationInstructor(QString login); + + QList getListInstructors(){ return listOfInstructors; } //Для загрузки + + Instructor getInstructor(QString name); + + QString getNameInstructorByLogin(QString login); + + QString getAuthorizedInstructorName(); + + QString newInstructor(); + void deleteInstructor(QString name); + void toArchiveInstructor(QString name); + void fromeArchiveInstructor(QString name); + bool editInstructor(QString name, Instructor instructor); + + bool isAdmin(QString name); + bool isArchived(QString name); + + +private: + QString generateDefaultNameInstructor(); + bool checkExistNameInstructor(QString name); + + QString generateDefaultLoginInstructor(); + bool checkExistLoginInstructor(QString login); + +private: + QList listOfInstructors; + + QString appDirPath; + + DataBaseLMS* dbLMS; +}; + +#endif // DATABASEINSTRUCTORS_H diff --git a/DBXML/InstructorsAndTrainees/instructors/dialogauthorizationinstructor.cpp b/DBXML/InstructorsAndTrainees/instructors/dialogauthorizationinstructor.cpp new file mode 100644 index 0000000..55068f2 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/instructors/dialogauthorizationinstructor.cpp @@ -0,0 +1,14 @@ +#include "dialogauthorizationinstructor.h" +#include "ui_dialogauthorizationinstructor.h" + +DialogAuthorizationInstructor::DialogAuthorizationInstructor(QWidget *parent) : + QDialog(parent), + ui(new Ui::DialogAuthorizationInstructor) +{ + ui->setupUi(this); +} + +DialogAuthorizationInstructor::~DialogAuthorizationInstructor() +{ + delete ui; +} diff --git a/DBXML/InstructorsAndTrainees/instructors/dialogauthorizationinstructor.h b/DBXML/InstructorsAndTrainees/instructors/dialogauthorizationinstructor.h new file mode 100644 index 0000000..d0fd2a1 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/instructors/dialogauthorizationinstructor.h @@ -0,0 +1,33 @@ +#ifndef DIALOGAUTHORIZATIONINSTRUCTOR_H +#define DIALOGAUTHORIZATIONINSTRUCTOR_H + +#include +#include "ui_dialogauthorizationinstructor.h" + +namespace Ui { +class DialogAuthorizationInstructor; +} + +class DialogAuthorizationInstructor : public QDialog +{ + Q_OBJECT + +public: + explicit DialogAuthorizationInstructor(QWidget *parent = nullptr); + ~DialogAuthorizationInstructor(); + + QString getLogin() + { + return ui->editLogin->text(); + } + + QString getPassword() + { + return ui->editPassword->text(); + } + +private: + Ui::DialogAuthorizationInstructor *ui; +}; + +#endif // DIALOGAUTHORIZATIONINSTRUCTOR_H diff --git a/DBXML/InstructorsAndTrainees/instructors/dialogauthorizationinstructor.ui b/DBXML/InstructorsAndTrainees/instructors/dialogauthorizationinstructor.ui new file mode 100644 index 0000000..f00754b --- /dev/null +++ b/DBXML/InstructorsAndTrainees/instructors/dialogauthorizationinstructor.ui @@ -0,0 +1,112 @@ + + + DialogAuthorizationInstructor + + + + 0 + 0 + 300 + 140 + + + + + Tahoma + + + + Instructor authorization + + + + + + + + + + Login + + + + + + + admin + + + + + + + + + + + Password + + + + + + + admin + + + + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + + + + buttonBox + accepted() + DialogAuthorizationInstructor + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + DialogAuthorizationInstructor + reject() + + + 316 + 260 + + + 286 + 274 + + + + + diff --git a/DBXML/InstructorsAndTrainees/instructors/dialogeditinstructor.cpp b/DBXML/InstructorsAndTrainees/instructors/dialogeditinstructor.cpp new file mode 100644 index 0000000..fc9fb38 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/instructors/dialogeditinstructor.cpp @@ -0,0 +1,42 @@ +#include "dialogeditinstructor.h" +#include "ui_dialogeditinstructor.h" + +DialogEditInstructor::DialogEditInstructor(QWidget *parent) : + QDialog(parent), + ui(new Ui::DialogEditInstructor) +{ + ui->setupUi(this); +} + +DialogEditInstructor::~DialogEditInstructor() +{ + delete ui; +} + +void DialogEditInstructor::setInstructor(Instructor instructor) +{ + ui->editName ->setText(instructor.getName()); + ui->editLogin->setText(instructor.getLogin()); + ui->editPassword->setText(instructor.getPassword()); + ui->checkIsAdmin->setChecked(instructor.getIsAdmin()); + ui->checkArchived->setChecked(instructor.getArchived()); + ui->checkLoggedIn->setChecked(instructor.getLoggedIn()); + + if(instructor.getIsAdmin()) + ui->editName->setEnabled(false); + else + ui->editName->setEnabled(true); +} + +Instructor DialogEditInstructor::getInstructor() +{ + Instructor instructor; + instructor.setName(ui->editName->text()); + instructor.setLogin(ui->editLogin->text()); + instructor.setPassword(ui->editPassword->text()); + instructor.setIsAdmin(ui->checkIsAdmin->isChecked()); + instructor.setArchived(ui->checkArchived->isChecked()); + instructor.setLoggedIn(ui->checkLoggedIn->isChecked()); + + return instructor; +} diff --git a/DBXML/InstructorsAndTrainees/instructors/dialogeditinstructor.h b/DBXML/InstructorsAndTrainees/instructors/dialogeditinstructor.h new file mode 100644 index 0000000..1bd3957 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/instructors/dialogeditinstructor.h @@ -0,0 +1,27 @@ +#ifndef DIALOGEDITINSTRUCTOR_H +#define DIALOGEDITINSTRUCTOR_H + +#include +#include "instructor.h" +#include "ui_dialogeditinstructor.h" + +namespace Ui { +class DialogEditInstructor; +} + +class DialogEditInstructor : public QDialog +{ + Q_OBJECT + +public: + explicit DialogEditInstructor(QWidget *parent = nullptr); + ~DialogEditInstructor(); + + void setInstructor(Instructor instructor); + Instructor getInstructor(); + +private: + Ui::DialogEditInstructor *ui; +}; + +#endif // DIALOGEDITINSTRUCTOR_H diff --git a/DBXML/InstructorsAndTrainees/instructors/dialogeditinstructor.ui b/DBXML/InstructorsAndTrainees/instructors/dialogeditinstructor.ui new file mode 100644 index 0000000..5470e6e --- /dev/null +++ b/DBXML/InstructorsAndTrainees/instructors/dialogeditinstructor.ui @@ -0,0 +1,190 @@ + + + DialogEditInstructor + + + + 0 + 0 + 300 + 286 + + + + + Tahoma + + + + Instructor + + + + + + + + + + Name + + + + + + + true + + + + + + + + + + + Login + + + + + + + + + + + + + + Password + + + + + + + + + + + + + + false + + + Administrator + + + + :/icons/admin.png + :/icons/admin.png:/icons/admin.png + + + true + + + + + + + + + + + false + + + Archived + + + + :/icons/archive.png + :/icons/archive.png:/icons/archive.png + + + true + + + + + + + + + + + false + + + Logged + + + + :/icons/circleGreen.png + :/icons/circleGreen.png:/icons/circleGreen.png + + + true + + + + + + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + + + + buttonBox + accepted() + DialogEditInstructor + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + DialogEditInstructor + reject() + + + 316 + 260 + + + 286 + 274 + + + + + diff --git a/DBXML/InstructorsAndTrainees/instructors/editorinstructors.cpp b/DBXML/InstructorsAndTrainees/instructors/editorinstructors.cpp new file mode 100644 index 0000000..ca1304a --- /dev/null +++ b/DBXML/InstructorsAndTrainees/instructors/editorinstructors.cpp @@ -0,0 +1,189 @@ +#include +#include "editorinstructors.h" +#include "dialogeditinstructor.h" +#include "ui_editorinstructors.h" + +EditorInstructors::EditorInstructors(DataBaseInstructors* db, QWidget *parent) : + //QDialog(parent), + InstructorsView(db, CommonView::TypeView::control, parent), + ui(new Ui::EditorInstructors) +{ + ui->setupUi((QDialog*)this); + + preparationTreeWidget(ui->treeWidget); + setNotLoggedInVisible(true); + loadInstructorsFromDB(); +} + +EditorInstructors::~EditorInstructors() +{ + delete ui; +} + +void EditorInstructors::on_btnNewInstructor_clicked() +{ + QString name = dbInstructors->newInstructor(); + loadInstructorsFromDB(); + setCurrentInstructor(name); +} + +void EditorInstructors::on_btnDeleteInstructor_clicked() +{ + QTreeWidgetItem *treeItemCurrent = ui->treeWidget->currentItem(); + + if(treeItemCurrent != nullptr) + { + QTreeWidgetItem *treeItemParent = treeItemCurrent->parent(); + if(treeItemParent == nullptr) + {//Выбран Инструктор + + QString name = treeItemCurrent->text(0); + + if(dbInstructors->isAdmin(name)) + {//Это Админ! + QMessageBox::critical(this, tr("Error!"), tr("You cannot delete the Administrator.")); + return; + } + + if(QMessageBox::warning(this, tr("Attention!"), tr("The deletion will be irrevocable.\nDelete it anyway?"), QMessageBox::Ok, QMessageBox::Cancel) == QMessageBox::Ok) + { + dbInstructors->deleteInstructor(name); + loadInstructorsFromDB(); + } + } + } +} + +void EditorInstructors::on_btnToOrFromArchive_clicked() +{ + QTreeWidgetItem *treeItemCurrent = ui->treeWidget->currentItem(); + + if(treeItemCurrent != nullptr) + { + QTreeWidgetItem *treeItemParent = treeItemCurrent->parent(); + if(treeItemParent == nullptr) + {//Выбран Инструктор + + QString name = treeItemCurrent->text(0); + + if(dbInstructors->isArchived(name)) + {//Архивный + dbInstructors->fromeArchiveInstructor(name); + loadInstructorsFromDB(); + setCurrentInstructor(name); + } + else + {//Не Архивный + dbInstructors->toArchiveInstructor(name); + loadInstructorsFromDB(); + if(archiveVisible) + setCurrentInstructor(name); + } + } + } +} + +void EditorInstructors::on_btnEdit_clicked() +{ + QTreeWidgetItem *treeItemCurrent = ui->treeWidget->currentItem(); + + if(treeItemCurrent == nullptr) + return; + + QTreeWidgetItem *treeItemParent = treeItemCurrent->parent(); + if(treeItemParent == nullptr) + {//Выбран Инструктор + + QString name = treeItemCurrent->text(0); + + DialogEditInstructor dlg(this); + dlg.setInstructor(dbInstructors->getInstructor(name)); + + switch( dlg.exec() ) + { + case QDialog::Accepted: + { + if(dbInstructors->editInstructor(name, dlg.getInstructor())) + { + loadInstructorsFromDB(); + setCurrentInstructor(dlg.getInstructor().getName()); + } + else + QMessageBox::critical(this, tr("Editing error!"), + tr("An existing instructor name or login has been entered.\nThe changes will not be accepted.")); + break; + } + case QDialog::Rejected: + break; + default: + break; + } + } +} + +void EditorInstructors::on_btnArchive_clicked() +{ + bool state = ui->btnArchive->isChecked(); + setArchiveVisible(state); + loadInstructorsFromDB(); +} + +void EditorInstructors::on_treeWidget_currentItemChanged(QTreeWidgetItem *current, QTreeWidgetItem *previous) +{ + //Определяем доступность и функционал кнопок для выбранного элемента + + if(current == nullptr) + return; + + QTreeWidgetItem *treeItemParent = current->parent(); + if(treeItemParent == nullptr) + {//Выбран инструктор + + QString name = current->text(0); + + if(dbInstructors->isArchived(name)) + {//Архивный + ui->btnToOrFromArchive->setText(tr("From archive")); + ui->btnToOrFromArchive->setIcon(QIcon(QStringLiteral(":/icons/instructorFromArchive.png"))); + } + else + {//Не Архивный + ui->btnToOrFromArchive->setText(tr("To archive")); + ui->btnToOrFromArchive->setIcon(QIcon(QStringLiteral(":/icons/instructorArchive.png"))); + } + + ui->btnNewInstructor->setEnabled(true); + + if(dbInstructors->isAdmin(name)) + {//Это Админ! Удалять/Архивировать нельзя! + ui->btnDeleteInstructor->setEnabled(false); + ui->btnToOrFromArchive->setEnabled(false); + } + else + { + ui->btnToOrFromArchive->setEnabled(true); + + if(dbInstructors->isArchived(name)) + ui->btnDeleteInstructor->setEnabled(true); + else + ui->btnDeleteInstructor->setEnabled(false); + } + + ui->btnEdit->setEnabled(true); + ui->btnArchive->setEnabled(true); + } +} + +void EditorInstructors::setCurrentInstructor(QString name) +{ + for(int i = 0; i < treeWidget->topLevelItemCount(); i++) + { + QTreeWidgetItem * item = treeWidget->topLevelItem(i); + if(item != nullptr) + if(item->text(0) == name) + { + treeWidget->setCurrentItem(item); + break; + } + } +} diff --git a/DBXML/InstructorsAndTrainees/instructors/editorinstructors.h b/DBXML/InstructorsAndTrainees/instructors/editorinstructors.h new file mode 100644 index 0000000..8369270 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/instructors/editorinstructors.h @@ -0,0 +1,38 @@ +#ifndef DIALOGINSTRUCTORS_H +#define DIALOGINSTRUCTORS_H + +#include +#include +#include "databaseinstructors.h" +#include "instructorsview.h" + +namespace Ui { +class EditorInstructors; +} + +//Диалог для просмотра и управления БД Инструкторов + +class EditorInstructors : /*public QDialog,*/ public InstructorsView +{ + Q_OBJECT + +public: + explicit EditorInstructors(DataBaseInstructors* db, QWidget *parent = nullptr); + ~EditorInstructors(); + +private Q_SLOTS: + void on_btnNewInstructor_clicked(); + void on_btnDeleteInstructor_clicked(); + void on_btnToOrFromArchive_clicked(); + void on_btnEdit_clicked(); + void on_btnArchive_clicked(); + void on_treeWidget_currentItemChanged(QTreeWidgetItem *current, QTreeWidgetItem *previous); + +private: + void setCurrentInstructor(QString name); + +private: + Ui::EditorInstructors *ui; +}; + +#endif // DIALOGINSTRUCTORS_H diff --git a/DBXML/InstructorsAndTrainees/instructors/editorinstructors.ui b/DBXML/InstructorsAndTrainees/instructors/editorinstructors.ui new file mode 100644 index 0000000..bafe1dd --- /dev/null +++ b/DBXML/InstructorsAndTrainees/instructors/editorinstructors.ui @@ -0,0 +1,299 @@ + + + EditorInstructors + + + + 0 + 0 + 1300 + 800 + + + + List instructors + + + + + + + 12 + + + + background-color: rgb(240, 240, 240); + + + + + + + + + + + Tahoma + 10 + + + + + 20 + 20 + + + + 1 + + + + 1 + + + + + + + + + + + 0 + 0 + + + + + 127 + 0 + + + + + Tahoma + + + + background-color: rgb(180, 180, 180); + + + + + + + + + 0 + 0 + + + + + 160 + 55 + + + + + Tahoma + 10 + + + + New instructor + + + + :/icons/addInstructor.png:/icons/addInstructor.png + + + + 32 + 32 + + + + Qt::ToolButtonTextUnderIcon + + + + + + + + 0 + 0 + + + + + 160 + 55 + + + + + Tahoma + 10 + + + + Delete instructor + + + + :/icons/deleteInstructor.png:/icons/deleteInstructor.png + + + + 32 + 32 + + + + Qt::ToolButtonTextUnderIcon + + + + + + + + 160 + 55 + + + + + Tahoma + 10 + + + + To archive + + + + :/icons/instructorArchive.png:/icons/instructorArchive.png + + + + 32 + 32 + + + + Qt::ToolButtonTextUnderIcon + + + + + + + + 0 + 0 + + + + + 160 + 55 + + + + + Tahoma + 10 + + + + Edit + + + + :/icons/edit.png:/icons/edit.png + + + + 32 + 32 + + + + Qt::ToolButtonTextUnderIcon + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + 0 + 0 + + + + + 160 + 55 + + + + + Tahoma + 10 + + + + Show archive + + + + :/icons/archive.png:/icons/archive.png + + + + 32 + 32 + + + + true + + + Qt::ToolButtonTextUnderIcon + + + + + + + + + + + + + + + + + + + + diff --git a/DBXML/InstructorsAndTrainees/instructors/instructorsview.cpp b/DBXML/InstructorsAndTrainees/instructors/instructorsview.cpp new file mode 100644 index 0000000..5de26ed --- /dev/null +++ b/DBXML/InstructorsAndTrainees/instructors/instructorsview.cpp @@ -0,0 +1,125 @@ +#include +#include +#include "instructorsview.h" + +InstructorsView::InstructorsView(DataBaseInstructors* db, TypeView type, QWidget *parent): + CommonView(type, parent), + dbInstructors(db) +{ + +} + +void InstructorsView::preparationTreeWidget(QTreeWidget* tree) +{ + treeWidget = tree; + + if(treeWidget == nullptr) + return; + + treeWidget->setColumnCount(6); + + reSetHeadTreeWidget(); + + treeWidget->header()->setStyleSheet(QStringLiteral("font-size: 12pt;")); + + treeWidget->setColumnWidth(0, 200); + treeWidget->setColumnWidth(1, 130); + treeWidget->setColumnWidth(2, 130); + treeWidget->setColumnWidth(3, 130); + treeWidget->setColumnWidth(4, 130); + treeWidget->setColumnWidth(5, 130); + + if(typeView == TypeView::onlyView) + {//onlyView + treeWidget->setColumnHidden(1, true); + treeWidget->setColumnHidden(2, true); + treeWidget->setColumnHidden(4, true); + } + else + {//control + treeWidget->setColumnHidden(4, true); + } +} + +void InstructorsView::loadInstructorsFromDB() +{ + if(treeWidget == nullptr) + return; + + //Обновление дерева + treeWidget->clear(); + + //Инструкторы + QList listInstructors; + listInstructors = dbInstructors->getListInstructors(); + for(Instructor instructor : listInstructors) + { + QTreeWidgetItem *ItemInstructor = new QTreeWidgetItem(treeWidget); + + ItemInstructor->setText(0, instructor.getName()); + ItemInstructor->setText(1, instructor.getLogin()); + ItemInstructor->setText(2, instructor.getPassword()); + + if(instructor.getArchived()) + {//Архивный + ItemInstructor->setText(4, tr("yes")); + ItemInstructor->setIcon(0, QIcon(QStringLiteral(":/icons/instructorArchive.png"))); + setItemColorArchive(ItemInstructor); + } + else + {//Не Архивный + ItemInstructor->setText(4, tr("no")); + ItemInstructor->setIcon(0, QIcon(QStringLiteral(":/icons/instructor.png"))); + setItemColorNoArchive(ItemInstructor); + } + + if(instructor.getIsAdmin()) + {//Админ + ItemInstructor->setText(3, tr("yes")); + ItemInstructor->setIcon(0, QIcon(QStringLiteral(":/icons/admin.png"))); + } + else + {//Не Админ + ItemInstructor->setText(3, tr("no")); + } + + if(instructor.getLoggedIn()) + {//Залогинен + ItemInstructor->setText(5, tr("yes")); + ItemInstructor->setIcon(5, QIcon(QStringLiteral(":/icons/circleGreen.png"))); + } + else + {//Не Залогинен + ItemInstructor->setText(5, tr("no")); + ItemInstructor->setIcon(5, QIcon(QStringLiteral(":/icons/circleGray.png"))); + } + + //Скрываем архивных (при необходимости) + if(instructor.getArchived()) + if(!archiveVisible) + ItemInstructor->setHidden(true); + + //Скрываем незалогиненых (при необходимости) + if(! instructor.getLoggedIn()) + if(! notLoggedInVisible) + ItemInstructor->setHidden(true); + } + + treeWidget->setSortingEnabled(true); + treeWidget->sortItems(0, Qt::SortOrder::AscendingOrder); + treeWidget->expandAll(); + + if(typeView == TypeView::control) + { + QTreeWidgetItem * item = treeWidget->topLevelItem(0); + if(item != nullptr) + treeWidget->setCurrentItem(item); + } +} + +void InstructorsView::reSetHeadTreeWidget() +{ + QStringList listHeaders = {tr("Instructor"), tr("Login"), tr("Password"), tr("Administrator"), tr("Archived"), tr("Logged")}; + treeWidget->setHeaderLabels(listHeaders); +} + diff --git a/DBXML/InstructorsAndTrainees/instructors/instructorsview.h b/DBXML/InstructorsAndTrainees/instructors/instructorsview.h new file mode 100644 index 0000000..a47f22f --- /dev/null +++ b/DBXML/InstructorsAndTrainees/instructors/instructorsview.h @@ -0,0 +1,27 @@ +#ifndef INSTRUCTORSVIEW_H +#define INSTRUCTORSVIEW_H + +#include "instructorsAndTrainees_global.h" +#include "databaseinstructors.h" +#include "commonview.h" + +//Родительский класс представления БД Инструкторов (для просмотра и управления) + +class INSTRUCTORSANDTRAINEES_EXPORT InstructorsView: public CommonView +{ + Q_OBJECT + +public: + InstructorsView(DataBaseInstructors* db, TypeView type, QWidget *parent = nullptr); + +protected: + void preparationTreeWidget(QTreeWidget* tree); + void loadInstructorsFromDB(); + + void reSetHeadTreeWidget(); + +protected: + DataBaseInstructors* dbInstructors; +}; + +#endif // INSTRUCTORSVIEW_H diff --git a/DBXML/InstructorsAndTrainees/instructors/viewerinstructors.cpp b/DBXML/InstructorsAndTrainees/instructors/viewerinstructors.cpp new file mode 100644 index 0000000..df264e2 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/instructors/viewerinstructors.cpp @@ -0,0 +1,47 @@ +#include "viewerinstructors.h" +#include "ui_viewerinstructors.h" + +ViewerInstructors::ViewerInstructors(DataBaseInstructors* db, QWidget *parent) : + //QWidget(parent), + InstructorsView(db, CommonView::TypeView::onlyView, parent), + ui(new Ui::ViewerInstructors) +{ + ui->setupUi(this); + + // Сделаем первоначальную инициализацию перевода для окна виджета + qtLanguageTranslator.load(QString(QStringLiteral("translations/InstructorsAndTrainees_")) + QString(QStringLiteral("ru_RU")), QStringLiteral(".")); + qApp->installTranslator(&qtLanguageTranslator); + + preparationTreeWidget(ui->treeWidget); + setNotLoggedInVisible(true); + loadInstructorsFromDB(); +} + +ViewerInstructors::~ViewerInstructors() +{ + delete ui; +} + +void ViewerInstructors::setFilterInstructorLoggedIn(bool enabled) +{ + setNotLoggedInVisible(!enabled); + loadInstructorsFromDB(); +} + +void ViewerInstructors::changeEvent(QEvent *event) +{ + // В случае получения события изменения языка приложения + if (event->type() == QEvent::LanguageChange) + { + ui->retranslateUi(this); // переведём окно заново + + reSetHeadTreeWidget(); + loadInstructorsFromDB(); + } +} + +void ViewerInstructors::slot_LanguageChanged(QString language) +{ + qtLanguageTranslator.load(QString(QStringLiteral("translations/InstructorsAndTrainees_")) + language, QStringLiteral(".")); + qApp->installTranslator(&qtLanguageTranslator); +} diff --git a/DBXML/InstructorsAndTrainees/instructors/viewerinstructors.h b/DBXML/InstructorsAndTrainees/instructors/viewerinstructors.h new file mode 100644 index 0000000..238dadc --- /dev/null +++ b/DBXML/InstructorsAndTrainees/instructors/viewerinstructors.h @@ -0,0 +1,44 @@ +#ifndef INSTRUCTORSWIDGET_H +#define INSTRUCTORSWIDGET_H + +#include +#include "instructorsAndTrainees_global.h" +#include "databaseinstructors.h" +#include "instructorsview.h" + +namespace Ui { +class ViewerInstructors; +} + +//Виджет только для просмотра БД Инструкторов + +class INSTRUCTORSANDTRAINEES_EXPORT ViewerInstructors : /*public QWidget,*/ public InstructorsView +{ + Q_OBJECT + +public: + explicit ViewerInstructors(DataBaseInstructors* db, QWidget *parent = nullptr); + ~ViewerInstructors(); + +protected: + // Метод получения событий + // В нём будет производиться проверка события смены перевода приложения + void changeEvent(QEvent * event) override; + +public Q_SLOTS: + void slot_LanguageChanged(QString language); + +public: + + void updateInstructors() + { + loadInstructorsFromDB(); + } + + void setFilterInstructorLoggedIn( bool enabled ); + +private: + Ui::ViewerInstructors *ui; +}; + +#endif // INSTRUCTORSWIDGET_H diff --git a/DBXML/InstructorsAndTrainees/instructors/viewerinstructors.ui b/DBXML/InstructorsAndTrainees/instructors/viewerinstructors.ui new file mode 100644 index 0000000..bbe2022 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/instructors/viewerinstructors.ui @@ -0,0 +1,47 @@ + + + ViewerInstructors + + + + 0 + 0 + 400 + 300 + + + + + Tahoma + + + + Instructors + + + + + + + Tahoma + 10 + + + + + 20 + 20 + + + + + 1 + + + + + + + + + diff --git a/DBXML/InstructorsAndTrainees/instructorsAndTrainees.cpp b/DBXML/InstructorsAndTrainees/instructorsAndTrainees.cpp new file mode 100644 index 0000000..0ce6740 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/instructorsAndTrainees.cpp @@ -0,0 +1,107 @@ +#include +#include +#include "instructorsAndTrainees.h" +#include "editortrainees.h" +#include "editorinstructors.h" +#include "dialogauthorizationinstructor.h" + +InstructorsAndTrainees::InstructorsAndTrainees(QString appPath): + dbLMS(new DataBaseLMS()), + dataBaseTrainees(new DataBaseTrainees(appPath, dbLMS)), + dataBaseInstructors(new DataBaseInstructors(appPath, dbLMS)), + appFilePath(appPath) +{ + +} + +InstructorsAndTrainees::~InstructorsAndTrainees() +{ + delete dataBaseTrainees; + delete dataBaseInstructors; + delete dbLMS; +} + +void InstructorsAndTrainees::EditTrainees(QWidget* parent) +{ + EditorTrainees editorTraineesGroups(dataBaseTrainees, &computersLocations, parent); + //dlg.setWindowTitle(tr("List trainees")); + //dlg.exec(); + //dlg.show(); + QDialog* dialog = new QDialog(parent); + QHBoxLayout *layout = new QHBoxLayout(dialog); + layout->addWidget(&editorTraineesGroups); + dialog->setWindowTitle(tr("List trainees")); + dialog->setMinimumSize(1400, 800); + dialog->exec(); + + if(dbLMS == nullptr) + dataBaseTrainees->SaveTraineesGroupsXML(); + else + dataBaseTrainees->LoadTraineesGroupsPSQL(); +} + +void InstructorsAndTrainees::EditInstructors(QWidget *parent) +{ + EditorInstructors editorInstructors(dataBaseInstructors, parent); + //dlg.setWindowTitle(tr("List instructors")); + //dlg.exec(); + //dlg.show(); + QDialog* dialog = new QDialog(parent); + QHBoxLayout *layout = new QHBoxLayout(dialog); + layout->addWidget(&editorInstructors); + dialog->setWindowTitle(tr("List instructors")); + dialog->setMinimumSize(1400, 800); + dialog->exec(); + + if(dbLMS == nullptr) + dataBaseInstructors->SaveInstructorsXML(); + else + dataBaseInstructors->LoadInstructorsPSQL(); +} + +bool InstructorsAndTrainees::authorizationInstructor(QWidget* parent) +{ + DialogAuthorizationInstructor dlg(parent); + dlg.setWindowTitle(tr("Instructor authorithation")); + + switch( dlg.exec() ) + { + case QDialog::Accepted: + { + qDebug() << "Accepted"; + + QString login = dlg.getLogin(); + QString password = dlg.getPassword(); + + return dataBaseInstructors->AuthorizationInstructor(login, password); + //break; + } + case QDialog::Rejected: + qDebug() << "Rejected"; + break; + default: + qDebug() << "Unexpected"; + } + + return false; +} + +bool InstructorsAndTrainees::authorizationTrainee(QString login, QString password, QString learnClass = QStringLiteral(""), QString computer = QStringLiteral("")) +{ + return dataBaseTrainees->AuthorizationTrainee(login, password, learnClass, computer); +} + +bool InstructorsAndTrainees::deAuthorizationTrainee(QString login) +{ + return dataBaseTrainees->deAuthorizationTrainee(login); +} + +bool InstructorsAndTrainees::authorizationInstructor(QString login, QString password) +{ + return dataBaseInstructors->AuthorizationInstructor(login, password); +} + +bool InstructorsAndTrainees::deAuthorizationInstructor(QString login) +{ + return dataBaseInstructors->deAuthorizationInstructor(login); +} diff --git a/DBXML/InstructorsAndTrainees/instructorsAndTrainees.h b/DBXML/InstructorsAndTrainees/instructorsAndTrainees.h new file mode 100644 index 0000000..d2b9d5f --- /dev/null +++ b/DBXML/InstructorsAndTrainees/instructorsAndTrainees.h @@ -0,0 +1,63 @@ +#ifndef INSTRUCTORSANDTRAINEES_H +#define INSTRUCTORSANDTRAINEES_H + +#include "databaselms.h" + +#include "instructorsAndTrainees_global.h" +#include "computersLocations.h" +#include "databasetrainees.h" +#include "databaseinstructors.h" +#include + +class INSTRUCTORSANDTRAINEES_EXPORT InstructorsAndTrainees : QObject +{ + Q_OBJECT + +public: + InstructorsAndTrainees(QString appPath); + ~InstructorsAndTrainees(); + + void EditTrainees(QWidget* parent = nullptr); + + void EditInstructors(QWidget* parent = nullptr); + + void addComputer(QString computer, QString location) + { + computersLocations.addComputer(computer, location); + } + + DataBaseTrainees* getDataBaseTrainees() + { + return dataBaseTrainees; + } + + DataBaseInstructors* getDataBaseInstructors() + { + return dataBaseInstructors; + } + + //Авторизация инструктора локальная + bool authorizationInstructor(QWidget* parent = nullptr); + + //Авторизация обучаемого на клиенте + bool authorizationTrainee(QString login, QString password, QString learnClass, QString computer); + bool deAuthorizationTrainee(QString login); + + //Авторизация инструктора на клиенте + bool authorizationInstructor(QString login, QString password); + bool deAuthorizationInstructor(QString login); + +private: + + ComputersLocations computersLocations; //Компьютеры и их размещение по классам + + DataBaseLMS* dbLMS; + + DataBaseTrainees* dataBaseTrainees; + + DataBaseInstructors* dataBaseInstructors; + + QString appFilePath; +}; + +#endif // INSTRUCTORSANDTRAINEES_H diff --git a/DBXML/InstructorsAndTrainees/instructorsAndTrainees_global.h b/DBXML/InstructorsAndTrainees/instructorsAndTrainees_global.h new file mode 100644 index 0000000..1fb1364 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/instructorsAndTrainees_global.h @@ -0,0 +1,12 @@ +#ifndef INSTRUCTORSANDTRAINEES_GLOBAL_H +#define INSTRUCTORSANDTRAINEES_GLOBAL_H + +#include + +#if defined(INSTRUCTORSANDTRAINEES_LIBRARY) +# define INSTRUCTORSANDTRAINEES_EXPORT Q_DECL_EXPORT +#else +# define INSTRUCTORSANDTRAINEES_EXPORT Q_DECL_IMPORT +#endif + +#endif // INSTRUCTORSANDTRAINEES_GLOBAL_H diff --git a/DBXML/InstructorsAndTrainees/resources.qrc b/DBXML/InstructorsAndTrainees/resources.qrc new file mode 100644 index 0000000..1c3dbf4 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/resources.qrc @@ -0,0 +1,25 @@ + + + icons/addTrainee.png + icons/deleteGroup.png + icons/deleteTrainee.png + icons/edit.png + icons/group.png + icons/newGroup.png + icons/trainee.png + icons/archive.png + icons/traineeArchive.png + icons/circleGray.png + icons/circleGreen.png + icons/instructor.png + icons/instructorArchive.png + icons/addInstructor.png + icons/deleteInstructor.png + blankXML/groupsTrainees.xml + blankXML/instructors.xml + icons/instructorAdmin.png + icons/instructorFromArchive.png + icons/traineeFromArchive.png + icons/admin.png + + diff --git a/DBXML/InstructorsAndTrainees/tasks/taskswidget.cpp b/DBXML/InstructorsAndTrainees/tasks/taskswidget.cpp new file mode 100644 index 0000000..2c7c9b4 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/tasks/taskswidget.cpp @@ -0,0 +1,45 @@ +#include "taskswidget.h" +#include "ui_taskswidget.h" + +TasksWidget::TasksWidget(DataBaseTrainees* db, QWidget *parent) : + QWidget(parent), + ui(new Ui::TasksWidget), + pDbTrainees(db) +{ + ui->setupUi(this); +} + +TasksWidget::~TasksWidget() +{ + delete ui; +} + +void TasksWidget::slot_traineeSelected(QString login) +{ + viewListTasksForTrainee(login); +} + +void TasksWidget::slot_LanguageChanged(QString language) +{ + qtLanguageTranslator.load(QString(QStringLiteral("translations/InstructorsAndTrainees_")) + language, QStringLiteral(".")); + qApp->installTranslator(&qtLanguageTranslator); +} + +void TasksWidget::viewListTasksForTrainee(QString login) +{ + QStringList listTasks; + + listTasks = pDbTrainees->getWhatItDoes(login); + + ui->listWidgetTasks->clear(); + ui->listWidgetTasks->addItems(listTasks); +} + +void TasksWidget::changeEvent(QEvent *event) +{ + // В случае получения события изменения языка приложения + if (event->type() == QEvent::LanguageChange) + { + ui->retranslateUi(this); // переведём окно заново + } +} diff --git a/DBXML/InstructorsAndTrainees/tasks/taskswidget.h b/DBXML/InstructorsAndTrainees/tasks/taskswidget.h new file mode 100644 index 0000000..c5213e9 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/tasks/taskswidget.h @@ -0,0 +1,41 @@ +#ifndef TASKSWIDGET_H +#define TASKSWIDGET_H + +#include +#include +#include "instructorsAndTrainees_global.h" +#include "databasetrainees.h" + +namespace Ui { +class TasksWidget; +} + +class INSTRUCTORSANDTRAINEES_EXPORT TasksWidget : public QWidget +{ + Q_OBJECT + +public: + explicit TasksWidget(DataBaseTrainees* db, QWidget *parent = nullptr); + ~TasksWidget(); + +protected: + // Метод получения событий + // В нём будет производиться проверка события смены перевода приложения + void changeEvent(QEvent * event) override; + +public Q_SLOTS: + //слот обработки сигнала о выборе обучаемого + void slot_traineeSelected(QString login); + void slot_LanguageChanged(QString language); + +private: + void viewListTasksForTrainee(QString login); + +private: + Ui::TasksWidget *ui; + QTranslator qtLanguageTranslator; + + DataBaseTrainees* pDbTrainees; +}; + +#endif // TASKSWIDGET_H diff --git a/DBXML/InstructorsAndTrainees/tasks/taskswidget.ui b/DBXML/InstructorsAndTrainees/tasks/taskswidget.ui new file mode 100644 index 0000000..526413b --- /dev/null +++ b/DBXML/InstructorsAndTrainees/tasks/taskswidget.ui @@ -0,0 +1,41 @@ + + + TasksWidget + + + + 0 + 0 + 400 + 300 + + + + Task manager + + + + + + + + Task manager + + + + + + + + + + + + + + + + + + + diff --git a/DBXML/InstructorsAndTrainees/trainees/computersLocations.cpp b/DBXML/InstructorsAndTrainees/trainees/computersLocations.cpp new file mode 100644 index 0000000..9577cb8 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/trainees/computersLocations.cpp @@ -0,0 +1,45 @@ +#include "computersLocations.h" + +ComputersLocations::ComputersLocations(): + locations(), + computers(), + listComputerInLocation() +{ + +} + +void ComputersLocations::addComputer(QString computer, QString location) +{ + if(!computers.contains(computer)) + { + computers.append(computer); + if(!locations.contains(location)) + locations.append(location); + + computerInLocation comp = {computer, location}; + listComputerInLocation.append(comp); + } +} + +QString ComputersLocations::getLocationOfComputer(QString computer) +{ + for(computerInLocation compInLoc : listComputerInLocation) + { + if(computer == compInLoc.computer) + return compInLoc.location; + } + return QString(QStringLiteral("")); +} + +QStringList ComputersLocations::getAllComputersOfLocation(QString location) +{ + QStringList list; + + for(computerInLocation compInLoc : listComputerInLocation) + { + if(location == compInLoc.location) + list.append(compInLoc.computer); + } + + return list; +} diff --git a/DBXML/InstructorsAndTrainees/trainees/computersLocations.h b/DBXML/InstructorsAndTrainees/trainees/computersLocations.h new file mode 100644 index 0000000..84f1465 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/trainees/computersLocations.h @@ -0,0 +1,46 @@ +#ifndef COMPUTERSLOCATIONS_H +#define COMPUTERSLOCATIONS_H + +#include +#include "instructorsAndTrainees_global.h" + +class INSTRUCTORSANDTRAINEES_EXPORT ComputersLocations +{ +public: + ComputersLocations(); + + struct computerInLocation + { + QString computer; + QString location; + }; + + void clear() + { + listComputerInLocation.clear(); + locations.clear(); + computers.clear(); + } + + void addComputer(QString computer, QString location); + + QStringList getAllLocations() + { + return locations; + } + + QStringList getAllComputers() + { + return computers; + } + + QString getLocationOfComputer(QString computer); + QStringList getAllComputersOfLocation(QString location); + +private: + QStringList locations; + QStringList computers; + QList listComputerInLocation; +}; + +#endif // COMPUTERSLOCATIONS_H diff --git a/DBXML/InstructorsAndTrainees/trainees/databasetrainees.cpp b/DBXML/InstructorsAndTrainees/trainees/databasetrainees.cpp new file mode 100644 index 0000000..08325aa --- /dev/null +++ b/DBXML/InstructorsAndTrainees/trainees/databasetrainees.cpp @@ -0,0 +1,587 @@ +#include "databasetrainees.h" +#include +#include +#include + +DataBaseTrainees::DataBaseTrainees(QString appPath, DataBaseLMS* dbLMS) +{ + listOfColorGroup.append(QColor(170, 190, 170)); + listOfColorGroup.append(QColor(180, 180, 220)); + listOfColorGroup.append(QColor(240, 220, 230)); + listOfColorGroup.append(QColor(85, 170, 127)); + listOfColorGroup.append(QColor(170, 115, 120)); + listOfColorGroup.append(QColor(110, 160, 170)); + listOfColorGroup.append(QColor(110, 170, 130)); + listOfColorGroup.append(QColor(170, 170, 120)); + listOfColorGroup.append(QColor(160, 170, 45)); + listOfColorGroup.append(QColor(170, 140, 60)); + listOfColorGroup.append(QColor(200, 200, 200)); + + appDirPath = appPath; + + this->dbLMS = dbLMS; + + if(this->dbLMS != nullptr) + LoadTraineesGroupsPSQL(); + else + LoadTraineesGroupsXML(); +} + +DataBaseTrainees::~DataBaseTrainees() +{ + if(dbLMS == nullptr) + SaveTraineesGroupsXML(); +} + +void DataBaseTrainees::LoadTraineesGroupsXML() +{ + QDomDocument groupsTraineesDOM; + QString xmlFileName = appDirPath + QStringLiteral("/DBXML/groupsTrainees.xml"); + QFile xmlInFile(xmlFileName); + if (!xmlInFile.open(QFile::ReadOnly | QFile::Text)) + { + qDebug() << QStringLiteral("LoadTraineesGroupsXML: Не удалось открыть файл ") + xmlFileName; + return; + } + else + { + listOfTrainees.clear(); + listOfGroups.clear(); + + groupsTraineesDOM.setContent(xmlInFile.readAll()); + xmlInFile.close(); + + QDomNode groupsTraineesNode = groupsTraineesDOM.namedItem(QStringLiteral("groupsTrainees")); + + for(int i = 0; i < groupsTraineesNode.childNodes().count(); i++) + { + QDomNode groupNode = groupsTraineesNode.childNodes().at(i); + if(groupNode.nodeName().toLower() == QStringLiteral("group")) + {//Группа + + Group group; + group.setName(groupNode.toElement().attribute(QStringLiteral("name"))); + group.setColor((Group::ColorGroup)(groupNode.toElement().attribute(QStringLiteral("color")).toInt())); + listOfGroups.append(group); + + for(int j = 0; j < groupNode.childNodes().count(); j++) + { + QDomNode traineeNode = groupNode.childNodes().at(j); + if(traineeNode.nodeName().toLower() == QStringLiteral("trainee")) + {//Обучаемый + + Trainee trainee; + + trainee.setGroup(group.getName()); + + trainee.setName(traineeNode.toElement().attribute(QStringLiteral("name"))); + trainee.setLogin(traineeNode.toElement().attribute(QStringLiteral("login"))); + trainee.setPassword(traineeNode.toElement().attribute(QStringLiteral("password"))); + trainee.setArchived(traineeNode.toElement().attribute(QStringLiteral("archived")) == QStringLiteral("да") ? true : false); + trainee.setWhatItDoes(traineeNode.toElement().attribute(QStringLiteral("whatItDoes"))); + + trainee.setLoggedIn(false); + trainee.setLearnClass(QStringLiteral("")); + trainee.setComputer(QStringLiteral("")); + + listOfTrainees.append(trainee); + } + } + } + }//for(int i = 0; i < groupsTraineesNode.childNodes().count(); i++) + }//else +} + +void DataBaseTrainees::SaveTraineesGroupsXML() +{ + QDomDocument groupsTraineesDOM; + QFile blankFile(QStringLiteral(":/blankXML/groupsTrainees.xml")); + + if (! blankFile.open(QFile::ReadOnly | QFile::Text)) { + qDebug() << "SaveTraineesGroupsXML: Не удалось считать файл :/blankXML/groupsTrainees.xml"; + return; + } + + groupsTraineesDOM.setContent(blankFile.readAll()); + blankFile.close(); + + QDomNode groupsTraineesNode = groupsTraineesDOM.namedItem(QStringLiteral("groupsTrainees")); + + for(Group group : listOfGroups) + { + //Группа + QDomNode groupNode = groupsTraineesDOM.createElement(QStringLiteral("group")); + groupsTraineesNode.appendChild(groupNode); + groupNode.toElement().setAttribute(QStringLiteral("name"), group.getName()); + groupNode.toElement().setAttribute(QStringLiteral("color"), QString::number((int)group.getColor())); + + //Обучаемые + QList listTrainees; + listTrainees = getListTraineesInGroup(group.getName()); + for(Trainee trainee : listTrainees) + { + QDomNode traineeNode = groupsTraineesDOM.createElement(QStringLiteral("trainee")); + groupNode.appendChild(traineeNode); + traineeNode.toElement().setAttribute(QStringLiteral("name"), trainee.getName()); + traineeNode.toElement().setAttribute(QStringLiteral("login"), trainee.getLogin()); + traineeNode.toElement().setAttribute(QStringLiteral("password"), trainee.getPassword()); + traineeNode.toElement().setAttribute(QStringLiteral("archived"), trainee.getArchived() ? QStringLiteral("да") : QStringLiteral("нет")); + traineeNode.toElement().setAttribute(QStringLiteral("whatItDoes"), trainee.getWhatItDoes()); + } + } + + QString xmlFileName = appDirPath + QStringLiteral("/DBXML/groupsTrainees.xml"); + QFile xmlOutFile(xmlFileName); + if (!xmlOutFile.open(QFile::WriteOnly | QFile::Text)) + { + qDebug() << QStringLiteral("SaveTraineesGroupsXML: Не удалось записать файл ") + xmlFileName; + return; + } + QTextStream outFile(&xmlOutFile); + groupsTraineesDOM.save(outFile, 4); + xmlOutFile.close(); +} + +void DataBaseTrainees::LoadTraineesGroupsPSQL() +{ + listOfTrainees.clear(); + listOfGroups.clear(); + + listOfTrainees = dbLMS->selectAllTrainees(); + listOfGroups = dbLMS->selectAllGroups(); +} + +bool DataBaseTrainees::AuthorizationTrainee(QString login, QString password, QString learnClass, QString computer) +{ + //Обучаемые + for(int i = 0; i < listOfTrainees.count(); i++) + { + if(listOfTrainees[i].getArchived()) + continue; + + if(listOfTrainees[i].getLogin() == login && listOfTrainees[i].getPassword() == password) + { + listOfTrainees[i].setLoggedIn(true); + listOfTrainees[i].setLearnClass(learnClass); + listOfTrainees[i].setComputer(computer); + return true; + } + } + return false; +} + +bool DataBaseTrainees::deAuthorizationTrainee(QString login) +{ + //Обучаемые + for(int i = 0; i < listOfTrainees.count(); i++) + { + //if(listOfTrainees[i].getArchived()) + //continue; + + if(listOfTrainees[i].getLogin() == login) + { + listOfTrainees[i].setLoggedIn(false); + listOfTrainees[i].setLearnClass(QStringLiteral("")); + listOfTrainees[i].setComputer(QStringLiteral("")); + return true; + } + } + return false; +} + +void DataBaseTrainees::setWhatItDoes(QString login, QString whatItDoes) +{ + //Обучаемые + for(int i = 0; i < listOfTrainees.count(); i++) + { + if(listOfTrainees[i].getLogin() == login) + listOfTrainees[i].setWhatItDoes(whatItDoes); + } +} + +QStringList DataBaseTrainees::getWhatItDoes(QString login) +{ + QString whatItDoes = QStringLiteral(""); + + //Обучаемые + for(int i = 0; i < listOfTrainees.count(); i++) + { + if(listOfTrainees[i].getLogin() == login) + whatItDoes = listOfTrainees[i].getWhatItDoes(); + } + + return whatItDoes.split(QStringLiteral(";")); +} + +QString DataBaseTrainees::getNameTraineeOnComputer(QString computer) +{ + for(Trainee trainee : listOfTrainees) + { + if(trainee.getComputer() == computer) + return trainee.getName(); + } + return QString(QStringLiteral("")); +} + +Trainee DataBaseTrainees::getTraineeOnComputer(QString computer) +{ + for(Trainee trainee : listOfTrainees) + { + if(trainee.getComputer() == computer) + return trainee; + } + return Trainee(); +} + +QString DataBaseTrainees::getNameTraineeByLogin(QString login) +{ + for(Trainee trainee : listOfTrainees) + { + if(trainee.getLogin() == login) + return trainee.getName(); + } + return QString(QStringLiteral("")); +} + +QColor DataBaseTrainees::getColorGroupByLogin(QString login) +{ + QString nameTrainee = getNameTraineeByLogin(login); + Trainee trainee = getTrainee(nameTrainee); + QString nameGroup = trainee.getGroup(); + Group group = getGroup(nameGroup); + return getColorGroup(group.getColor()); +} + +QList DataBaseTrainees::getListTraineesInGroup(QString nameGroup) +{ + QList listTrainees; + + for(Trainee trainee : listOfTrainees) + { + if(trainee.getGroup() == nameGroup) + listTrainees.append(trainee); + } + + return listTrainees; +} + +QList DataBaseTrainees::getListGroups() +{ + return listOfGroups; +} + +QColor DataBaseTrainees::getColorGroup(Group::ColorGroup numColor) +{ + if(numColor > listOfColorGroup.count() - 1) + return listOfColorGroup.at(Group::ColorGroup::colorAther); + + return listOfColorGroup.at(numColor); +} + +Trainee DataBaseTrainees::getTrainee(QString name) +{ + //Обучаемые + for(int i = 0; i < listOfTrainees.count(); i++) + { + if(listOfTrainees[i].getName() == name) + return listOfTrainees[i]; + } + return Trainee(); +} + +Group DataBaseTrainees::getGroup(QString nameGroup) +{ + //Группы + for(int i = 0; i < listOfGroups.count(); i++) + { + if(listOfGroups[i].getName() == nameGroup) + return listOfGroups[i]; + } + return Group(); +} + +QString DataBaseTrainees::newGroup() +{ + Group group; + group.setName(generateDefaultNameGroup()); + group.setColor(generateDefaultColorGroup()); + + bool result = dbLMS->insertGroup(group); + + if(result) + { + listOfGroups.append(group); + return group.getName(); + } + else + return QStringLiteral(""); +} + +bool DataBaseTrainees::deleteGroup(QString name) +{ + if(getListTraineesInGroup(name).count() > 0) + {//Группа не пуста + return false; + } + + //Группы + for(int i = 0; i < listOfGroups.count(); i++) + { + if(listOfGroups[i].getName() == name) + { + int id = listOfGroups[i].getID(); + + bool result = dbLMS->deleteGroup(id); + + if(result) + listOfGroups.removeAt(i); + + break; + } + } + + return true; +} + +bool DataBaseTrainees::editGroup(QString name, QString newName) +{ + //Группы + for(int i = 0; i < listOfGroups.count(); i++) + { + if(listOfGroups[i].getName() == name) + { + if(!checkExistNameGroup(newName) || newName == name) + { + Group group = listOfGroups[i]; + group.setName(newName); + + bool result = dbLMS->updateGroup(group); + + if(result) + { + listOfGroups[i].setName(newName); + + //Меняем имя группы у всех Обучаемых этой группы + //Обучаемые + for(int i = 0; i < listOfTrainees.count(); i++) + { + if(listOfTrainees[i].getGroup() == name) + listOfTrainees[i].setGroup(newName); + } + + return true; + } + else + return false; + } + } + } + return false; +} + +QString DataBaseTrainees::newTrainee(QString nameGroup) +{ + Trainee trainee; + trainee.setGroup(nameGroup); + trainee.setName(generateDefaultNameTrainee()); + trainee.setLogin(generateDefaultLoginTrainee()); + trainee.setPassword(QStringLiteral("")); + trainee.setLearnClass(QStringLiteral("")); + trainee.setComputer(QStringLiteral("")); + trainee.setArchived(false); + trainee.setLoggedIn(false); + trainee.setWhatItDoes(QStringLiteral("")); + + bool result = dbLMS->insertTrainee(trainee); + + if(result) + { + listOfTrainees.append(trainee); + return trainee.getName(); + } + else + return QStringLiteral(""); +} + +void DataBaseTrainees::deleteTrainee(QString name) +{ + //Обучаемые + for(int i = 0; i < listOfTrainees.count(); i++) + { + if(listOfTrainees[i].getName() == name) + { + int id = listOfTrainees[i].getID(); + + bool result = dbLMS->deleteTrainee(id); + + if(result) + listOfTrainees.removeAt(i); + + return; + } + } +} + +void DataBaseTrainees::toArchiveTrainee(QString name) +{ + //Обучаемые + for(int i = 0; i < listOfTrainees.count(); i++) + { + if(listOfTrainees[i].getName() == name) + if(! listOfTrainees[i].getArchived()) + { + Trainee trainee = listOfTrainees[i]; + trainee.setArchived(true); + + bool result = dbLMS->updateTrainee(trainee); + + if(result) + listOfTrainees[i].setArchived(true); + } + } +} + +void DataBaseTrainees::fromeArchiveTrainee(QString name) +{ + //Обучаемые + for(int i = 0; i < listOfTrainees.count(); i++) + { + if(listOfTrainees[i].getName() == name) + if(listOfTrainees[i].getArchived()) + { + Trainee trainee = listOfTrainees[i]; + trainee.setArchived(false); + + bool result = dbLMS->updateTrainee(trainee); + + if(result) + listOfTrainees[i].setArchived(false); + } + } +} + +bool DataBaseTrainees::editTrainee(QString name, Trainee trainee) +{ + //Обучаемые + for(int i = 0; i < listOfTrainees.count(); i++) + { + if(listOfTrainees[i].getName() == name) + { + if( (!checkExistNameTrainee(trainee.getName()) || trainee.getName() == name) && + (!checkExistLoginTrainee(trainee.getLogin()) || trainee.getLogin() == listOfTrainees[i].getLogin()) ) + { + trainee.setID(listOfTrainees[i].getID()); + + bool result = dbLMS->updateTrainee(trainee); + + if(result) + { + listOfTrainees.replace(i, trainee); + return true; + } + else + return false; + } + } + } + return false; +} + +bool DataBaseTrainees::isArchived(QString name) +{ + //Обучаемые + for(int i = 0; i < listOfTrainees.count(); i++) + { + if(listOfTrainees[i].getName() == name) + return listOfTrainees[i].getArchived(); + } + return false; +} + +QString DataBaseTrainees::generateDefaultNameGroup() +{ + int numGroup = 0; + QString name; + do + { + name = tr("Group") + QStringLiteral(" ") + QString::number(++numGroup); + }while(checkExistNameGroup(name)); + return name; +} + +QString DataBaseTrainees::generateDefaultNameTrainee() +{ + int numTrainee = 0; + QString name; + do + { + name = QStringLiteral("<") + tr("Trainee") + QStringLiteral(" ") + QString::number(++numTrainee) + QStringLiteral(">"); + }while(checkExistNameTrainee(name)); + return name; +} + +bool DataBaseTrainees::checkExistNameGroup(QString name) +{ + //Группы + for(int i = 0; i < listOfGroups.count(); i++) + { + if(listOfGroups[i].getName() == name) + return true; + } + return false; +} + +bool DataBaseTrainees::checkExistNameTrainee(QString name) +{ + //Обучаемые + for(int i = 0; i < listOfTrainees.count(); i++) + { + if(listOfTrainees[i].getName() == name) + return true; + } + return false; +} + +QString DataBaseTrainees::generateDefaultLoginTrainee() +{ + int numTrainee = 0; + QString login; + do + { + login = QStringLiteral(""); + }while(checkExistLoginTrainee(login)); + return login; +} + +bool DataBaseTrainees::checkExistLoginTrainee(QString login) +{ + //Обучаемые + for(int i = 0; i < listOfTrainees.count(); i++) + { + if(listOfTrainees[i].getLogin() == login) + return true; + } + return false; +} + +Group::ColorGroup DataBaseTrainees::generateDefaultColorGroup() +{ + for(int i = 0; i < Group::ColorGroup::countColor; i++) + { + Group::ColorGroup color = (Group::ColorGroup)i; + if(!checkExistColorGroup(color)) + return color; + } + return Group::ColorGroup::colorAther; +} + +bool DataBaseTrainees::checkExistColorGroup(Group::ColorGroup color) +{ + //Группы + for(int i = 0; i < listOfGroups.count(); i++) + { + if(listOfGroups[i].getColor() == color) + return true; + } + return false; +} diff --git a/DBXML/InstructorsAndTrainees/trainees/databasetrainees.h b/DBXML/InstructorsAndTrainees/trainees/databasetrainees.h new file mode 100644 index 0000000..c80ddfa --- /dev/null +++ b/DBXML/InstructorsAndTrainees/trainees/databasetrainees.h @@ -0,0 +1,82 @@ +#ifndef DATABASETRAINEES_H +#define DATABASETRAINEES_H + +#include "instructorsAndTrainees_global.h" +#include "trainee.h" +#include "group.h" + +#include "databaselms.h" + +#include +#include +#include + +class INSTRUCTORSANDTRAINEES_EXPORT DataBaseTrainees : QObject +{ + Q_OBJECT + +public: + DataBaseTrainees(QString appPath, DataBaseLMS* dbLMS = nullptr); + ~DataBaseTrainees(); + + void LoadTraineesGroupsXML(); + void SaveTraineesGroupsXML(); + + void LoadTraineesGroupsPSQL(); + + bool AuthorizationTrainee(QString login, QString password, QString learnClass, QString computer); + bool deAuthorizationTrainee(QString login); + + void setWhatItDoes(QString login, QString whatItDoes); + QStringList getWhatItDoes(QString login); + + QString getNameTraineeOnComputer(QString computer); + Trainee getTraineeOnComputer(QString computer); + + QString getNameTraineeByLogin(QString login); + QColor getColorGroupByLogin(QString login); + + QList getListTraineesInGroup(QString nameGroup); + QList getListGroups(); + + QColor getColorGroup(Group::ColorGroup numColor); + + Trainee getTrainee(QString name); + Group getGroup(QString nameGroup); + + QString newGroup(); + bool deleteGroup(QString name); + bool editGroup(QString name, QString newName); + + QString newTrainee(QString nameGroup); + void deleteTrainee(QString name); + void toArchiveTrainee(QString name); + void fromeArchiveTrainee(QString name); + bool editTrainee(QString name, Trainee trainee); + + bool isArchived(QString name); + +private: + QString generateDefaultNameGroup(); + QString generateDefaultNameTrainee(); + bool checkExistNameGroup(QString name); + bool checkExistNameTrainee(QString name); + + QString generateDefaultLoginTrainee(); + bool checkExistLoginTrainee(QString login); + + Group::ColorGroup generateDefaultColorGroup(); + bool checkExistColorGroup(Group::ColorGroup color); + +private: + QList listOfTrainees; + QList listOfGroups; + + QList listOfColorGroup; + + QString appDirPath; + + DataBaseLMS* dbLMS; +}; + +#endif // DATABASETRAINEES_H diff --git a/DBXML/InstructorsAndTrainees/trainees/dialogeditgroup.cpp b/DBXML/InstructorsAndTrainees/trainees/dialogeditgroup.cpp new file mode 100644 index 0000000..1f9ac7b --- /dev/null +++ b/DBXML/InstructorsAndTrainees/trainees/dialogeditgroup.cpp @@ -0,0 +1,14 @@ +#include "dialogeditgroup.h" +#include "computersLocations.h" + +DialogEditGroup::DialogEditGroup(QWidget *parent) : + QDialog(parent), + ui(new Ui::DialogEditGroup) +{ + ui->setupUi(this); +} + +DialogEditGroup::~DialogEditGroup() +{ + delete ui; +} diff --git a/DBXML/InstructorsAndTrainees/trainees/dialogeditgroup.h b/DBXML/InstructorsAndTrainees/trainees/dialogeditgroup.h new file mode 100644 index 0000000..88d1eb9 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/trainees/dialogeditgroup.h @@ -0,0 +1,34 @@ +#ifndef DIALOGEDITGROUP_H +#define DIALOGEDITGROUP_H + +#include +#include "ui_dialogeditgroup.h" +#include "computersLocations.h" + +namespace Ui { +class DialogEditGroup; +} + +class DialogEditGroup : public QDialog +{ + Q_OBJECT + +public: + explicit DialogEditGroup(QWidget *parent = nullptr); + ~DialogEditGroup(); + + void setName(QString name) + { + ui->editName->setText(name); + } + + QString getName() + { + return ui->editName->text(); + } + +private: + Ui::DialogEditGroup *ui; +}; + +#endif // DIALOGEDITGROUP_H diff --git a/DBXML/InstructorsAndTrainees/trainees/dialogeditgroup.ui b/DBXML/InstructorsAndTrainees/trainees/dialogeditgroup.ui new file mode 100644 index 0000000..1e9f7cf --- /dev/null +++ b/DBXML/InstructorsAndTrainees/trainees/dialogeditgroup.ui @@ -0,0 +1,96 @@ + + + DialogEditGroup + + + + 0 + 0 + 300 + 96 + + + + + Tahoma + + + + Group + + + + :/icons/group.png:/icons/group.png + + + + + + + + + + Name + + + + + + + + + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + + + + buttonBox + accepted() + DialogEditGroup + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + DialogEditGroup + reject() + + + 316 + 260 + + + 286 + 274 + + + + + diff --git a/DBXML/InstructorsAndTrainees/trainees/dialogedittrainee.cpp b/DBXML/InstructorsAndTrainees/trainees/dialogedittrainee.cpp new file mode 100644 index 0000000..21d2d59 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/trainees/dialogedittrainee.cpp @@ -0,0 +1,46 @@ +#include "dialogedittrainee.h" +#include "ui_dialogedittrainee.h" +#include "computersLocations.h" + +DialogEditTrainee::DialogEditTrainee(ComputersLocations* computersLocations, QWidget *parent) : + QDialog(parent), + ui(new Ui::DialogEditTrainee), + computersLocations(computersLocations), + nameGroup() +{ + ui->setupUi(this); +} + +DialogEditTrainee::~DialogEditTrainee() +{ + delete ui; +} + +void DialogEditTrainee::setTrainee(Trainee trainee) +{ + ui->editName->setText(trainee.getName()); + ui->editLogin->setText(trainee.getLogin()); + ui->editPassword->setText(trainee.getPassword()); + + ui->checkArchived->setChecked(trainee.getArchived()); + ui->checkLoggedIn->setChecked(trainee.getLoggedIn()); + + nameGroup = trainee.getGroup(); +} + +Trainee DialogEditTrainee::getTrainee() +{ + Trainee trainee; + trainee.setName(ui->editName->text()); + trainee.setLogin(ui->editLogin->text()); + trainee.setPassword(ui->editPassword->text()); + trainee.setLearnClass(QStringLiteral("")); + trainee.setComputer(QStringLiteral("")); + trainee.setArchived(ui->checkArchived->isChecked()); + trainee.setLoggedIn(ui->checkLoggedIn->isChecked()); + trainee.setWhatItDoes(QStringLiteral("")); + + trainee.setGroup(nameGroup); + + return trainee; +} diff --git a/DBXML/InstructorsAndTrainees/trainees/dialogedittrainee.cpp.bak b/DBXML/InstructorsAndTrainees/trainees/dialogedittrainee.cpp.bak new file mode 100644 index 0000000..f3bac50 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/trainees/dialogedittrainee.cpp.bak @@ -0,0 +1,64 @@ +#include "dialogedittrainee.h" +#include "ui_dialogedittrainee.h" +#include "computersLocations.h" + +DialogEditTrainee::DialogEditTrainee(ComputersLocations* computersLocations, QWidget *parent) : + QDialog(parent), + ui(new Ui::DialogEditTrainee), + computersLocations(computersLocations), + nameGroup() +{ + ui->setupUi(this); + ui->comboLocation->clear(); + ui->comboLocation->addItems(computersLocations->getAllLocations()); + ui->comboLocation->setCurrentIndex(0); + //setLocation(getLocation()); + ui->comboComputer->clear(); + ui->comboComputer->addItems(computersLocations->getAllComputersOfLocation(ui->comboLocation->currentText())); +} + +DialogEditTrainee::~DialogEditTrainee() +{ + delete ui; +} + +void DialogEditTrainee::setTrainee(Trainee trainee) +{ + ui->editName->setText(trainee.getName()); + ui->editLogin->setText(trainee.getLogin()); + ui->editPassword->setText(trainee.getPassword()); + + ui->comboLocation->setCurrentText(trainee.getLearnClass()); + ui->comboComputer->clear(); + ui->comboComputer->addItems(computersLocations->getAllComputersOfLocation(ui->comboLocation->currentText())); + + ui->comboComputer->setCurrentText(trainee.getComputer()); + ui->checkArchived->setChecked(trainee.getArchived()); + ui->checkLoggedIn->setChecked(trainee.getLoggedIn()); + ui->editWhatItDoes->setText(trainee.getWhatItDoes()); + + nameGroup = trainee.getGroup(); +} + +Trainee DialogEditTrainee::getTrainee() +{ + Trainee trainee; + trainee.setName(ui->editName->text()); + trainee.setLogin(ui->editLogin->text()); + trainee.setPassword(ui->editPassword->text()); + trainee.setLearnClass(ui->comboLocation->currentText()); + trainee.setComputer(ui->comboComputer->currentText()); + trainee.setArchived(ui->checkArchived->isChecked()); + trainee.setLoggedIn(ui->checkLoggedIn->isChecked()); + trainee.setWhatItDoes(ui->editWhatItDoes->text()); + + trainee.setGroup(nameGroup); + + return trainee; +} + +void DialogEditTrainee::on_comboLocation_currentIndexChanged(const QString &arg1) +{ + ui->comboComputer->clear(); + ui->comboComputer->addItems(computersLocations->getAllComputersOfLocation(arg1)); +} diff --git a/DBXML/InstructorsAndTrainees/trainees/dialogedittrainee.h b/DBXML/InstructorsAndTrainees/trainees/dialogedittrainee.h new file mode 100644 index 0000000..63fc9e6 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/trainees/dialogedittrainee.h @@ -0,0 +1,30 @@ +#ifndef DIALOGEDITTRAINEE_H +#define DIALOGEDITTRAINEE_H + +#include +#include "trainee.h" +#include "computersLocations.h" + +namespace Ui { +class DialogEditTrainee; +} + +class DialogEditTrainee : public QDialog +{ + Q_OBJECT + +public: + explicit DialogEditTrainee(ComputersLocations* computersLocations, QWidget *parent = nullptr); + ~DialogEditTrainee(); + + void setTrainee(Trainee trainee); + Trainee getTrainee(); + +private: + Ui::DialogEditTrainee *ui; + ComputersLocations* computersLocations; + + QString nameGroup; +}; + +#endif // DIALOGEDITTRAINEE_H diff --git a/DBXML/InstructorsAndTrainees/trainees/dialogedittrainee.h.bak b/DBXML/InstructorsAndTrainees/trainees/dialogedittrainee.h.bak new file mode 100644 index 0000000..9c9cb5e --- /dev/null +++ b/DBXML/InstructorsAndTrainees/trainees/dialogedittrainee.h.bak @@ -0,0 +1,33 @@ +#ifndef DIALOGEDITTRAINEE_H +#define DIALOGEDITTRAINEE_H + +#include +#include "trainee.h" +#include "computersLocations.h" + +namespace Ui { +class DialogEditTrainee; +} + +class DialogEditTrainee : public QDialog +{ + Q_OBJECT + +public: + explicit DialogEditTrainee(ComputersLocations* computersLocations, QWidget *parent = nullptr); + ~DialogEditTrainee(); + + void setTrainee(Trainee trainee); + Trainee getTrainee(); + +private slots: + void on_comboLocation_currentIndexChanged(const QString &arg1); + +private: + Ui::DialogEditTrainee *ui; + ComputersLocations* computersLocations; + + QString nameGroup; +}; + +#endif // DIALOGEDITTRAINEE_H diff --git a/DBXML/InstructorsAndTrainees/trainees/dialogedittrainee.ui b/DBXML/InstructorsAndTrainees/trainees/dialogedittrainee.ui new file mode 100644 index 0000000..13f87d4 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/trainees/dialogedittrainee.ui @@ -0,0 +1,165 @@ + + + DialogEditTrainee + + + + 0 + 0 + 300 + 252 + + + + + Tahoma + + + + Trainee + + + + :/icons/trainee.png:/icons/trainee.png + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + + + + Name + + + + + + + + + + + + + + Login + + + + + + + + + + + + + + Password + + + + + + + + + + + + + + false + + + Archived + + + + :/icons/archive.png + :/icons/archive.png:/icons/archive.png + + + true + + + + + + + + + + + false + + + Logged + + + + :/icons/circleGreen.png + :/icons/circleGreen.png:/icons/circleGreen.png + + + + + + + + + + + + + + + buttonBox + accepted() + DialogEditTrainee + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + DialogEditTrainee + reject() + + + 316 + 260 + + + 286 + 274 + + + + + diff --git a/DBXML/InstructorsAndTrainees/trainees/editortrainees.cpp b/DBXML/InstructorsAndTrainees/trainees/editortrainees.cpp new file mode 100644 index 0000000..c07c76d --- /dev/null +++ b/DBXML/InstructorsAndTrainees/trainees/editortrainees.cpp @@ -0,0 +1,280 @@ +#include +#include "editortrainees.h" +#include "ui_editortrainees.h" +#include "dialogeditgroup.h" +#include "dialogedittrainee.h" + +EditorTrainees::EditorTrainees(DataBaseTrainees* db, ComputersLocations* computersLocations, QWidget *parent) : + //QDialog(parent), + TraineesView(db, CommonView::TypeView::control, parent), + ui(new Ui::EditorTrainees), + computersLocations(computersLocations) +{ + ui->setupUi((QDialog*)this); + + preparationTreeWidget(ui->treeWidget); + setNotLoggedInVisible(true); + loadTraineesFromDB(); +} + +EditorTrainees::~EditorTrainees() +{ + delete ui; +} + +void EditorTrainees::on_btnNewGroup_clicked() +{ + QString nameGroup = dbTrainees->newGroup(); + loadTraineesFromDB(); + setCurrentGroup(nameGroup); +} + +void EditorTrainees::on_btnDeleteGroup_clicked() +{ + QTreeWidgetItem *treeItemCurrent = ui->treeWidget->currentItem(); + + if(treeItemCurrent != nullptr) + { + QTreeWidgetItem *treeItemParent = treeItemCurrent->parent(); + if(treeItemParent == nullptr) + {//Выбрана группа + QString name = treeItemCurrent->text(0); + if(dbTrainees->deleteGroup(name)) + {//Удалено + loadTraineesFromDB(); + } + else + QMessageBox::critical(this, tr("Editing error!"), tr("The group is not empty.\nIt is not possible to delete a non-empty group.")); + } + } +} + +void EditorTrainees::on_btnNewTrainee_clicked() +{ + QTreeWidgetItem *treeItemCurrent = ui->treeWidget->currentItem(); + + if(treeItemCurrent != nullptr) + { + QTreeWidgetItem *treeItemParent = treeItemCurrent->parent(); + if(treeItemParent == nullptr) + {//Выбрана группа. Можно добавить Обучаемого + QString nameGroup = treeItemCurrent->text(0); + dbTrainees->newTrainee(nameGroup); + loadTraineesFromDB(); + setCurrentGroup(nameGroup); + } + } +} + +void EditorTrainees::on_btnDeleteTrainee_clicked() +{ + QTreeWidgetItem *treeItemCurrent = ui->treeWidget->currentItem(); + + if(treeItemCurrent != nullptr) + { + QTreeWidgetItem *treeItemParent = treeItemCurrent->parent(); + if(treeItemParent != nullptr) + {//Выбран обучаемый + + QString name = treeItemCurrent->text(0); + QString nameGroup = treeItemParent->text(0); + + if(QMessageBox::warning(this, tr("Attention!"), tr("The deletion will be irrevocable.\nDelete anyway?"), QMessageBox::Ok, QMessageBox::Cancel) == QMessageBox::Ok) + { + dbTrainees->deleteTrainee(name); + loadTraineesFromDB(); + setCurrentGroup(nameGroup); + } + } + } +} + +void EditorTrainees::on_btnToOrFromArchiveTrainee_clicked() +{ + QTreeWidgetItem *treeItemCurrent = ui->treeWidget->currentItem(); + + if(treeItemCurrent != nullptr) + { + QTreeWidgetItem *treeItemParent = treeItemCurrent->parent(); + if(treeItemParent != nullptr) + {//Выбран обучаемый + + QString name = treeItemCurrent->text(0); + + if(dbTrainees->isArchived(name)) + {//Архивный + dbTrainees->fromeArchiveTrainee(name); + loadTraineesFromDB(); + setCurrentTrainee(name); + } + else + {//Не Архивный + dbTrainees->toArchiveTrainee(name); + + if(!archiveVisible) + ui->btnArchive->click(); + + loadTraineesFromDB(); + setCurrentTrainee(name); + } + } + } +} + +void EditorTrainees::on_btnEdit_clicked() +{ + QTreeWidgetItem *treeItemCurrent = ui->treeWidget->currentItem(); + + if(treeItemCurrent == nullptr) + return; + + QTreeWidgetItem *treeItemParent = treeItemCurrent->parent(); + if(treeItemParent == nullptr) + {//Выбрана группа + + QString nameGroup = treeItemCurrent->text(0); + + DialogEditGroup dlg(this); + dlg.setName(nameGroup); + switch( dlg.exec() ) + { + case QDialog::Accepted: + { + if(dbTrainees->editGroup(nameGroup, dlg.getName())) + { + loadTraineesFromDB(); + setCurrentGroup(dlg.getName()); + } + else + QMessageBox::critical(this, tr("Editing error!"), + tr("An existing group name has been entered.\nThe changes will not be accepted.")); + break; + } + case QDialog::Rejected: + break; + default: + break; + } + } + else + {//Выбран обучаемый + + QString name = treeItemCurrent->text(0); + + DialogEditTrainee dlg(computersLocations, this); + dlg.setTrainee(dbTrainees->getTrainee(name)); + + switch( dlg.exec() ) + { + case QDialog::Accepted: + { + if(dbTrainees->editTrainee(name, dlg.getTrainee())) + { + loadTraineesFromDB(); + setCurrentTrainee(dlg.getTrainee().getName()); + } + else + QMessageBox::critical(this, tr("Editing error!"), + tr("An existing trainee's name or login has been entered.\nThe changes will not be accepted.")); + break; + } + case QDialog::Rejected: + break; + default: + break; + } + } +} + +void EditorTrainees::on_btnArchive_clicked() +{ + bool state = ui->btnArchive->isChecked(); + setArchiveVisible(state); + loadTraineesFromDB(); +} + +void EditorTrainees::on_treeWidget_currentItemChanged(QTreeWidgetItem *current, QTreeWidgetItem *previous) +{ + //Определяем доступность и функционал кнопок для выбранного элемента + + if(current == nullptr) + return; + + QTreeWidgetItem *treeItemParent = current->parent(); + if(treeItemParent == nullptr) + {//Выбрана группа + ui->btnNewGroup->setEnabled(true); + ui->btnDeleteGroup->setEnabled(true); + ui->btnNewTrainee->setEnabled(true); + ui->btnDeleteTrainee->setEnabled(false); + ui->btnToOrFromArchiveTrainee->setEnabled(false); + ui->btnEdit->setEnabled(true); + ui->btnArchive->setEnabled(true); + + ui->btnToOrFromArchiveTrainee->setText(tr("To archive")); + ui->btnToOrFromArchiveTrainee->setIcon(QIcon(QStringLiteral(":/icons/traineeArchive.png"))); + } + else + {//Выбран обучаемый + QString name = current->text(0); + + ui->btnNewGroup->setEnabled(false); + ui->btnDeleteGroup->setEnabled(false); + ui->btnNewTrainee->setEnabled(false); + + if(dbTrainees->isArchived(name)) + {//Архивный + ui->btnDeleteTrainee->setEnabled(true); + + ui->btnToOrFromArchiveTrainee->setText(tr("From archive")); + ui->btnToOrFromArchiveTrainee->setIcon(QIcon(QStringLiteral(":/icons/traineeFromArchive.png"))); + } + else + {//Не Архивный + ui->btnDeleteTrainee->setEnabled(false); + + ui->btnToOrFromArchiveTrainee->setText(tr("To archive")); + ui->btnToOrFromArchiveTrainee->setIcon(QIcon(QStringLiteral(":/icons/traineeArchive.png"))); + } + + ui->btnToOrFromArchiveTrainee->setEnabled(true); + + ui->btnEdit->setEnabled(true); + ui->btnArchive->setEnabled(true); + } +} + +void EditorTrainees::setCurrentGroup(QString nameGroup) +{ + for(int i = 0; i < treeWidget->topLevelItemCount(); i++) + { + QTreeWidgetItem * item = treeWidget->topLevelItem(i); + if(item != nullptr) + if(item->text(0) == nameGroup) + { + treeWidget->setCurrentItem(item); + break; + } + } +} + +void EditorTrainees::setCurrentTrainee(QString name) +{ + for(int i = 0; i < treeWidget->topLevelItemCount(); i++) + { + QTreeWidgetItem * item = treeWidget->topLevelItem(i); + if(item != nullptr) + { + for (int j = 0; j < item->childCount(); j++) + { + QTreeWidgetItem * itemChild = item->child(j); + if(itemChild != nullptr) + if(itemChild->text(0) == name) + { + treeWidget->setCurrentItem(itemChild); + break; + } + }//for (int j = 0; j < item->childCount(); j++) + } + }//for(int i = 0; i < treeWidget->topLevelItemCount(); i++) +} diff --git a/DBXML/InstructorsAndTrainees/trainees/editortrainees.h b/DBXML/InstructorsAndTrainees/trainees/editortrainees.h new file mode 100644 index 0000000..58a9afa --- /dev/null +++ b/DBXML/InstructorsAndTrainees/trainees/editortrainees.h @@ -0,0 +1,43 @@ +#ifndef DIALOGTRAINEESGROUPS_H +#define DIALOGTRAINEESGROUPS_H + +#include +#include +#include "computersLocations.h" +#include "databasetrainees.h" +#include "traineesview.h" + +namespace Ui { +class EditorTrainees; +} + +//Диалог для просмотра и управления БД Обучаемых + +class EditorTrainees : /*public QDialog,*/ public TraineesView +{ + Q_OBJECT + +public: + explicit EditorTrainees(DataBaseTrainees* db, ComputersLocations* computersLocations, QWidget *parent = nullptr); + ~EditorTrainees(); + +private Q_SLOTS: + void on_btnNewGroup_clicked(); + void on_btnDeleteGroup_clicked(); + void on_btnNewTrainee_clicked(); + void on_btnDeleteTrainee_clicked(); + void on_btnToOrFromArchiveTrainee_clicked(); + void on_btnEdit_clicked(); + void on_btnArchive_clicked(); + void on_treeWidget_currentItemChanged(QTreeWidgetItem *current, QTreeWidgetItem *previous); + +private: + void setCurrentGroup(QString nameGroup); + void setCurrentTrainee(QString name); + +private: + Ui::EditorTrainees *ui; + ComputersLocations* computersLocations; +}; + +#endif // DIALOGTRAINEESGROUPS_H diff --git a/DBXML/InstructorsAndTrainees/trainees/editortrainees.ui b/DBXML/InstructorsAndTrainees/trainees/editortrainees.ui new file mode 100644 index 0000000..38a2c14 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/trainees/editortrainees.ui @@ -0,0 +1,390 @@ + + + EditorTrainees + + + + 0 + 0 + 1300 + 800 + + + + + Tahoma + 10 + + + + List trainees + + + + + + + 12 + + + + background-color: rgb(240, 240, 240); + + + + + + + + + + + Tahoma + 10 + + + + + 20 + 20 + + + + 1 + + + + 1 + + + + + + + + + + + 0 + 0 + + + + + 130 + 0 + + + + + Tahoma + + + + background-color: rgb(180, 180, 180); + + + + + + + + + 0 + 0 + + + + + 170 + 55 + + + + + Tahoma + 10 + + + + + + + New group + + + + :/icons/newGroup.png:/icons/newGroup.png + + + + 32 + 32 + + + + Qt::ToolButtonTextUnderIcon + + + + + + + + 0 + 0 + + + + + 170 + 55 + + + + + Tahoma + 10 + + + + Delete group + + + + :/icons/deleteGroup.png:/icons/deleteGroup.png + + + + 32 + 32 + + + + Qt::ToolButtonTextUnderIcon + + + + + + + + 0 + 0 + + + + + 170 + 55 + + + + + Tahoma + 10 + + + + New trainee + + + + :/icons/addTrainee.png:/icons/addTrainee.png + + + + 32 + 32 + + + + Qt::ToolButtonTextUnderIcon + + + + + + + + 0 + 0 + + + + + 170 + 55 + + + + + Tahoma + 10 + + + + Delete trainee + + + + :/icons/deleteTrainee.png:/icons/deleteTrainee.png + + + + 32 + 32 + + + + Qt::ToolButtonTextUnderIcon + + + + + + + + 0 + 0 + + + + + 170 + 55 + + + + + Tahoma + 10 + + + + To archive + + + + :/icons/traineeArchive.png:/icons/traineeArchive.png + + + + 32 + 32 + + + + Qt::ToolButtonTextUnderIcon + + + + + + + + 0 + 0 + + + + + 170 + 55 + + + + + Tahoma + 10 + + + + Edit + + + + :/icons/edit.png:/icons/edit.png + + + + 32 + 32 + + + + Qt::ToolButtonTextUnderIcon + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + 0 + 0 + + + + + 170 + 55 + + + + + Tahoma + 10 + + + + Show archive + + + + :/icons/archive.png:/icons/archive.png + + + + 32 + 32 + + + + true + + + Qt::ToolButtonTextUnderIcon + + + + + + + + + + + + + + + + + + + + diff --git a/DBXML/InstructorsAndTrainees/trainees/traineesview.cpp b/DBXML/InstructorsAndTrainees/trainees/traineesview.cpp new file mode 100644 index 0000000..16e6744 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/trainees/traineesview.cpp @@ -0,0 +1,132 @@ +#include +#include "traineesview.h" + +TraineesView::TraineesView(DataBaseTrainees* db, TypeView type, QWidget *parent): + CommonView(type, parent), + dbTrainees(db) +{ + +} + +void TraineesView::preparationTreeWidget(QTreeWidget *tree) +{ + treeWidget = tree; + + if(treeWidget == nullptr) + return; + + treeWidget->setColumnCount(8); + + reSetHeadTreeWidget(); + + treeWidget->header()->setStyleSheet(QStringLiteral("font-size: 12pt;")); + + treeWidget->setColumnWidth(0, 200); + treeWidget->setColumnWidth(1, 130); + treeWidget->setColumnWidth(2, 130); + treeWidget->setColumnWidth(3, 130); + treeWidget->setColumnWidth(4, 130); + treeWidget->setColumnWidth(5, 130); + treeWidget->setColumnWidth(6, 130); + treeWidget->setColumnWidth(7, 100); + + if(typeView == TypeView::onlyView) + {//onlyView + treeWidget->setColumnHidden(1, true); + treeWidget->setColumnHidden(2, true); + treeWidget->setColumnHidden(5, true); + treeWidget->setColumnHidden(7, true); + } + else + {//control + treeWidget->setColumnHidden(5, true); + } +} + +void TraineesView::loadTraineesFromDB() +{ + if(treeWidget == nullptr) + return; + + //Обновление дерева + treeWidget->clear(); + + for(Group group : dbTrainees->getListGroups()) + { + //Группа + QTreeWidgetItem *ItemGroup = new QTreeWidgetItem(treeWidget); + ItemGroup->setText(0, group.getName()); + ItemGroup->setIcon(0, QIcon(QStringLiteral(":/icons/group.png"))); + QColor color = dbTrainees->getColorGroup(/*group.getColor()*/Group::color0); + setItemColor(ItemGroup, color); + + //Обучаемые + QList listTrainees; + listTrainees = dbTrainees->getListTraineesInGroup(group.getName()); + for(Trainee trainee : listTrainees) + { + QTreeWidgetItem *ItemTrainee = new QTreeWidgetItem(); + + ItemTrainee->setText(0, trainee.getName()); + ItemTrainee->setText(1, trainee.getLogin()); + ItemTrainee->setText(2, trainee.getPassword()); + ItemTrainee->setText(3, trainee.getLearnClass()); + ItemTrainee->setText(4, trainee.getComputer()); + + if(trainee.getArchived()) + {//Архивный + ItemTrainee->setText(5, tr("yes")); + ItemTrainee->setIcon(0, QIcon(QStringLiteral(":/icons/traineeArchive.png"))); + setItemColorArchive(ItemTrainee); + } + else + {//Не Архивный + ItemTrainee->setText(5, tr("no")); + ItemTrainee->setIcon(0, QIcon(QStringLiteral(":/icons/trainee.png"))); + setItemColorNoArchive(ItemTrainee); + } + + if(trainee.getLoggedIn()) + {//Залогинен + ItemTrainee->setText(6, tr("yes")); + ItemTrainee->setIcon(6, QIcon(QStringLiteral(":/icons/circleGreen.png"))); + } + else + {//Не Залогинен + ItemTrainee->setText(6, tr("no")); + ItemTrainee->setIcon(6, QIcon(QStringLiteral(":/icons/circleGray.png"))); + } + + ItemTrainee->setText(7, trainee.getWhatItDoes()); + + ItemGroup->addChild(ItemTrainee); + + //Скрываем архивных (при необходимости) + if(trainee.getArchived()) + if(!archiveVisible) + ItemTrainee->setHidden(true); + + //Скрываем незалогиненых (при необходимости) + if(! trainee.getLoggedIn()) + if(! notLoggedInVisible) + ItemTrainee->setHidden(true); + } + } + + treeWidget->setSortingEnabled(true); + treeWidget->sortItems(0, Qt::SortOrder::AscendingOrder); + treeWidget->expandAll(); + + if(typeView == TypeView::control) + { + QTreeWidgetItem * item = treeWidget->topLevelItem(0); + if(item != nullptr) + treeWidget->setCurrentItem(item); + } +} + +void TraineesView::reSetHeadTreeWidget() +{ + QStringList listHeaders = {tr("Trainee"), tr("Login"), tr("Password"), tr("Class"), tr("Computer"), tr("Archived"), tr("Logged"), tr("Tasks")}; + treeWidget->setHeaderLabels(listHeaders); +} diff --git a/DBXML/InstructorsAndTrainees/trainees/traineesview.h b/DBXML/InstructorsAndTrainees/trainees/traineesview.h new file mode 100644 index 0000000..277ac67 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/trainees/traineesview.h @@ -0,0 +1,27 @@ +#ifndef TRAINEESVIEW_H +#define TRAINEESVIEW_H + +#include "instructorsAndTrainees_global.h" +#include "databasetrainees.h" +#include "commonview.h" + +//Родительский класс представления БД Обучаемых (для просмотра и управления) + +class INSTRUCTORSANDTRAINEES_EXPORT TraineesView: public CommonView +{ + Q_OBJECT + +public: + TraineesView(DataBaseTrainees* db, TypeView type, QWidget *parent = nullptr); + +protected: + void preparationTreeWidget(QTreeWidget* tree); + void loadTraineesFromDB(); + + void reSetHeadTreeWidget(); + +protected: + DataBaseTrainees* dbTrainees; +}; + +#endif // TRAINEESVIEW_H diff --git a/DBXML/InstructorsAndTrainees/trainees/viewertrainees.cpp b/DBXML/InstructorsAndTrainees/trainees/viewertrainees.cpp new file mode 100644 index 0000000..541f5f8 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/trainees/viewertrainees.cpp @@ -0,0 +1,75 @@ +#include "viewertrainees.h" +#include "ui_viewertrainees.h" + +ViewerTrainees::ViewerTrainees(DataBaseTrainees* db, QWidget *parent) : + //QWidget(parent), + TraineesView(db, CommonView::TypeView::onlyView, parent), + ui(new Ui::ViewerTrainees) +{ + ui->setupUi(this); + + // Сделаем первоначальную инициализацию перевода для окна виджета + qtLanguageTranslator.load(QString(QStringLiteral("translations/InstructorsAndTrainees_")) + QString(QStringLiteral("ru_RU")), QStringLiteral(".")); + qApp->installTranslator(&qtLanguageTranslator); + + preparationTreeWidget(ui->treeWidget); + setNotLoggedInVisible(true); + loadTraineesFromDB(); +} + +ViewerTrainees::~ViewerTrainees() +{ + delete ui; +} + +void ViewerTrainees::setFilterTraineeLoggedIn(bool enabled) +{ + setNotLoggedInVisible(!enabled); + loadTraineesFromDB(); +} + +void ViewerTrainees::on_treeWidget_itemClicked(QTreeWidgetItem *item, int column) +{ + if(item->childCount() == 0) + {//Выбран обучаемый + QString login = item->text(1); + Q_EMIT signal_traineeSelected(login); + } +} + +void ViewerTrainees::slot_tabMessengerChanged(QString login) +{ + for (int i = 0; i < ui->treeWidget->topLevelItemCount(); i++) + {//Проход по группам + int countChild = ui->treeWidget->topLevelItem(i)->childCount(); + + for (int j = 0; j < countChild; j++) + {//Проход по обучаемым + QString loginChild = ui->treeWidget->topLevelItem(i)->child(j)->text(1); + if(loginChild == login) + { + ui->treeWidget->setCurrentItem(ui->treeWidget->topLevelItem(i)->child(j)); + Q_EMIT signal_traineeSelected(login); + return; + } + } + } +} + +void ViewerTrainees::changeEvent(QEvent *event) +{ + // В случае получения события изменения языка приложения + if (event->type() == QEvent::LanguageChange) + { + ui->retranslateUi(this); // переведём окно заново + + reSetHeadTreeWidget(); + loadTraineesFromDB(); + } +} + +void ViewerTrainees::slot_LanguageChanged(QString language) +{ + qtLanguageTranslator.load(QString(QStringLiteral("translations/InstructorsAndTrainees_")) + language, QStringLiteral(".")); + qApp->installTranslator(&qtLanguageTranslator); +} diff --git a/DBXML/InstructorsAndTrainees/trainees/viewertrainees.h b/DBXML/InstructorsAndTrainees/trainees/viewertrainees.h new file mode 100644 index 0000000..b84cbdb --- /dev/null +++ b/DBXML/InstructorsAndTrainees/trainees/viewertrainees.h @@ -0,0 +1,56 @@ +#ifndef TRAINEESWIDGET_H +#define TRAINEESWIDGET_H + +#include +#include +#include +#include "instructorsAndTrainees_global.h" +#include "databasetrainees.h" +#include "traineesview.h" + +namespace Ui { +class ViewerTrainees; +} + +//Виджет только для просмотра БД Обучаемых + +class INSTRUCTORSANDTRAINEES_EXPORT ViewerTrainees : /*public QWidget,*/ public TraineesView +{ + Q_OBJECT + +public: + explicit ViewerTrainees(DataBaseTrainees* db, QWidget *parent = nullptr); + ~ViewerTrainees(); + +protected: + // Метод получения событий + // В нём будет производиться проверка события смены перевода приложения + void changeEvent(QEvent * event) override; + +public Q_SLOTS: + void slot_LanguageChanged(QString language); + +public: + void updateTrainees() + { + loadTraineesFromDB(); + } + + void setFilterTraineeLoggedIn( bool enabled ); + +private Q_SLOTS: + void on_treeWidget_itemClicked(QTreeWidgetItem *item, int column); + +public Q_SLOTS: + //слот обработки сигнала об изменении вкладки диалога в мессенджере + void slot_tabMessengerChanged(QString login); + +Q_SIGNALS: + //сигнал о выборе обучаемого + void signal_traineeSelected(QString login); + +private: + Ui::ViewerTrainees *ui; +}; + +#endif // TRAINEESWIDGET_H diff --git a/DBXML/InstructorsAndTrainees/trainees/viewertrainees.ui b/DBXML/InstructorsAndTrainees/trainees/viewertrainees.ui new file mode 100644 index 0000000..683fbb6 --- /dev/null +++ b/DBXML/InstructorsAndTrainees/trainees/viewertrainees.ui @@ -0,0 +1,58 @@ + + + ViewerTrainees + + + + 0 + 0 + 400 + 300 + + + + + Tahoma + + + + Trainees + + + + + + + + + + + Tahoma + 10 + + + + + 20 + 20 + + + + 1 + + + + 1 + + + + + + + + + + + + + diff --git a/desktop.ini b/desktop.ini new file mode 100644 index 0000000..3cc74f0 --- /dev/null +++ b/desktop.ini @@ -0,0 +1,2 @@ +[.ShellClassInfo] +IconResource=C:\Windows\System32\SHELL32.dll,9 diff --git a/testDB/Debug64/.cmake/api/v1/query/cache-v2 b/testDB/Debug64/.cmake/api/v1/query/cache-v2 new file mode 100644 index 0000000..e69de29 diff --git a/testDB/Debug64/.cmake/api/v1/query/cmakeFiles-v1 b/testDB/Debug64/.cmake/api/v1/query/cmakeFiles-v1 new file mode 100644 index 0000000..e69de29 diff --git a/testDB/Debug64/.cmake/api/v1/query/codemodel-v2 b/testDB/Debug64/.cmake/api/v1/query/codemodel-v2 new file mode 100644 index 0000000..e69de29 diff --git a/testDB/Debug64/.cmake/api/v1/reply/cache-v2-6165eceb20812ad8197a.json b/testDB/Debug64/.cmake/api/v1/reply/cache-v2-6165eceb20812ad8197a.json new file mode 100644 index 0000000..a643c2c --- /dev/null +++ b/testDB/Debug64/.cmake/api/v1/reply/cache-v2-6165eceb20812ad8197a.json @@ -0,0 +1,1331 @@ +{ + "entries" : + [ + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/addr2line.exe" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ar.exe" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "d:/LMS/testDB/Debug64" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "28" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CODEBLOCKS_COMPILER_ID", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Id string of the compiler for the CodeBlocks IDE. Automatically detected when left empty" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CODEBLOCKS_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The CodeBlocks executable" + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_CODEBLOCKS_EXECUTABLE-NOTFOUND" + }, + { + "name" : "CMAKE_CODEBLOCKS_MAKE_ARGUMENTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Additional command line arguments when CodeBlocks invokes make. Enter e.g. -j to get parallel builds" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "C:/msys64/mingw64/bin/cmake.exe" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "C:/msys64/mingw64/bin/cpack.exe" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "C:/msys64/mingw64/bin/ctest.exe" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "STRING", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/g++.exe" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc-ar.exe" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc-ranlib.exe" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_STANDARD_LIBRARIES", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Libraries linked by default with all C++ applications." + } + ], + "type" : "STRING", + "value" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc.exe" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/dlltool.exe" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "Unknown" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of external makefile project generator." + } + ], + "type" : "INTERNAL", + "value" : "CodeBlocks" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_DEFINED_MACROS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CXX compiler system defined macros" + } + ], + "type" : "INTERNAL", + "value" : "__STDC__;1;__cplusplus;201402L;__STDC_UTF_16__;1;__STDC_UTF_32__;1;__STDC_HOSTED__;1;__GNUC__;7;__GNUC_MINOR__;3;__GNUC_PATCHLEVEL__;0;__VERSION__;\"7.3.0\";__ATOMIC_RELAXED;0;__ATOMIC_SEQ_CST;5;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_CONSUME;1;__pic__;1;__PIC__;1;__FINITE_MATH_ONLY__;0;__SIZEOF_INT__;4;__SIZEOF_LONG__;4;__SIZEOF_LONG_LONG__;8;__SIZEOF_SHORT__;2;__SIZEOF_FLOAT__;4;__SIZEOF_DOUBLE__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_SIZE_T__;8;__CHAR_BIT__;8;__BIGGEST_ALIGNMENT__;16;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__FLOAT_WORD_ORDER__;__ORDER_LITTLE_ENDIAN__;__SIZEOF_POINTER__;8;__GNUG__;7;__SIZE_TYPE__;long long unsigned int;__PTRDIFF_TYPE__;long long int;__WCHAR_TYPE__;short unsigned int;__WINT_TYPE__;short unsigned int;__INTMAX_TYPE__;long long int;__UINTMAX_TYPE__;long long unsigned int;__CHAR16_TYPE__;short unsigned int;__CHAR32_TYPE__;unsigned int;__SIG_ATOMIC_TYPE__;int;__INT8_TYPE__;signed char;__INT16_TYPE__;short int;__INT32_TYPE__;int;__INT64_TYPE__;long long int;__UINT8_TYPE__;unsigned char;__UINT16_TYPE__;short unsigned int;__UINT32_TYPE__;unsigned int;__UINT64_TYPE__;long long unsigned int;__INT_LEAST8_TYPE__;signed char;__INT_LEAST16_TYPE__;short int;__INT_LEAST32_TYPE__;int;__INT_LEAST64_TYPE__;long long int;__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST16_TYPE__;short unsigned int;__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST64_TYPE__;long long unsigned int;__INT_FAST8_TYPE__;signed char;__INT_FAST16_TYPE__;short int;__INT_FAST32_TYPE__;int;__INT_FAST64_TYPE__;long long int;__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST16_TYPE__;short unsigned int;__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST64_TYPE__;long long unsigned int;__INTPTR_TYPE__;long long int;__UINTPTR_TYPE__;long long unsigned int;__has_include(STR);__has_include__(STR);__has_include_next(STR);__has_include_next__(STR);__GXX_WEAK__;1;__DEPRECATED;1;__GXX_RTTI;1;__cpp_rtti;199711;__GXX_EXPERIMENTAL_CXX0X__;1;__cpp_binary_literals;201304;__cpp_hex_float;201603;__cpp_runtime_arrays;198712;__cpp_unicode_characters;200704;__cpp_raw_strings;200710;__cpp_unicode_literals;200710;__cpp_user_defined_literals;200809;__cpp_lambdas;200907;__cpp_range_based_for;200907;__cpp_static_assert;200410;__cpp_decltype;200707;__cpp_attributes;200809;__cpp_rvalue_reference;200610;__cpp_rvalue_references;200610;__cpp_variadic_templates;200704;__cpp_initializer_lists;200806;__cpp_delegating_constructors;200604;__cpp_nsdmi;200809;__cpp_inheriting_constructors;201511;__cpp_ref_qualifiers;200710;__cpp_alias_templates;200704;__cpp_return_type_deduction;201304;__cpp_init_captures;201304;__cpp_generic_lambdas;201304;__cpp_constexpr;201304;__cpp_decltype_auto;201304;__cpp_aggregate_nsdmi;201304;__cpp_variable_templates;201304;__cpp_digit_separators;201309;__cpp_sized_deallocation;201309;__cpp_threadsafe_static_init;200806;__EXCEPTIONS;1;__cpp_exceptions;199711;__GXX_ABI_VERSION;1011;__SCHAR_MAX__;0x7f;__SHRT_MAX__;0x7fff;__INT_MAX__;0x7fffffff;__LONG_MAX__;0x7fffffffL;__LONG_LONG_MAX__;0x7fffffffffffffffLL;__WCHAR_MAX__;0xffff;__WCHAR_MIN__;0;__WINT_MAX__;0xffff;__WINT_MIN__;0;__PTRDIFF_MAX__;0x7fffffffffffffffLL;__SIZE_MAX__;0xffffffffffffffffULL;__SCHAR_WIDTH__;8;__SHRT_WIDTH__;16;__INT_WIDTH__;32;__LONG_WIDTH__;32;__LONG_LONG_WIDTH__;64;__WCHAR_WIDTH__;16;__WINT_WIDTH__;16;__PTRDIFF_WIDTH__;64;__SIZE_WIDTH__;64;__GLIBCXX_TYPE_INT_N_0;__int128;__GLIBCXX_BITSIZE_INT_N_0;128;__INTMAX_MAX__;0x7fffffffffffffffLL;__INTMAX_C(c);c ## LL;__UINTMAX_MAX__;0xffffffffffffffffULL;__UINTMAX_C(c);c ## ULL;__INTMAX_WIDTH__;64;__SIG_ATOMIC_MAX__;0x7fffffff;__SIG_ATOMIC_MIN__;(-__SIG_ATOMIC_MAX__ - 1);__SIG_ATOMIC_WIDTH__;32;__INT8_MAX__;0x7f;__INT16_MAX__;0x7fff;__INT32_MAX__;0x7fffffff;__INT64_MAX__;0x7fffffffffffffffLL;__UINT8_MAX__;0xff;__UINT16_MAX__;0xffff;__UINT32_MAX__;0xffffffffU;__UINT64_MAX__;0xffffffffffffffffULL;__INT_LEAST8_MAX__;0x7f;__INT8_C(c);c;__INT_LEAST8_WIDTH__;8;__INT_LEAST16_MAX__;0x7fff;__INT16_C(c);c;__INT_LEAST16_WIDTH__;16;__INT_LEAST32_MAX__;0x7fffffff;__INT32_C(c);c;__INT_LEAST32_WIDTH__;32;__INT_LEAST64_MAX__;0x7fffffffffffffffLL;__INT64_C(c);c ## LL;__INT_LEAST64_WIDTH__;64;__UINT_LEAST8_MAX__;0xff;__UINT8_C(c);c;__UINT_LEAST16_MAX__;0xffff;__UINT16_C(c);c;__UINT_LEAST32_MAX__;0xffffffffU;__UINT32_C(c);c ## U;__UINT_LEAST64_MAX__;0xffffffffffffffffULL;__UINT64_C(c);c ## ULL;__INT_FAST8_MAX__;0x7f;__INT_FAST8_WIDTH__;8;__INT_FAST16_MAX__;0x7fff;__INT_FAST16_WIDTH__;16;__INT_FAST32_MAX__;0x7fffffff;__INT_FAST32_WIDTH__;32;__INT_FAST64_MAX__;0x7fffffffffffffffLL;__INT_FAST64_WIDTH__;64;__UINT_FAST8_MAX__;0xff;__UINT_FAST16_MAX__;0xffff;__UINT_FAST32_MAX__;0xffffffffU;__UINT_FAST64_MAX__;0xffffffffffffffffULL;__INTPTR_MAX__;0x7fffffffffffffffLL;__INTPTR_WIDTH__;64;__UINTPTR_MAX__;0xffffffffffffffffULL;__GCC_IEC_559;2;__GCC_IEC_559_COMPLEX;2;__FLT_EVAL_METHOD__;0;__FLT_EVAL_METHOD_TS_18661_3__;0;__DEC_EVAL_METHOD__;2;__FLT_RADIX__;2;__FLT_MANT_DIG__;24;__FLT_DIG__;6;__FLT_MIN_EXP__;(-125);__FLT_MIN_10_EXP__;(-37);__FLT_MAX_EXP__;128;__FLT_MAX_10_EXP__;38;__FLT_DECIMAL_DIG__;9;__FLT_MAX__;3.40282346638528859811704183484516925e+38F;__FLT_MIN__;1.17549435082228750796873653722224568e-38F;__FLT_EPSILON__;1.19209289550781250000000000000000000e-7F;__FLT_DENORM_MIN__;1.40129846432481707092372958328991613e-45F;__FLT_HAS_DENORM__;1;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_DIG__;15;__DBL_MIN_EXP__;(-1021);__DBL_MIN_10_EXP__;(-307);__DBL_MAX_EXP__;1024;__DBL_MAX_10_EXP__;308;__DBL_DECIMAL_DIG__;17;__DBL_MAX__;double(1.79769313486231570814527423731704357e+308L);__DBL_MIN__;double(2.22507385850720138309023271733240406e-308L);__DBL_EPSILON__;double(2.22044604925031308084726333618164062e-16L);__DBL_DENORM_MIN__;double(4.94065645841246544176568792868221372e-324L);__DBL_HAS_DENORM__;1;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_DIG__;18;__LDBL_MIN_EXP__;(-16381);__LDBL_MIN_10_EXP__;(-4931);__LDBL_MAX_EXP__;16384;__LDBL_MAX_10_EXP__;4932;__DECIMAL_DIG__;21;__LDBL_DECIMAL_DIG__;21;__LDBL_MAX__;1.18973149535723176502126385303097021e+4932L;__LDBL_MIN__;3.36210314311209350626267781732175260e-4932L;__LDBL_EPSILON__;1.08420217248550443400745280086994171e-19L;__LDBL_DENORM_MIN__;3.64519953188247460252840593361941982e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__FLT32_MANT_DIG__;24;__FLT32_DIG__;6;__FLT32_MIN_EXP__;(-125);__FLT32_MIN_10_EXP__;(-37);__FLT32_MAX_EXP__;128;__FLT32_MAX_10_EXP__;38;__FLT32_DECIMAL_DIG__;9;__FLT32_MAX__;3.40282346638528859811704183484516925e+38F32;__FLT32_MIN__;1.17549435082228750796873653722224568e-38F32;__FLT32_EPSILON__;1.19209289550781250000000000000000000e-7F32;__FLT32_DENORM_MIN__;1.40129846432481707092372958328991613e-45F32;__FLT32_HAS_DENORM__;1;__FLT32_HAS_INFINITY__;1;__FLT32_HAS_QUIET_NAN__;1;__FLT64_MANT_DIG__;53;__FLT64_DIG__;15;__FLT64_MIN_EXP__;(-1021);__FLT64_MIN_10_EXP__;(-307);__FLT64_MAX_EXP__;1024;__FLT64_MAX_10_EXP__;308;__FLT64_DECIMAL_DIG__;17;__FLT64_MAX__;1.79769313486231570814527423731704357e+308F64;__FLT64_MIN__;2.22507385850720138309023271733240406e-308F64;__FLT64_EPSILON__;2.22044604925031308084726333618164062e-16F64;__FLT64_DENORM_MIN__;4.94065645841246544176568792868221372e-324F64;__FLT64_HAS_DENORM__;1;__FLT64_HAS_INFINITY__;1;__FLT64_HAS_QUIET_NAN__;1;__FLT128_MANT_DIG__;113;__FLT128_DIG__;33;__FLT128_MIN_EXP__;(-16381);__FLT128_MIN_10_EXP__;(-4931);__FLT128_MAX_EXP__;16384;__FLT128_MAX_10_EXP__;4932;__FLT128_DECIMAL_DIG__;36;__FLT128_MAX__;1.18973149535723176508575932662800702e+4932F128;__FLT128_MIN__;3.36210314311209350626267781732175260e-4932F128;__FLT128_EPSILON__;1.92592994438723585305597794258492732e-34F128;__FLT128_DENORM_MIN__;6.47517511943802511092443895822764655e-4966F128;__FLT128_HAS_DENORM__;1;__FLT128_HAS_INFINITY__;1;__FLT128_HAS_QUIET_NAN__;1;__FLT32X_MANT_DIG__;53;__FLT32X_DIG__;15;__FLT32X_MIN_EXP__;(-1021);__FLT32X_MIN_10_EXP__;(-307);__FLT32X_MAX_EXP__;1024;__FLT32X_MAX_10_EXP__;308;__FLT32X_DECIMAL_DIG__;17;__FLT32X_MAX__;1.79769313486231570814527423731704357e+308F32x;__FLT32X_MIN__;2.22507385850720138309023271733240406e-308F32x;__FLT32X_EPSILON__;2.22044604925031308084726333618164062e-16F32x;__FLT32X_DENORM_MIN__;4.94065645841246544176568792868221372e-324F32x;__FLT32X_HAS_DENORM__;1;__FLT32X_HAS_INFINITY__;1;__FLT32X_HAS_QUIET_NAN__;1;__FLT64X_MANT_DIG__;64;__FLT64X_DIG__;18;__FLT64X_MIN_EXP__;(-16381);__FLT64X_MIN_10_EXP__;(-4931);__FLT64X_MAX_EXP__;16384;__FLT64X_MAX_10_EXP__;4932;__FLT64X_DECIMAL_DIG__;21;__FLT64X_MAX__;1.18973149535723176502126385303097021e+4932F64x;__FLT64X_MIN__;3.36210314311209350626267781732175260e-4932F64x;__FLT64X_EPSILON__;1.08420217248550443400745280086994171e-19F64x;__FLT64X_DENORM_MIN__;3.64519953188247460252840593361941982e-4951F64x;__FLT64X_HAS_DENORM__;1;__FLT64X_HAS_INFINITY__;1;__FLT64X_HAS_QUIET_NAN__;1;__DEC32_MANT_DIG__;7;__DEC32_MIN_EXP__;(-94);__DEC32_MAX_EXP__;97;__DEC32_MIN__;1E-95DF;__DEC32_MAX__;9.999999E96DF;__DEC32_EPSILON__;1E-6DF;__DEC32_SUBNORMAL_MIN__;0.000001E-95DF;__DEC64_MANT_DIG__;16;__DEC64_MIN_EXP__;(-382);__DEC64_MAX_EXP__;385;__DEC64_MIN__;1E-383DD;__DEC64_MAX__;9.999999999999999E384DD;__DEC64_EPSILON__;1E-15DD;__DEC64_SUBNORMAL_MIN__;0.000000000000001E-383DD;__DEC128_MANT_DIG__;34;__DEC128_MIN_EXP__;(-6142);__DEC128_MAX_EXP__;6145;__DEC128_MIN__;1E-6143DL;__DEC128_MAX__;9.999999999999999999999999999999999E6144DL;__DEC128_EPSILON__;1E-33DL;__DEC128_SUBNORMAL_MIN__;0.000000000000000000000000000000001E-6143DL;__REGISTER_PREFIX__; ;__USER_LABEL_PREFIX__; ;__GNUC_STDC_INLINE__;1;__NO_INLINE__;1;__WCHAR_UNSIGNED__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16;1;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__PRAGMA_REDEFINE_EXTNAME;1;__SIZEOF_INT128__;16;__SIZEOF_WCHAR_T__;2;__SIZEOF_WINT_T__;2;__SIZEOF_PTRDIFF_T__;8;__amd64;1;__amd64__;1;__x86_64;1;__x86_64__;1;__SIZEOF_FLOAT80__;16;__SIZEOF_FLOAT128__;16;__ATOMIC_HLE_ACQUIRE;65536;__ATOMIC_HLE_RELEASE;131072;__GCC_ASM_FLAG_OUTPUTS__;1;__nocona;1;__nocona__;1;__tune_core2__;1;__code_model_medium__;1;__MMX__;1;__SSE__;1;__SSE2__;1;__SSE3__;1;__FXSR__;1;__SSE_MATH__;1;__SSE2_MATH__;1;__SEG_FS;1;__SEG_GS;1;__SEH__;1;__stdcall;__attribute__((__stdcall__));__fastcall;__attribute__((__fastcall__));__thiscall;__attribute__((__thiscall__));__cdecl;__attribute__((__cdecl__));_stdcall;__attribute__((__stdcall__));_fastcall;__attribute__((__fastcall__));_thiscall;__attribute__((__thiscall__));_cdecl;__attribute__((__cdecl__));__GXX_MERGED_TYPEINFO_NAMES;0;__GXX_TYPEINFO_EQUALITY_INLINE;0;__MSVCRT__;1;__MINGW32__;1;_WIN32;1;__WIN32;1;__WIN32__;1;WIN32;1;__WINNT;1;__WINNT__;1;WINNT;1;_INTEGRAL_MAX_BITS;64;__MINGW64__;1;__WIN64;1;__WIN64__;1;WIN64;1;_WIN64;1;__declspec(x);__attribute__((x));__DECIMAL_BID_FORMAT__;1;_REENTRANT;1" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CXX compiler system include directories" + } + ], + "type" : "INTERNAL", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "D:/LMS/testDB/Debug64/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator." + } + ], + "type" : "INTERNAL", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GNUtoMS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Convert GNU import libraries to MS format (requires Visual Studio)" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "D:/LMS/testDB/testDBpgSQL" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "C:/Program Files (x86)/testDBpgSQL" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ld.exe" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program used to build from build.ninja files." + } + ], + "type" : "FILEPATH", + "value" : "C:/msys64/mingw64/bin/ninja.exe" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/nm.exe" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/objcopy.exe" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/objdump.exe" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PREFIX_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "testDBpgSQL" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ranlib.exe" + }, + { + "name" : "CMAKE_RC_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "RC compiler" + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/windres.exe" + }, + { + "name" : "CMAKE_RC_COMPILER_WORKS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_RC_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/readelf.exe" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "C:/msys64/mingw64/share/cmake" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/strip.exe" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_TAPI-NOTFOUND" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "QT_QMAKE_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/bin/qmake.exe" + }, + { + "name" : "Qt5Core_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Core." + } + ], + "type" : "PATH", + "value" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core" + }, + { + "name" : "Qt5Gui_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Gui." + } + ], + "type" : "PATH", + "value" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui" + }, + { + "name" : "Qt5Sql_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Sql." + } + ], + "type" : "PATH", + "value" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql" + }, + { + "name" : "Qt5Widgets_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Widgets." + } + ], + "type" : "PATH", + "value" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets" + }, + { + "name" : "Qt5_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5." + } + ], + "type" : "PATH", + "value" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "testDBpgSQL_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "D:/LMS/testDB/Debug64" + }, + { + "name" : "testDBpgSQL_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "testDBpgSQL_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "D:/LMS/testDB/testDBpgSQL" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/testDB/Debug64/.cmake/api/v1/reply/cmakeFiles-v1-c971b12a0cdbacd8f3e8.json b/testDB/Debug64/.cmake/api/v1/reply/cmakeFiles-v1-c971b12a0cdbacd8f3e8.json new file mode 100644 index 0000000..c04e1ee --- /dev/null +++ b/testDB/Debug64/.cmake/api/v1/reply/cmakeFiles-v1-c971b12a0cdbacd8f3e8.json @@ -0,0 +1,317 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "D:/LMS/testDB/Debug64/CMakeFiles/3.28.3/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-Initialize.cmake" + }, + { + "isGenerated" : true, + "path" : "D:/LMS/testDB/Debug64/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Platform/WindowsPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeFindCodeBlocks.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/ProcessorCount.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU.cmake" + }, + { + "isGenerated" : true, + "path" : "D:/LMS/testDB/Debug64/CMakeFiles/3.28.3/CMakeRCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeRCInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-windres.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU-CXX-ABI.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ModuleLocation.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfig.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QICNSPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTgaPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTiffPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QVirtualKeyboardPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWbmpPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWebGLIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWebpPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWindowsDirect2DIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWindowsIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5Widgets_QWindowsVistaStylePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "C:/msys64/mingw64/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ModuleLocation.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5SqlConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5SqlConfig.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QODBCDriverPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QPSQLDriverPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QSQLiteDriverPlugin.cmake" + }, + { + "path" : "testDBpgSQL.qrc" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "D:/LMS/testDB/Debug64", + "source" : "D:/LMS/testDB/testDBpgSQL" + }, + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/testDB/Debug64/.cmake/api/v1/reply/codemodel-v2-f5440d0e7f09cebe6ba9.json b/testDB/Debug64/.cmake/api/v1/reply/codemodel-v2-f5440d0e7f09cebe6ba9.json new file mode 100644 index 0000000..754bcd3 --- /dev/null +++ b/testDB/Debug64/.cmake/api/v1/reply/codemodel-v2-f5440d0e7f09cebe6ba9.json @@ -0,0 +1,69 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "jsonFile" : "directory-.-Debug-d0094a50bb2071803777.json", + "minimumCMakeVersion" : + { + "string" : "3.5" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "testDBpgSQL", + "targetIndexes" : + [ + 0, + 1 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "testDBpgSQL::@6890427a1f51a3e7e1df", + "jsonFile" : "target-testDBpgSQL-Debug-2ef065270c8d93af6f71.json", + "name" : "testDBpgSQL", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "testDBpgSQL_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-testDBpgSQL_autogen-Debug-8fc9c4e7c87b5a915231.json", + "name" : "testDBpgSQL_autogen", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "D:/LMS/testDB/Debug64", + "source" : "D:/LMS/testDB/testDBpgSQL" + }, + "version" : + { + "major" : 2, + "minor" : 6 + } +} diff --git a/testDB/Debug64/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json b/testDB/Debug64/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json new file mode 100644 index 0000000..3a67af9 --- /dev/null +++ b/testDB/Debug64/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/testDB/Debug64/.cmake/api/v1/reply/index-2024-10-30T10-51-24-0190.json b/testDB/Debug64/.cmake/api/v1/reply/index-2024-10-30T10-51-24-0190.json new file mode 100644 index 0000000..8700952 --- /dev/null +++ b/testDB/Debug64/.cmake/api/v1/reply/index-2024-10-30T10-51-24-0190.json @@ -0,0 +1,89 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "C:/msys64/mingw64/bin/cmake.exe", + "cpack" : "C:/msys64/mingw64/bin/cpack.exe", + "ctest" : "C:/msys64/mingw64/bin/ctest.exe", + "root" : "C:/msys64/mingw64/share/cmake" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 28, + "patch" : 3, + "string" : "3.28.3", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-f5440d0e7f09cebe6ba9.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 6 + } + }, + { + "jsonFile" : "cache-v2-6165eceb20812ad8197a.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-c971b12a0cdbacd8f3e8.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-6165eceb20812ad8197a.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-c971b12a0cdbacd8f3e8.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-f5440d0e7f09cebe6ba9.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 6 + } + } + } +} diff --git a/testDB/Debug64/.cmake/api/v1/reply/target-testDBpgSQL-Debug-2ef065270c8d93af6f71.json b/testDB/Debug64/.cmake/api/v1/reply/target-testDBpgSQL-Debug-2ef065270c8d93af6f71.json new file mode 100644 index 0000000..a5837aa --- /dev/null +++ b/testDB/Debug64/.cmake/api/v1/reply/target-testDBpgSQL-Debug-2ef065270c8d93af6f71.json @@ -0,0 +1,433 @@ +{ + "artifacts" : + [ + { + "path" : "testDBpgSQL.exe" + }, + { + "path" : "testDBpgSQL.pdb" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_directories", + "target_link_libraries", + "set_property", + "_populate_Widgets_target_properties", + "find_package", + "add_definitions", + "target_include_directories" + ], + "files" : + [ + "CMakeLists.txt", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5Config.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 46, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 64, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 73, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 55, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 56, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 68, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 77, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 35, + "parent" : 0 + }, + { + "file" : 2, + "parent" : 8 + }, + { + "command" : 5, + "file" : 2, + "line" : 28, + "parent" : 9 + }, + { + "file" : 1, + "parent" : 10 + }, + { + "command" : 4, + "file" : 1, + "line" : 185, + "parent" : 11 + }, + { + "command" : 3, + "file" : 1, + "line" : 45, + "parent" : 12 + }, + { + "command" : 6, + "file" : 0, + "line" : 19, + "parent" : 0 + }, + { + "command" : 7, + "file" : 0, + "line" : 59, + "parent" : 0 + }, + { + "command" : 7, + "file" : 0, + "line" : 60, + "parent" : 0 + }, + { + "command" : 7, + "file" : 0, + "line" : 61, + "parent" : 0 + }, + { + "command" : 7, + "file" : 0, + "line" : 62, + "parent" : 0 + }, + { + "command" : 7, + "file" : 0, + "line" : 71, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu++11" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 4, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 5, + "define" : "QT_SQL_LIB" + }, + { + "backtrace" : 4, + "define" : "QT_WIDGETS_LIB" + }, + { + "backtrace" : 14, + "define" : "testDBpgSQL_DEBUG" + } + ], + "includes" : + [ + { + "path" : "D:/LMS/testDB/Debug64" + }, + { + "path" : "D:/LMS/testDB/testDBpgSQL" + }, + { + "backtrace" : 0, + "path" : "D:/LMS/testDB/Debug64/testDBpgSQL_autogen/include" + }, + { + "backtrace" : 15, + "path" : "D:/LMS/testDB/testDBpgSQL/../../DBXML/InstructorsAndTrainees" + }, + { + "backtrace" : 16, + "path" : "D:/LMS/testDB/testDBpgSQL/../../DBXML/InstructorsAndTrainees/instructors" + }, + { + "backtrace" : 17, + "path" : "D:/LMS/testDB/testDBpgSQL/../../DBXML/InstructorsAndTrainees/trainees" + }, + { + "backtrace" : 18, + "path" : "D:/LMS/testDB/testDBpgSQL/../../DBXML/InstructorsAndTrainees/tasks" + }, + { + "backtrace" : 19, + "path" : "D:/LMS/testDB/testDBpgSQL/../../DB/DataBaseLMS" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++" + }, + { + "backtrace" : 5, + "isSystem" : true, + "path" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 4 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 7 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 0, + "id" : "testDBpgSQL_autogen::@6890427a1f51a3e7e1df" + } + ], + "id" : "testDBpgSQL::@6890427a1f51a3e7e1df", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-LD:\\LMS\\testDB\\testDBpgSQL\\..\\..\\DBXML\\Debug64", + "role" : "libraryPath" + }, + { + "backtrace" : 3, + "fragment" : "-LD:\\LMS\\testDB\\testDBpgSQL\\..\\..\\DB\\Debug64", + "role" : "libraryPath" + }, + { + "backtrace" : 4, + "fragment" : "C:\\Qt\\Qt5.14.2\\5.14.2\\mingw73_64\\lib\\libQt5Widgets.a", + "role" : "libraries" + }, + { + "backtrace" : 5, + "fragment" : "C:\\Qt\\Qt5.14.2\\5.14.2\\mingw73_64\\lib\\libQt5Sql.a", + "role" : "libraries" + }, + { + "backtrace" : 6, + "fragment" : "-lInstructorsAndTrainees", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "-lDataBaseLMS", + "role" : "libraries" + }, + { + "backtrace" : 13, + "fragment" : "C:\\Qt\\Qt5.14.2\\5.14.2\\mingw73_64\\lib\\libQt5Gui.a", + "role" : "libraries" + }, + { + "backtrace" : 13, + "fragment" : "C:\\Qt\\Qt5.14.2\\5.14.2\\mingw73_64\\lib\\libQt5Core.a", + "role" : "libraries" + }, + { + "fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "testDBpgSQL", + "nameOnDisk" : "testDBpgSQL.exe", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 7 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 3, + 6 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 4, + 5 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 8 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "D:/LMS/testDB/Debug64/testDBpgSQL_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "mainwindow.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "mainwindow.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "mainwindow.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "testDBpgSQL.qrc", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "D:/LMS/testDB/Debug64/testDBpgSQL_autogen/include/ui_mainwindow.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "D:/LMS/testDB/Debug64/testDBpgSQL_autogen/EWIEGA46WW/qrc_testDBpgSQL.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "D:/LMS/testDB/Debug64/testDBpgSQL_autogen/EWIEGA46WW/qrc_testDBpgSQL.cpp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "EXECUTABLE" +} diff --git a/testDB/Debug64/.cmake/api/v1/reply/target-testDBpgSQL_autogen-Debug-8fc9c4e7c87b5a915231.json b/testDB/Debug64/.cmake/api/v1/reply/target-testDBpgSQL_autogen-Debug-8fc9c4e7c87b5a915231.json new file mode 100644 index 0000000..84190f5 --- /dev/null +++ b/testDB/Debug64/.cmake/api/v1/reply/target-testDBpgSQL_autogen-Debug-8fc9c4e7c87b5a915231.json @@ -0,0 +1,58 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "id" : "testDBpgSQL_autogen::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "testDBpgSQL_autogen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "D:/LMS/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "D:/LMS/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/testDB/Debug64/.ninja_deps b/testDB/Debug64/.ninja_deps new file mode 100644 index 0000000..1f0fdb9 Binary files /dev/null and b/testDB/Debug64/.ninja_deps differ diff --git a/testDB/Debug64/.ninja_log b/testDB/Debug64/.ninja_log new file mode 100644 index 0000000..9e78fcd --- /dev/null +++ b/testDB/Debug64/.ninja_log @@ -0,0 +1,17 @@ +# ninja log v5 +436 1568 7519841996502516 CMakeFiles/testDBpgSQL.dir/main.cpp.obj 5537cb31eb7fdff2 +8 219 7519886841305960 build.ninja 5644972d3c0a4396 +17 49 0 D:/LMS/testDB/Debug64/testDBpgSQL_autogen/include/ui_mainwindow.h d08ec0c05fa072d8 +47 1171 7519845515776225 CMakeFiles/testDBpgSQL.dir/mainwindow.cpp.obj ed6b4ea2fe90122e +17 49 0 testDBpgSQL_autogen/mocs_compilation.cpp d08ec0c05fa072d8 +441 491 7519841985755246 CMakeFiles/testDBpgSQL.dir/testDBpgSQL_autogen/EWIEGA46WW/qrc_testDBpgSQL.cpp.obj 8aab0e0778c22497 +17 49 0 CMakeFiles/testDBpgSQL_autogen d08ec0c05fa072d8 +392 433 7519841985151238 D:/LMS/testDB/Debug64/testDBpgSQL_autogen/EWIEGA46WW/qrc_testDBpgSQL.cpp e72511a2b01b9766 +17 49 0 testDBpgSQL_autogen/include/ui_mainwindow.h d08ec0c05fa072d8 +17 49 0 D:/LMS/testDB/Debug64/testDBpgSQL_autogen/mocs_compilation.cpp d08ec0c05fa072d8 +433 1571 7519841996542127 CMakeFiles/testDBpgSQL.dir/testDBpgSQL_autogen/mocs_compilation.cpp.obj e0999360be301a42 +17 49 0 D:/LMS/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen d08ec0c05fa072d8 +35 42 0 clean 9c4b4372737ab8da +1171 1308 7519845517131343 testDBpgSQL.exe 795c67d3ba747c1 +14 35 0 CMakeFiles/clean.additional 7155004b3956b606 +392 433 7519841985151238 testDBpgSQL_autogen/EWIEGA46WW/qrc_testDBpgSQL.cpp e72511a2b01b9766 diff --git a/testDB/Debug64/CMakeCache.txt b/testDB/Debug64/CMakeCache.txt new file mode 100644 index 0000000..fc2ab8c --- /dev/null +++ b/testDB/Debug64/CMakeCache.txt @@ -0,0 +1,405 @@ +# This is the CMakeCache file. +# For build in directory: d:/LMS/testDB/Debug64 +# It was generated by CMake: C:/msys64/mingw64/bin/cmake.exe +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/addr2line.exe + +//Path to a program. +CMAKE_AR:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ar.exe + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//Id string of the compiler for the CodeBlocks IDE. Automatically +// detected when left empty +CMAKE_CODEBLOCKS_COMPILER_ID:STRING= + +//The CodeBlocks executable +CMAKE_CODEBLOCKS_EXECUTABLE:FILEPATH=CMAKE_CODEBLOCKS_EXECUTABLE-NOTFOUND + +//Additional command line arguments when CodeBlocks invokes make. +// Enter e.g. -j to get parallel builds +CMAKE_CODEBLOCKS_MAKE_ARGUMENTS:STRING= + +//CXX compiler +CMAKE_CXX_COMPILER:STRING=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/g++.exe + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc-ar.exe + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc-ranlib.exe + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Libraries linked by default with all C++ applications. +CMAKE_CXX_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:STRING=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc.exe + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/dlltool.exe + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=D:/LMS/testDB/Debug64/CMakeFiles/pkgRedirects + +//Convert GNU import libraries to MS format (requires Visual Studio) +CMAKE_GNUtoMS:BOOL=OFF + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/testDBpgSQL + +//Path to a program. +CMAKE_LINKER:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ld.exe + +//Program used to build from build.ninja files. +CMAKE_MAKE_PROGRAM:FILEPATH=C:/msys64/mingw64/bin/ninja.exe + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/nm.exe + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/objcopy.exe + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/objdump.exe + +//No help, variable specified on the command line. +CMAKE_PREFIX_PATH:STRING=C:/Qt/Qt5.14.2/5.14.2/mingw73_64 + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=testDBpgSQL + +//Path to a program. +CMAKE_RANLIB:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ranlib.exe + +//RC compiler +CMAKE_RC_COMPILER:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/windres.exe + +//Flags for Windows Resource Compiler during all build types. +CMAKE_RC_FLAGS:STRING= + +//Flags for Windows Resource Compiler during DEBUG builds. +CMAKE_RC_FLAGS_DEBUG:STRING= + +//Flags for Windows Resource Compiler during MINSIZEREL builds. +CMAKE_RC_FLAGS_MINSIZEREL:STRING= + +//Flags for Windows Resource Compiler during RELEASE builds. +CMAKE_RC_FLAGS_RELEASE:STRING= + +//Flags for Windows Resource Compiler during RELWITHDEBINFO builds. +CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_READELF:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/readelf.exe + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/strip.exe + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//No help, variable specified on the command line. +QT_QMAKE_EXECUTABLE:STRING=C:/Qt/Qt5.14.2/5.14.2/mingw73_64/bin/qmake.exe + +//The directory containing a CMake configuration file for Qt5Core. +Qt5Core_DIR:PATH=C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core + +//The directory containing a CMake configuration file for Qt5Gui. +Qt5Gui_DIR:PATH=C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui + +//The directory containing a CMake configuration file for Qt5Sql. +Qt5Sql_DIR:PATH=C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql + +//The directory containing a CMake configuration file for Qt5Widgets. +Qt5Widgets_DIR:PATH=C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets + +//The directory containing a CMake configuration file for Qt5. +Qt5_DIR:PATH=C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5 + +//Value Computed by CMake +testDBpgSQL_BINARY_DIR:STATIC=D:/LMS/testDB/Debug64 + +//Value Computed by CMake +testDBpgSQL_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +testDBpgSQL_SOURCE_DIR:STATIC=D:/LMS/testDB/testDBpgSQL + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=d:/LMS/testDB/Debug64 +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=28 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=C:/msys64/mingw64/bin/cmake.exe +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=C:/msys64/mingw64/bin/cpack.exe +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=C:/msys64/mingw64/bin/ctest.exe +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES +CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL=CodeBlocks +//CXX compiler system defined macros +CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_DEFINED_MACROS:INTERNAL=__STDC__;1;__cplusplus;201402L;__STDC_UTF_16__;1;__STDC_UTF_32__;1;__STDC_HOSTED__;1;__GNUC__;7;__GNUC_MINOR__;3;__GNUC_PATCHLEVEL__;0;__VERSION__;"7.3.0";__ATOMIC_RELAXED;0;__ATOMIC_SEQ_CST;5;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_CONSUME;1;__pic__;1;__PIC__;1;__FINITE_MATH_ONLY__;0;__SIZEOF_INT__;4;__SIZEOF_LONG__;4;__SIZEOF_LONG_LONG__;8;__SIZEOF_SHORT__;2;__SIZEOF_FLOAT__;4;__SIZEOF_DOUBLE__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_SIZE_T__;8;__CHAR_BIT__;8;__BIGGEST_ALIGNMENT__;16;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__FLOAT_WORD_ORDER__;__ORDER_LITTLE_ENDIAN__;__SIZEOF_POINTER__;8;__GNUG__;7;__SIZE_TYPE__;long long unsigned int;__PTRDIFF_TYPE__;long long int;__WCHAR_TYPE__;short unsigned int;__WINT_TYPE__;short unsigned int;__INTMAX_TYPE__;long long int;__UINTMAX_TYPE__;long long unsigned int;__CHAR16_TYPE__;short unsigned int;__CHAR32_TYPE__;unsigned int;__SIG_ATOMIC_TYPE__;int;__INT8_TYPE__;signed char;__INT16_TYPE__;short int;__INT32_TYPE__;int;__INT64_TYPE__;long long int;__UINT8_TYPE__;unsigned char;__UINT16_TYPE__;short unsigned int;__UINT32_TYPE__;unsigned int;__UINT64_TYPE__;long long unsigned int;__INT_LEAST8_TYPE__;signed char;__INT_LEAST16_TYPE__;short int;__INT_LEAST32_TYPE__;int;__INT_LEAST64_TYPE__;long long int;__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST16_TYPE__;short unsigned int;__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST64_TYPE__;long long unsigned int;__INT_FAST8_TYPE__;signed char;__INT_FAST16_TYPE__;short int;__INT_FAST32_TYPE__;int;__INT_FAST64_TYPE__;long long int;__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST16_TYPE__;short unsigned int;__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST64_TYPE__;long long unsigned int;__INTPTR_TYPE__;long long int;__UINTPTR_TYPE__;long long unsigned int;__has_include(STR);__has_include__(STR);__has_include_next(STR);__has_include_next__(STR);__GXX_WEAK__;1;__DEPRECATED;1;__GXX_RTTI;1;__cpp_rtti;199711;__GXX_EXPERIMENTAL_CXX0X__;1;__cpp_binary_literals;201304;__cpp_hex_float;201603;__cpp_runtime_arrays;198712;__cpp_unicode_characters;200704;__cpp_raw_strings;200710;__cpp_unicode_literals;200710;__cpp_user_defined_literals;200809;__cpp_lambdas;200907;__cpp_range_based_for;200907;__cpp_static_assert;200410;__cpp_decltype;200707;__cpp_attributes;200809;__cpp_rvalue_reference;200610;__cpp_rvalue_references;200610;__cpp_variadic_templates;200704;__cpp_initializer_lists;200806;__cpp_delegating_constructors;200604;__cpp_nsdmi;200809;__cpp_inheriting_constructors;201511;__cpp_ref_qualifiers;200710;__cpp_alias_templates;200704;__cpp_return_type_deduction;201304;__cpp_init_captures;201304;__cpp_generic_lambdas;201304;__cpp_constexpr;201304;__cpp_decltype_auto;201304;__cpp_aggregate_nsdmi;201304;__cpp_variable_templates;201304;__cpp_digit_separators;201309;__cpp_sized_deallocation;201309;__cpp_threadsafe_static_init;200806;__EXCEPTIONS;1;__cpp_exceptions;199711;__GXX_ABI_VERSION;1011;__SCHAR_MAX__;0x7f;__SHRT_MAX__;0x7fff;__INT_MAX__;0x7fffffff;__LONG_MAX__;0x7fffffffL;__LONG_LONG_MAX__;0x7fffffffffffffffLL;__WCHAR_MAX__;0xffff;__WCHAR_MIN__;0;__WINT_MAX__;0xffff;__WINT_MIN__;0;__PTRDIFF_MAX__;0x7fffffffffffffffLL;__SIZE_MAX__;0xffffffffffffffffULL;__SCHAR_WIDTH__;8;__SHRT_WIDTH__;16;__INT_WIDTH__;32;__LONG_WIDTH__;32;__LONG_LONG_WIDTH__;64;__WCHAR_WIDTH__;16;__WINT_WIDTH__;16;__PTRDIFF_WIDTH__;64;__SIZE_WIDTH__;64;__GLIBCXX_TYPE_INT_N_0;__int128;__GLIBCXX_BITSIZE_INT_N_0;128;__INTMAX_MAX__;0x7fffffffffffffffLL;__INTMAX_C(c);c ## LL;__UINTMAX_MAX__;0xffffffffffffffffULL;__UINTMAX_C(c);c ## ULL;__INTMAX_WIDTH__;64;__SIG_ATOMIC_MAX__;0x7fffffff;__SIG_ATOMIC_MIN__;(-__SIG_ATOMIC_MAX__ - 1);__SIG_ATOMIC_WIDTH__;32;__INT8_MAX__;0x7f;__INT16_MAX__;0x7fff;__INT32_MAX__;0x7fffffff;__INT64_MAX__;0x7fffffffffffffffLL;__UINT8_MAX__;0xff;__UINT16_MAX__;0xffff;__UINT32_MAX__;0xffffffffU;__UINT64_MAX__;0xffffffffffffffffULL;__INT_LEAST8_MAX__;0x7f;__INT8_C(c);c;__INT_LEAST8_WIDTH__;8;__INT_LEAST16_MAX__;0x7fff;__INT16_C(c);c;__INT_LEAST16_WIDTH__;16;__INT_LEAST32_MAX__;0x7fffffff;__INT32_C(c);c;__INT_LEAST32_WIDTH__;32;__INT_LEAST64_MAX__;0x7fffffffffffffffLL;__INT64_C(c);c ## LL;__INT_LEAST64_WIDTH__;64;__UINT_LEAST8_MAX__;0xff;__UINT8_C(c);c;__UINT_LEAST16_MAX__;0xffff;__UINT16_C(c);c;__UINT_LEAST32_MAX__;0xffffffffU;__UINT32_C(c);c ## U;__UINT_LEAST64_MAX__;0xffffffffffffffffULL;__UINT64_C(c);c ## ULL;__INT_FAST8_MAX__;0x7f;__INT_FAST8_WIDTH__;8;__INT_FAST16_MAX__;0x7fff;__INT_FAST16_WIDTH__;16;__INT_FAST32_MAX__;0x7fffffff;__INT_FAST32_WIDTH__;32;__INT_FAST64_MAX__;0x7fffffffffffffffLL;__INT_FAST64_WIDTH__;64;__UINT_FAST8_MAX__;0xff;__UINT_FAST16_MAX__;0xffff;__UINT_FAST32_MAX__;0xffffffffU;__UINT_FAST64_MAX__;0xffffffffffffffffULL;__INTPTR_MAX__;0x7fffffffffffffffLL;__INTPTR_WIDTH__;64;__UINTPTR_MAX__;0xffffffffffffffffULL;__GCC_IEC_559;2;__GCC_IEC_559_COMPLEX;2;__FLT_EVAL_METHOD__;0;__FLT_EVAL_METHOD_TS_18661_3__;0;__DEC_EVAL_METHOD__;2;__FLT_RADIX__;2;__FLT_MANT_DIG__;24;__FLT_DIG__;6;__FLT_MIN_EXP__;(-125);__FLT_MIN_10_EXP__;(-37);__FLT_MAX_EXP__;128;__FLT_MAX_10_EXP__;38;__FLT_DECIMAL_DIG__;9;__FLT_MAX__;3.40282346638528859811704183484516925e+38F;__FLT_MIN__;1.17549435082228750796873653722224568e-38F;__FLT_EPSILON__;1.19209289550781250000000000000000000e-7F;__FLT_DENORM_MIN__;1.40129846432481707092372958328991613e-45F;__FLT_HAS_DENORM__;1;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_DIG__;15;__DBL_MIN_EXP__;(-1021);__DBL_MIN_10_EXP__;(-307);__DBL_MAX_EXP__;1024;__DBL_MAX_10_EXP__;308;__DBL_DECIMAL_DIG__;17;__DBL_MAX__;double(1.79769313486231570814527423731704357e+308L);__DBL_MIN__;double(2.22507385850720138309023271733240406e-308L);__DBL_EPSILON__;double(2.22044604925031308084726333618164062e-16L);__DBL_DENORM_MIN__;double(4.94065645841246544176568792868221372e-324L);__DBL_HAS_DENORM__;1;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_DIG__;18;__LDBL_MIN_EXP__;(-16381);__LDBL_MIN_10_EXP__;(-4931);__LDBL_MAX_EXP__;16384;__LDBL_MAX_10_EXP__;4932;__DECIMAL_DIG__;21;__LDBL_DECIMAL_DIG__;21;__LDBL_MAX__;1.18973149535723176502126385303097021e+4932L;__LDBL_MIN__;3.36210314311209350626267781732175260e-4932L;__LDBL_EPSILON__;1.08420217248550443400745280086994171e-19L;__LDBL_DENORM_MIN__;3.64519953188247460252840593361941982e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__FLT32_MANT_DIG__;24;__FLT32_DIG__;6;__FLT32_MIN_EXP__;(-125);__FLT32_MIN_10_EXP__;(-37);__FLT32_MAX_EXP__;128;__FLT32_MAX_10_EXP__;38;__FLT32_DECIMAL_DIG__;9;__FLT32_MAX__;3.40282346638528859811704183484516925e+38F32;__FLT32_MIN__;1.17549435082228750796873653722224568e-38F32;__FLT32_EPSILON__;1.19209289550781250000000000000000000e-7F32;__FLT32_DENORM_MIN__;1.40129846432481707092372958328991613e-45F32;__FLT32_HAS_DENORM__;1;__FLT32_HAS_INFINITY__;1;__FLT32_HAS_QUIET_NAN__;1;__FLT64_MANT_DIG__;53;__FLT64_DIG__;15;__FLT64_MIN_EXP__;(-1021);__FLT64_MIN_10_EXP__;(-307);__FLT64_MAX_EXP__;1024;__FLT64_MAX_10_EXP__;308;__FLT64_DECIMAL_DIG__;17;__FLT64_MAX__;1.79769313486231570814527423731704357e+308F64;__FLT64_MIN__;2.22507385850720138309023271733240406e-308F64;__FLT64_EPSILON__;2.22044604925031308084726333618164062e-16F64;__FLT64_DENORM_MIN__;4.94065645841246544176568792868221372e-324F64;__FLT64_HAS_DENORM__;1;__FLT64_HAS_INFINITY__;1;__FLT64_HAS_QUIET_NAN__;1;__FLT128_MANT_DIG__;113;__FLT128_DIG__;33;__FLT128_MIN_EXP__;(-16381);__FLT128_MIN_10_EXP__;(-4931);__FLT128_MAX_EXP__;16384;__FLT128_MAX_10_EXP__;4932;__FLT128_DECIMAL_DIG__;36;__FLT128_MAX__;1.18973149535723176508575932662800702e+4932F128;__FLT128_MIN__;3.36210314311209350626267781732175260e-4932F128;__FLT128_EPSILON__;1.92592994438723585305597794258492732e-34F128;__FLT128_DENORM_MIN__;6.47517511943802511092443895822764655e-4966F128;__FLT128_HAS_DENORM__;1;__FLT128_HAS_INFINITY__;1;__FLT128_HAS_QUIET_NAN__;1;__FLT32X_MANT_DIG__;53;__FLT32X_DIG__;15;__FLT32X_MIN_EXP__;(-1021);__FLT32X_MIN_10_EXP__;(-307);__FLT32X_MAX_EXP__;1024;__FLT32X_MAX_10_EXP__;308;__FLT32X_DECIMAL_DIG__;17;__FLT32X_MAX__;1.79769313486231570814527423731704357e+308F32x;__FLT32X_MIN__;2.22507385850720138309023271733240406e-308F32x;__FLT32X_EPSILON__;2.22044604925031308084726333618164062e-16F32x;__FLT32X_DENORM_MIN__;4.94065645841246544176568792868221372e-324F32x;__FLT32X_HAS_DENORM__;1;__FLT32X_HAS_INFINITY__;1;__FLT32X_HAS_QUIET_NAN__;1;__FLT64X_MANT_DIG__;64;__FLT64X_DIG__;18;__FLT64X_MIN_EXP__;(-16381);__FLT64X_MIN_10_EXP__;(-4931);__FLT64X_MAX_EXP__;16384;__FLT64X_MAX_10_EXP__;4932;__FLT64X_DECIMAL_DIG__;21;__FLT64X_MAX__;1.18973149535723176502126385303097021e+4932F64x;__FLT64X_MIN__;3.36210314311209350626267781732175260e-4932F64x;__FLT64X_EPSILON__;1.08420217248550443400745280086994171e-19F64x;__FLT64X_DENORM_MIN__;3.64519953188247460252840593361941982e-4951F64x;__FLT64X_HAS_DENORM__;1;__FLT64X_HAS_INFINITY__;1;__FLT64X_HAS_QUIET_NAN__;1;__DEC32_MANT_DIG__;7;__DEC32_MIN_EXP__;(-94);__DEC32_MAX_EXP__;97;__DEC32_MIN__;1E-95DF;__DEC32_MAX__;9.999999E96DF;__DEC32_EPSILON__;1E-6DF;__DEC32_SUBNORMAL_MIN__;0.000001E-95DF;__DEC64_MANT_DIG__;16;__DEC64_MIN_EXP__;(-382);__DEC64_MAX_EXP__;385;__DEC64_MIN__;1E-383DD;__DEC64_MAX__;9.999999999999999E384DD;__DEC64_EPSILON__;1E-15DD;__DEC64_SUBNORMAL_MIN__;0.000000000000001E-383DD;__DEC128_MANT_DIG__;34;__DEC128_MIN_EXP__;(-6142);__DEC128_MAX_EXP__;6145;__DEC128_MIN__;1E-6143DL;__DEC128_MAX__;9.999999999999999999999999999999999E6144DL;__DEC128_EPSILON__;1E-33DL;__DEC128_SUBNORMAL_MIN__;0.000000000000000000000000000000001E-6143DL;__REGISTER_PREFIX__; ;__USER_LABEL_PREFIX__; ;__GNUC_STDC_INLINE__;1;__NO_INLINE__;1;__WCHAR_UNSIGNED__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16;1;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__PRAGMA_REDEFINE_EXTNAME;1;__SIZEOF_INT128__;16;__SIZEOF_WCHAR_T__;2;__SIZEOF_WINT_T__;2;__SIZEOF_PTRDIFF_T__;8;__amd64;1;__amd64__;1;__x86_64;1;__x86_64__;1;__SIZEOF_FLOAT80__;16;__SIZEOF_FLOAT128__;16;__ATOMIC_HLE_ACQUIRE;65536;__ATOMIC_HLE_RELEASE;131072;__GCC_ASM_FLAG_OUTPUTS__;1;__nocona;1;__nocona__;1;__tune_core2__;1;__code_model_medium__;1;__MMX__;1;__SSE__;1;__SSE2__;1;__SSE3__;1;__FXSR__;1;__SSE_MATH__;1;__SSE2_MATH__;1;__SEG_FS;1;__SEG_GS;1;__SEH__;1;__stdcall;__attribute__((__stdcall__));__fastcall;__attribute__((__fastcall__));__thiscall;__attribute__((__thiscall__));__cdecl;__attribute__((__cdecl__));_stdcall;__attribute__((__stdcall__));_fastcall;__attribute__((__fastcall__));_thiscall;__attribute__((__thiscall__));_cdecl;__attribute__((__cdecl__));__GXX_MERGED_TYPEINFO_NAMES;0;__GXX_TYPEINFO_EQUALITY_INLINE;0;__MSVCRT__;1;__MINGW32__;1;_WIN32;1;__WIN32;1;__WIN32__;1;WIN32;1;__WINNT;1;__WINNT__;1;WINNT;1;_INTEGRAL_MAX_BITS;64;__MINGW64__;1;__WIN64;1;__WIN64__;1;WIN64;1;_WIN64;1;__declspec(x);__attribute__((x));__DECIMAL_BID_FORMAT__;1;_REENTRANT;1 +//CXX compiler system include directories +CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_INCLUDE_DIRS:INTERNAL=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Ninja +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=D:/LMS/testDB/testDBpgSQL +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_COMPILER +CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1 +CMAKE_RC_COMPILER_WORKS:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS +CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG +CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL +CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE +CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO +CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=C:/msys64/mingw64/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE + diff --git a/testDB/Debug64/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake b/testDB/Debug64/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..21ef51e --- /dev/null +++ b/testDB/Debug64/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake @@ -0,0 +1,85 @@ +set(CMAKE_CXX_COMPILER "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/g++.exe") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "7.3.0") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "") +set(CMAKE_CXX23_COMPILE_FEATURES "") + +set(CMAKE_CXX_PLATFORM_ID "MinGW") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ar.exe") +set(CMAKE_CXX_COMPILER_AR "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc-ar.exe") +set(CMAKE_RANLIB "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ranlib.exe") +set(CMAKE_CXX_COMPILER_RANLIB "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/gcc-ranlib.exe") +set(CMAKE_LINKER "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/ld.exe") +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed;C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;mingw32;gcc_s;gcc;moldname;mingwex;pthread;advapi32;shell32;user32;kernel32;iconv;mingw32;gcc_s;gcc;moldname;mingwex") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc;C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/testDB/Debug64/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_CXX.bin b/testDB/Debug64/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_CXX.bin new file mode 100644 index 0000000..1c2e3ec Binary files /dev/null and b/testDB/Debug64/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/testDB/Debug64/CMakeFiles/3.28.3/CMakeRCCompiler.cmake b/testDB/Debug64/CMakeFiles/3.28.3/CMakeRCCompiler.cmake new file mode 100644 index 0000000..72d2a27 --- /dev/null +++ b/testDB/Debug64/CMakeFiles/3.28.3/CMakeRCCompiler.cmake @@ -0,0 +1,6 @@ +set(CMAKE_RC_COMPILER "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/windres.exe") +set(CMAKE_RC_COMPILER_ARG1 "") +set(CMAKE_RC_COMPILER_LOADED 1) +set(CMAKE_RC_SOURCE_FILE_EXTENSIONS rc;RC) +set(CMAKE_RC_OUTPUT_EXTENSION .obj) +set(CMAKE_RC_COMPILER_ENV_VAR "RC") diff --git a/testDB/Debug64/CMakeFiles/3.28.3/CMakeSystem.cmake b/testDB/Debug64/CMakeFiles/3.28.3/CMakeSystem.cmake new file mode 100644 index 0000000..909db20 --- /dev/null +++ b/testDB/Debug64/CMakeFiles/3.28.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Windows-10.0.19045") +set(CMAKE_HOST_SYSTEM_NAME "Windows") +set(CMAKE_HOST_SYSTEM_VERSION "10.0.19045") +set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") + + + +set(CMAKE_SYSTEM "Windows-10.0.19045") +set(CMAKE_SYSTEM_NAME "Windows") +set(CMAKE_SYSTEM_VERSION "10.0.19045") +set(CMAKE_SYSTEM_PROCESSOR "AMD64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/testDB/Debug64/CMakeFiles/3.28.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/testDB/Debug64/CMakeFiles/3.28.3/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..9c9c90e --- /dev/null +++ b/testDB/Debug64/CMakeFiles/3.28.3/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,869 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L +# if defined(__INTEL_CXX11_MODE__) +# if defined(__cpp_aggregate_nsdmi) +# define CXX_STD 201402L +# else +# define CXX_STD 201103L +# endif +# else +# define CXX_STD 199711L +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# define CXX_STD _MSVC_LANG +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > 202002L + "23" +#elif CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/testDB/Debug64/CMakeFiles/3.28.3/CompilerIdCXX/a.exe b/testDB/Debug64/CMakeFiles/3.28.3/CompilerIdCXX/a.exe new file mode 100644 index 0000000..305fd18 Binary files /dev/null and b/testDB/Debug64/CMakeFiles/3.28.3/CompilerIdCXX/a.exe differ diff --git a/testDB/Debug64/CMakeFiles/CMakeConfigureLog.yaml b/testDB/Debug64/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 0000000..7546b8f --- /dev/null +++ b/testDB/Debug64/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,296 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineSystem.cmake:233 (message)" + - "CMakeLists.txt:3 (project)" + message: | + The system is: Windows - 10.0.19045 - AMD64 + - + kind: "message-v1" + backtrace: + - "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:3 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/g++.exe + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.exe" + + The CXX compiler identification is GNU, found in: + D:/LMS/testDB/Debug64/CMakeFiles/3.28.3/CompilerIdCXX/a.exe + + - + kind: "try_compile-v1" + backtrace: + - "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)" + - "C:/msys64/mingw64/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "D:/LMS/testDB/Debug64/CMakeFiles/CMakeScratch/TryCompile-ky3p6t" + binary: "D:/LMS/testDB/Debug64/CMakeFiles/CMakeScratch/TryCompile-ky3p6t" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: 'D:/LMS/testDB/Debug64/CMakeFiles/CMakeScratch/TryCompile-ky3p6t' + + Run Build Command(s): C:/msys64/mingw64/bin/ninja.exe -v cmTC_efc4a + [1/2] C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\g++.exe -v -o CMakeFiles/cmTC_efc4a.dir/CMakeCXXCompilerABI.cpp.obj -c C:/msys64/mingw64/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\g++.exe + Target: x86_64-w64-mingw32 + Configured with: ../../../src/gcc-7.3.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/lib -L/c/mingw730/prerequisites/x86_64-zlib-static/lib -L/c/mingw730/prerequisites/x86_64-w64-mingw32-static/lib ' + Thread model: posix + gcc version 7.3.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_efc4a.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/cc1plus.exe -quiet -v -iprefix C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/ -D_REENTRANT C:/msys64/mingw64/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=core2 -march=nocona -auxbase-strip CMakeFiles/cmTC_efc4a.dir/CMakeCXXCompilerABI.cpp.obj -version -o C:\\Users\\KRIVOS~1\\AppData\\Local\\Temp\\cc10ZDLb.s + GNU C++14 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 7.3.0 (x86_64-w64-mingw32) + compiled by GNU C version 7.3.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++" + ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32" + ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward" + ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include" + ignoring nonexistent directory "C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64C:/msys64-2/mingw64/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../include" + ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed" + ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include" + ignoring nonexistent directory "C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/mingw/include" + #include "..." search starts here: + #include <...> search starts here: + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++ + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32 + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include + End of search list. + GNU C++14 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 7.3.0 (x86_64-w64-mingw32) + compiled by GNU C version 7.3.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + Compiler executable checksum: 86cf749bb84a0f12f1d61bff4e68fffd + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_efc4a.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles/cmTC_efc4a.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\KRIVOS~1\\AppData\\Local\\Temp\\cc10ZDLb.s + GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30 + COMPILER_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ + LIBRARY_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../\x0d + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_efc4a.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'\x0d + [2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\g++.exe -v CMakeFiles/cmTC_efc4a.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_efc4a.exe -Wl,--out-implib,libcmTC_efc4a.dll.a -Wl,--major-image-version,0,--minor-image-version,0 && cd ." + Using built-in specs. + COLLECT_GCC=C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\g++.exe + COLLECT_LTO_WRAPPER=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe + Target: x86_64-w64-mingw32 + Configured with: ../../../src/gcc-7.3.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/lib -L/c/mingw730/prerequisites/x86_64-zlib-static/lib -L/c/mingw730/prerequisites/x86_64-w64-mingw32-static/lib ' + Thread model: posix + gcc version 7.3.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) + COMPILER_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/ + LIBRARY_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/;C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_efc4a.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona' + C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/collect2.exe -plugin C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/liblto_plugin-0.dll -plugin-opt=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\KRIVOS~1\\AppData\\Local\\Temp\\ccxBRDDc.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_efc4a.exe C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0 -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../.. CMakeFiles/cmTC_efc4a.dir/CMakeCXXCompilerABI.cpp.obj --out-implib libcmTC_efc4a.dll.a --major-image-version 0 --minor-image-version 0 -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o\x0d + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_efc4a.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona'\x0d + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:127 (message)" + - "C:/msys64/mingw64/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++] + add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32] + add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward] + add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include] + add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed] + add: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include] + end of search list found + collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++] + collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32] + collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward] + collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include] + collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed] + collapse include dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/include] + implicit include dirs: [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed;C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/include] + + + - + kind: "message-v1" + backtrace: + - "C:/msys64/mingw64/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:159 (message)" + - "C:/msys64/mingw64/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld\\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + ignore line: [Change Dir: 'D:/LMS/testDB/Debug64/CMakeFiles/CMakeScratch/TryCompile-ky3p6t'] + ignore line: [] + ignore line: [Run Build Command(s): C:/msys64/mingw64/bin/ninja.exe -v cmTC_efc4a] + ignore line: [[1/2] C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\g++.exe -v -o CMakeFiles/cmTC_efc4a.dir/CMakeCXXCompilerABI.cpp.obj -c C:/msys64/mingw64/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\g++.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../../../src/gcc-7.3.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/lib -L/c/mingw730/prerequisites/x86_64-zlib-static/lib -L/c/mingw730/prerequisites/x86_64-w64-mingw32-static/lib '] + ignore line: [Thread model: posix] + ignore line: [gcc version 7.3.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_efc4a.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/cc1plus.exe -quiet -v -iprefix C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/ -D_REENTRANT C:/msys64/mingw64/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=core2 -march=nocona -auxbase-strip CMakeFiles/cmTC_efc4a.dir/CMakeCXXCompilerABI.cpp.obj -version -o C:\\Users\\KRIVOS~1\\AppData\\Local\\Temp\\cc10ZDLb.s] + ignore line: [GNU C++14 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 7.3.0 (x86_64-w64-mingw32)] + ignore line: [ compiled by GNU C version 7.3.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++"] + ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32"] + ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward"] + ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include"] + ignore line: [ignoring nonexistent directory "C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64C:/msys64-2/mingw64/lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../include"] + ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed"] + ignore line: [ignoring duplicate directory "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include"] + ignore line: [ignoring nonexistent directory "C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/mingw/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++] + ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32] + ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward] + ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include] + ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed] + ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/include] + ignore line: [End of search list.] + ignore line: [GNU C++14 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 7.3.0 (x86_64-w64-mingw32)] + ignore line: [ compiled by GNU C version 7.3.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 86cf749bb84a0f12f1d61bff4e68fffd] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_efc4a.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles/cmTC_efc4a.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\KRIVOS~1\\AppData\\Local\\Temp\\cc10ZDLb.s] + ignore line: [GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30] + ignore line: [COMPILER_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/] + ignore line: [LIBRARY_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../\x0d] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_efc4a.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'\x0d] + ignore line: [[2/2] C:\\Windows\\system32\\cmd.exe /C "cd . && C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\g++.exe -v CMakeFiles/cmTC_efc4a.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_efc4a.exe -Wl --out-implib libcmTC_efc4a.dll.a -Wl --major-image-version 0 --minor-image-version 0 && cd ."] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=C:\\Qt\\Qt5.14.2\\Tools\\mingw730_64\\bin\\g++.exe] + ignore line: [COLLECT_LTO_WRAPPER=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../../../src/gcc-7.3.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw730/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/include -I/c/mingw730/prerequisites/x86_64-zlib-static/include -I/c/mingw730/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64/opt/lib -L/c/mingw730/prerequisites/x86_64-zlib-static/lib -L/c/mingw730/prerequisites/x86_64-w64-mingw32-static/lib '] + ignore line: [Thread model: posix] + ignore line: [gcc version 7.3.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ] + ignore line: [COMPILER_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/bin/] + ignore line: [LIBRARY_PATH=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_efc4a.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + link line: [ C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/collect2.exe -plugin C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/liblto_plugin-0.dll -plugin-opt=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\KRIVOS~1\\AppData\\Local\\Temp\\ccxBRDDc.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_efc4a.exe C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0 -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib -LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../.. CMakeFiles/cmTC_efc4a.dir/CMakeCXXCompilerABI.cpp.obj --out-implib libcmTC_efc4a.dll.a --major-image-version 0 --minor-image-version 0 -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o\x0d] + arg [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/collect2.exe] ==> ignore + arg [-plugin] ==> ignore + arg [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/liblto_plugin-0.dll] ==> ignore + arg [-plugin-opt=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe] ==> ignore + arg [-plugin-opt=-fresolution=C:\\Users\\KRIVOS~1\\AppData\\Local\\Temp\\ccxBRDDc.res] ==> ignore + arg [-plugin-opt=-pass-through=-lmingw32] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lmoldname] ==> ignore + arg [-plugin-opt=-pass-through=-lmingwex] ==> ignore + arg [-plugin-opt=-pass-through=-lmsvcrt] ==> ignore + arg [-plugin-opt=-pass-through=-lpthread] ==> ignore + arg [-plugin-opt=-pass-through=-ladvapi32] ==> ignore + arg [-plugin-opt=-pass-through=-lshell32] ==> ignore + arg [-plugin-opt=-pass-through=-luser32] ==> ignore + arg [-plugin-opt=-pass-through=-lkernel32] ==> ignore + arg [-plugin-opt=-pass-through=-liconv] ==> ignore + arg [-plugin-opt=-pass-through=-lmingw32] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lmoldname] ==> ignore + arg [-plugin-opt=-pass-through=-lmingwex] ==> ignore + arg [-plugin-opt=-pass-through=-lmsvcrt] ==> ignore + arg [--sysroot=C:/mingw730/x86_64-730-posix-seh-rt_v5-rev0/mingw64] ==> ignore + arg [-m] ==> ignore + arg [i386pep] ==> ignore + arg [-Bdynamic] ==> search dynamic + arg [-o] ==> ignore + arg [cmTC_efc4a.exe] ==> ignore + arg [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o] ==> obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o] + arg [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o] ==> obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o] + arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0] + arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc] + arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib] + arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib] + arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib] + arg [-LC:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../..] ==> dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../..] + arg [CMakeFiles/cmTC_efc4a.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore + arg [--out-implib] ==> ignore + arg [libcmTC_efc4a.dll.a] ==> ignore + arg [--major-image-version] ==> ignore + arg [0] ==> ignore + arg [--minor-image-version] ==> ignore + arg [0] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lmingw32] ==> lib [mingw32] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lmoldname] ==> lib [moldname] + arg [-lmingwex] ==> lib [mingwex] + arg [-lmsvcrt] ==> lib [msvcrt] + arg [-lpthread] ==> lib [pthread] + arg [-ladvapi32] ==> lib [advapi32] + arg [-lshell32] ==> lib [shell32] + arg [-luser32] ==> lib [user32] + arg [-lkernel32] ==> lib [kernel32] + arg [-liconv] ==> lib [iconv] + arg [-lmingw32] ==> lib [mingw32] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lmoldname] ==> lib [moldname] + arg [-lmingwex] ==> lib [mingwex] + arg [-lmsvcrt] ==> lib [msvcrt] + arg [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o] ==> obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o] + remove lib [msvcrt] + remove lib [msvcrt] + collapse obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib/crt2.o] + collapse obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o] + collapse obj [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o] + collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0] + collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc] + collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib/../lib] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib] + collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../lib] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib] + collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../../../x86_64-w64-mingw32/lib] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib] + collapse library dir [C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/../../..] ==> [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib] + implicit libs: [stdc++;mingw32;gcc_s;gcc;moldname;mingwex;pthread;advapi32;shell32;user32;kernel32;iconv;mingw32;gcc_s;gcc;moldname;mingwex] + implicit objs: [C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib/crt2.o;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/crtbegin.o;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/crtend.o] + implicit dirs: [C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc;C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/lib;C:/Qt/Qt5.14.2/Tools/mingw730_64/lib] + implicit fwks: [] + + +... diff --git a/testDB/Debug64/CMakeFiles/TargetDirectories.txt b/testDB/Debug64/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..85a8416 --- /dev/null +++ b/testDB/Debug64/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,4 @@ +D:/LMS/testDB/Debug64/CMakeFiles/testDBpgSQL.dir +D:/LMS/testDB/Debug64/CMakeFiles/edit_cache.dir +D:/LMS/testDB/Debug64/CMakeFiles/rebuild_cache.dir +D:/LMS/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen.dir diff --git a/testDB/Debug64/CMakeFiles/clean_additional.cmake b/testDB/Debug64/CMakeFiles/clean_additional.cmake new file mode 100644 index 0000000..a3d6e2e --- /dev/null +++ b/testDB/Debug64/CMakeFiles/clean_additional.cmake @@ -0,0 +1,10 @@ +# Additional clean files +cmake_minimum_required(VERSION 3.16) + +if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug") + file(REMOVE_RECURSE + "CMakeFiles\\testDBpgSQL_autogen.dir\\AutogenUsed.txt" + "CMakeFiles\\testDBpgSQL_autogen.dir\\ParseCache.txt" + "testDBpgSQL_autogen" + ) +endif() diff --git a/testDB/Debug64/CMakeFiles/cmake.check_cache b/testDB/Debug64/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/testDB/Debug64/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/testDB/Debug64/CMakeFiles/rules.ninja b/testDB/Debug64/CMakeFiles/rules.ninja new file mode 100644 index 0000000..ebfdc15 --- /dev/null +++ b/testDB/Debug64/CMakeFiles/rules.ninja @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.28 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: testDBpgSQL +# Configurations: Debug +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__testDBpgSQL_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__testDBpgSQL_Debug + command = C:\Windows\system32\cmd.exe /C "$PRE_LINK && C:\Qt\Qt5.14.2\Tools\mingw730_64\bin\g++.exe $FLAGS $LINK_FLAGS $in -o $TARGET_FILE -Wl,--out-implib,$TARGET_IMPLIB -Wl,--major-image-version,0,--minor-image-version,0 $LINK_PATH $LINK_LIBRARIES && $POST_BUILD" + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = C:\msys64\mingw64\bin\cmake.exe --regenerate-during-build -SD:\LMS\testDB\testDBpgSQL -BD:\LMS\testDB\Debug64 + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning additional files. + +rule CLEAN_ADDITIONAL + command = C:\msys64\mingw64\bin\cmake.exe -DCONFIG=$CONFIG -P CMakeFiles\clean_additional.cmake + description = Cleaning additional files... + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = C:\msys64\mingw64\bin\ninja.exe $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = C:\msys64\mingw64\bin\ninja.exe -t targets + description = All primary targets available: + diff --git a/testDB/Debug64/CMakeFiles/testDBpgSQL.dir/main.cpp.obj b/testDB/Debug64/CMakeFiles/testDBpgSQL.dir/main.cpp.obj new file mode 100644 index 0000000..a6bfcdf Binary files /dev/null and b/testDB/Debug64/CMakeFiles/testDBpgSQL.dir/main.cpp.obj differ diff --git a/testDB/Debug64/CMakeFiles/testDBpgSQL.dir/mainwindow.cpp.obj b/testDB/Debug64/CMakeFiles/testDBpgSQL.dir/mainwindow.cpp.obj new file mode 100644 index 0000000..ff6b71d Binary files /dev/null and b/testDB/Debug64/CMakeFiles/testDBpgSQL.dir/mainwindow.cpp.obj differ diff --git a/testDB/Debug64/CMakeFiles/testDBpgSQL.dir/testDBpgSQL_autogen/EWIEGA46WW/qrc_testDBpgSQL.cpp.obj b/testDB/Debug64/CMakeFiles/testDBpgSQL.dir/testDBpgSQL_autogen/EWIEGA46WW/qrc_testDBpgSQL.cpp.obj new file mode 100644 index 0000000..6567a21 Binary files /dev/null and b/testDB/Debug64/CMakeFiles/testDBpgSQL.dir/testDBpgSQL_autogen/EWIEGA46WW/qrc_testDBpgSQL.cpp.obj differ diff --git a/testDB/Debug64/CMakeFiles/testDBpgSQL.dir/testDBpgSQL_autogen/mocs_compilation.cpp.obj b/testDB/Debug64/CMakeFiles/testDBpgSQL.dir/testDBpgSQL_autogen/mocs_compilation.cpp.obj new file mode 100644 index 0000000..687c4cb Binary files /dev/null and b/testDB/Debug64/CMakeFiles/testDBpgSQL.dir/testDBpgSQL_autogen/mocs_compilation.cpp.obj differ diff --git a/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen.dir/AutoRcc_testDBpgSQL_EWIEGA46WW_Info.json b/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen.dir/AutoRcc_testDBpgSQL_EWIEGA46WW_Info.json new file mode 100644 index 0000000..ec62b1c --- /dev/null +++ b/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen.dir/AutoRcc_testDBpgSQL_EWIEGA46WW_Info.json @@ -0,0 +1,24 @@ +{ + "BUILD_DIR" : "D:/LMS/testDB/Debug64/testDBpgSQL_autogen", + "CMAKE_BINARY_DIR" : "D:/LMS/testDB/Debug64", + "CMAKE_CURRENT_BINARY_DIR" : "D:/LMS/testDB/Debug64", + "CMAKE_CURRENT_SOURCE_DIR" : "D:/LMS/testDB/testDBpgSQL", + "CMAKE_SOURCE_DIR" : "D:/LMS/testDB/testDBpgSQL", + "GENERATOR" : "Ninja", + "INCLUDE_DIR" : "D:/LMS/testDB/Debug64/testDBpgSQL_autogen/include", + "INPUTS" : + [ + "D:/LMS/testDB/testDBpgSQL/resources/DB-instructors.png", + "D:/LMS/testDB/testDBpgSQL/resources/DB-trainees.png" + ], + "LOCK_FILE" : "D:/LMS/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen.dir/AutoRcc_testDBpgSQL_EWIEGA46WW_Lock.lock", + "MULTI_CONFIG" : false, + "OPTIONS" : [ "-name", "testDBpgSQL" ], + "OUTPUT_CHECKSUM" : "EWIEGA46WW", + "OUTPUT_NAME" : "qrc_testDBpgSQL.cpp", + "RCC_EXECUTABLE" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/bin/rcc.exe", + "RCC_LIST_OPTIONS" : [ "--list" ], + "SETTINGS_FILE" : "D:/LMS/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen.dir/AutoRcc_testDBpgSQL_EWIEGA46WW_Used.txt", + "SOURCE" : "D:/LMS/testDB/testDBpgSQL/testDBpgSQL.qrc", + "VERBOSITY" : 0 +} diff --git a/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen.dir/AutoRcc_testDBpgSQL_EWIEGA46WW_Lock.lock b/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen.dir/AutoRcc_testDBpgSQL_EWIEGA46WW_Lock.lock new file mode 100644 index 0000000..e69de29 diff --git a/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen.dir/AutoRcc_testDBpgSQL_EWIEGA46WW_Used.txt b/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen.dir/AutoRcc_testDBpgSQL_EWIEGA46WW_Used.txt new file mode 100644 index 0000000..2ffe446 --- /dev/null +++ b/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen.dir/AutoRcc_testDBpgSQL_EWIEGA46WW_Used.txt @@ -0,0 +1 @@ +rcc:21cac9de39e819b0053dee926fc8ad78cf5d44c3805eec5310b83df9d22b49dd diff --git a/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen.dir/AutogenInfo.json b/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen.dir/AutogenInfo.json new file mode 100644 index 0000000..13548c2 --- /dev/null +++ b/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen.dir/AutogenInfo.json @@ -0,0 +1,166 @@ +{ + "BUILD_DIR" : "D:/LMS/testDB/Debug64/testDBpgSQL_autogen", + "CMAKE_BINARY_DIR" : "D:/LMS/testDB/Debug64", + "CMAKE_CURRENT_BINARY_DIR" : "D:/LMS/testDB/Debug64", + "CMAKE_CURRENT_SOURCE_DIR" : "D:/LMS/testDB/testDBpgSQL", + "CMAKE_EXECUTABLE" : "C:/msys64/mingw64/bin/cmake.exe", + "CMAKE_LIST_FILES" : + [ + "D:/LMS/testDB/testDBpgSQL/CMakeLists.txt", + "D:/LMS/testDB/Debug64/CMakeFiles/3.28.3/CMakeSystem.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-Initialize.cmake", + "D:/LMS/testDB/Debug64/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeSystemSpecificInformation.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeGenericSystem.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeInitializeConfigs.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Platform/WindowsPaths.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeFindCodeBlocks.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake", + "C:/msys64/mingw64/share/cmake/Modules/ProcessorCount.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeCXXInformation.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeLanguageInformation.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/GNU-CXX.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/GNU.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU-CXX.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU.cmake", + "D:/LMS/testDB/Debug64/CMakeFiles/3.28.3/CMakeRCCompiler.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeRCInformation.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-windres.cmake", + "C:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU-CXX-ABI.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeCommonLanguageInclude.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5Config.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ModuleLocation.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfig.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeParseArguments.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QICNSPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTgaPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTiffPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QVirtualKeyboardPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWbmpPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWebGLIntegrationPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWebpPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWindowsDirect2DIntegrationPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWindowsIntegrationPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5Widgets_QWindowsVistaStylePlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake", + "C:/msys64/mingw64/share/cmake/Modules/CMakeParseArguments.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5Config.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ModuleLocation.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5SqlConfigVersion.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5SqlConfig.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QODBCDriverPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QPSQLDriverPlugin.cmake", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QSQLiteDriverPlugin.cmake", + "D:/LMS/testDB/testDBpgSQL/testDBpgSQL.qrc" + ], + "CMAKE_SOURCE_DIR" : "D:/LMS/testDB/testDBpgSQL", + "DEP_FILE" : "", + "DEP_FILE_RULE_NAME" : "", + "HEADERS" : + [ + [ + "D:/LMS/testDB/testDBpgSQL/mainwindow.h", + "MU", + "EWIEGA46WW/moc_mainwindow.cpp", + null + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "D:/LMS/testDB/Debug64/testDBpgSQL_autogen/include", + "MOC_COMPILATION_FILE" : "D:/LMS/testDB/Debug64/testDBpgSQL_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : + [ + "QT_CORE_LIB", + "QT_GUI_LIB", + "QT_SQL_LIB", + "QT_WIDGETS_LIB", + "testDBpgSQL_DEBUG" + ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "D:/LMS/testDB/Debug64", + "D:/LMS/testDB/testDBpgSQL", + "D:/LMS/DBXML/InstructorsAndTrainees", + "D:/LMS/DBXML/InstructorsAndTrainees/instructors", + "D:/LMS/DBXML/InstructorsAndTrainees/trainees", + "D:/LMS/DBXML/InstructorsAndTrainees/tasks", + "D:/LMS/DB/DataBaseLMS", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/win32-g++", + "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql", + "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++", + "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32", + "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward", + "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include", + "C:/Qt/Qt5.14.2/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed", + "C:/Qt/Qt5.14.2/Tools/mingw730_64/x86_64-w64-mingw32/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE", "Q_NAMESPACE_EXPORT" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : false, + "MOC_PREDEFS_CMD" : + [ + "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/g++.exe", + "-std=gnu++11", + "-dM", + "-E", + "-c", + "C:/msys64/mingw64/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "D:/LMS/testDB/Debug64/testDBpgSQL_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 8, + "PARSE_CACHE_FILE" : "D:/LMS/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/bin/moc.exe", + "QT_UIC_EXECUTABLE" : "C:/Qt/Qt5.14.2/5.14.2/mingw73_64/bin/uic.exe", + "QT_VERSION_MAJOR" : 5, + "QT_VERSION_MINOR" : 14, + "SETTINGS_FILE" : "D:/LMS/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ "D:/LMS/testDB/testDBpgSQL/main.cpp", "MU", null ], + [ "D:/LMS/testDB/testDBpgSQL/mainwindow.cpp", "MU", null ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "VERBOSITY" : 0 +} diff --git a/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen.dir/AutogenUsed.txt b/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen.dir/AutogenUsed.txt new file mode 100644 index 0000000..10b4593 --- /dev/null +++ b/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen.dir/AutogenUsed.txt @@ -0,0 +1,2 @@ +moc:dff5a6b987731a7a0e645b462c8b052b7382e58676f5c4bddebf3f09d8c9bd40 +uic:441c9ac37665639d8707680455ada82ca7b89b59339626a1f5caa37d3d5f40e7 diff --git a/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen.dir/ParseCache.txt b/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen.dir/ParseCache.txt new file mode 100644 index 0000000..0857f61 --- /dev/null +++ b/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen.dir/ParseCache.txt @@ -0,0 +1,6 @@ +# Generated by CMake. Changes will be overwritten. +D:/LMS/testDB/testDBpgSQL/mainwindow.cpp + uic:./ui_mainwindow.h +D:/LMS/testDB/testDBpgSQL/main.cpp +D:/LMS/testDB/testDBpgSQL/mainwindow.h + mmc:Q_OBJECT diff --git a/testDB/Debug64/DBXML_/groupsTrainees.xml b/testDB/Debug64/DBXML_/groupsTrainees.xml new file mode 100644 index 0000000..b6d672b --- /dev/null +++ b/testDB/Debug64/DBXML_/groupsTrainees.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/testDB/Debug64/DBXML_/instructors.xml b/testDB/Debug64/DBXML_/instructors.xml new file mode 100644 index 0000000..7330574 --- /dev/null +++ b/testDB/Debug64/DBXML_/instructors.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/testDB/Debug64/build.ninja b/testDB/Debug64/build.ninja new file mode 100644 index 0000000..5e7210f --- /dev/null +++ b/testDB/Debug64/build.ninja @@ -0,0 +1,204 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.28 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: testDBpgSQL +# Configurations: Debug +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = Debug +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = D$:/LMS/testDB/Debug64/ +# ============================================================================= +# Object build statements for EXECUTABLE target testDBpgSQL + + +############################################# +# Order-only phony target for testDBpgSQL + +build cmake_object_order_depends_target_testDBpgSQL: phony || testDBpgSQL_autogen testDBpgSQL_autogen/EWIEGA46WW/qrc_testDBpgSQL.cpp + +build CMakeFiles/testDBpgSQL.dir/testDBpgSQL_autogen/mocs_compilation.cpp.obj: CXX_COMPILER__testDBpgSQL_unscanned_Debug D$:/LMS/testDB/Debug64/testDBpgSQL_autogen/mocs_compilation.cpp || cmake_object_order_depends_target_testDBpgSQL + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DtestDBpgSQL_DEBUG + DEP_FILE = CMakeFiles\testDBpgSQL.dir\testDBpgSQL_autogen\mocs_compilation.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/testDB/Debug64 -ID:/LMS/testDB/testDBpgSQL -ID:/LMS/testDB/Debug64/testDBpgSQL_autogen/include -ID:/LMS/testDB/testDBpgSQL/../../DBXML/InstructorsAndTrainees -ID:/LMS/testDB/testDBpgSQL/../../DBXML/InstructorsAndTrainees/instructors -ID:/LMS/testDB/testDBpgSQL/../../DBXML/InstructorsAndTrainees/trainees -ID:/LMS/testDB/testDBpgSQL/../../DBXML/InstructorsAndTrainees/tasks -ID:/LMS/testDB/testDBpgSQL/../../DB/DataBaseLMS -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\testDBpgSQL.dir + OBJECT_FILE_DIR = CMakeFiles\testDBpgSQL.dir\testDBpgSQL_autogen + +build CMakeFiles/testDBpgSQL.dir/main.cpp.obj: CXX_COMPILER__testDBpgSQL_unscanned_Debug D$:/LMS/testDB/testDBpgSQL/main.cpp || cmake_object_order_depends_target_testDBpgSQL + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DtestDBpgSQL_DEBUG + DEP_FILE = CMakeFiles\testDBpgSQL.dir\main.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/testDB/Debug64 -ID:/LMS/testDB/testDBpgSQL -ID:/LMS/testDB/Debug64/testDBpgSQL_autogen/include -ID:/LMS/testDB/testDBpgSQL/../../DBXML/InstructorsAndTrainees -ID:/LMS/testDB/testDBpgSQL/../../DBXML/InstructorsAndTrainees/instructors -ID:/LMS/testDB/testDBpgSQL/../../DBXML/InstructorsAndTrainees/trainees -ID:/LMS/testDB/testDBpgSQL/../../DBXML/InstructorsAndTrainees/tasks -ID:/LMS/testDB/testDBpgSQL/../../DB/DataBaseLMS -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\testDBpgSQL.dir + OBJECT_FILE_DIR = CMakeFiles\testDBpgSQL.dir + +build CMakeFiles/testDBpgSQL.dir/mainwindow.cpp.obj: CXX_COMPILER__testDBpgSQL_unscanned_Debug D$:/LMS/testDB/testDBpgSQL/mainwindow.cpp || cmake_object_order_depends_target_testDBpgSQL + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DtestDBpgSQL_DEBUG + DEP_FILE = CMakeFiles\testDBpgSQL.dir\mainwindow.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/testDB/Debug64 -ID:/LMS/testDB/testDBpgSQL -ID:/LMS/testDB/Debug64/testDBpgSQL_autogen/include -ID:/LMS/testDB/testDBpgSQL/../../DBXML/InstructorsAndTrainees -ID:/LMS/testDB/testDBpgSQL/../../DBXML/InstructorsAndTrainees/instructors -ID:/LMS/testDB/testDBpgSQL/../../DBXML/InstructorsAndTrainees/trainees -ID:/LMS/testDB/testDBpgSQL/../../DBXML/InstructorsAndTrainees/tasks -ID:/LMS/testDB/testDBpgSQL/../../DB/DataBaseLMS -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\testDBpgSQL.dir + OBJECT_FILE_DIR = CMakeFiles\testDBpgSQL.dir + +build CMakeFiles/testDBpgSQL.dir/testDBpgSQL_autogen/EWIEGA46WW/qrc_testDBpgSQL.cpp.obj: CXX_COMPILER__testDBpgSQL_unscanned_Debug D$:/LMS/testDB/Debug64/testDBpgSQL_autogen/EWIEGA46WW/qrc_testDBpgSQL.cpp || cmake_object_order_depends_target_testDBpgSQL + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DtestDBpgSQL_DEBUG + DEP_FILE = CMakeFiles\testDBpgSQL.dir\testDBpgSQL_autogen\EWIEGA46WW\qrc_testDBpgSQL.cpp.obj.d + FLAGS = -g -std=gnu++11 + INCLUDES = -ID:/LMS/testDB/Debug64 -ID:/LMS/testDB/testDBpgSQL -ID:/LMS/testDB/Debug64/testDBpgSQL_autogen/include -ID:/LMS/testDB/testDBpgSQL/../../DBXML/InstructorsAndTrainees -ID:/LMS/testDB/testDBpgSQL/../../DBXML/InstructorsAndTrainees/instructors -ID:/LMS/testDB/testDBpgSQL/../../DBXML/InstructorsAndTrainees/trainees -ID:/LMS/testDB/testDBpgSQL/../../DBXML/InstructorsAndTrainees/tasks -ID:/LMS/testDB/testDBpgSQL/../../DB/DataBaseLMS -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtWidgets -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtGui -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtANGLE -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtCore -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/./mkspecs/win32-g++ -isystem C:/Qt/Qt5.14.2/5.14.2/mingw73_64/include/QtSql + OBJECT_DIR = CMakeFiles\testDBpgSQL.dir + OBJECT_FILE_DIR = CMakeFiles\testDBpgSQL.dir\testDBpgSQL_autogen\EWIEGA46WW + + +# ============================================================================= +# Link build statements for EXECUTABLE target testDBpgSQL + + +############################################# +# Link the executable testDBpgSQL.exe + +build testDBpgSQL.exe: CXX_EXECUTABLE_LINKER__testDBpgSQL_Debug CMakeFiles/testDBpgSQL.dir/testDBpgSQL_autogen/mocs_compilation.cpp.obj CMakeFiles/testDBpgSQL.dir/main.cpp.obj CMakeFiles/testDBpgSQL.dir/mainwindow.cpp.obj CMakeFiles/testDBpgSQL.dir/testDBpgSQL_autogen/EWIEGA46WW/qrc_testDBpgSQL.cpp.obj | C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Widgets.a C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Sql.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/libQt5Core.a || testDBpgSQL_autogen + FLAGS = -g + LINK_LIBRARIES = C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Widgets.a C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Sql.a -lInstructorsAndTrainees -lDataBaseLMS C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Gui.a C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/libQt5Core.a -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 + LINK_PATH = -LD:/LMS/testDB/testDBpgSQL/../../DBXML/Debug64 -LD:/LMS/testDB/testDBpgSQL/../../DB/Debug64 + OBJECT_DIR = CMakeFiles\testDBpgSQL.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = testDBpgSQL.exe + TARGET_IMPLIB = libtestDBpgSQL.dll.a + TARGET_PDB = testDBpgSQL.exe.dbg + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\Windows\system32\cmd.exe /C "cd /D D:\LMS\testDB\Debug64 && C:\msys64\mingw64\bin\cmake.exe -E echo "No interactive CMake dialog available."" + DESC = No interactive CMake dialog available... + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\Windows\system32\cmd.exe /C "cd /D D:\LMS\testDB\Debug64 && C:\msys64\mingw64\bin\cmake.exe --regenerate-during-build -SD:\LMS\testDB\testDBpgSQL -BD:\LMS\testDB\Debug64" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for testDBpgSQL_autogen + +build testDBpgSQL_autogen: phony CMakeFiles/testDBpgSQL_autogen testDBpgSQL_autogen/mocs_compilation.cpp testDBpgSQL_autogen/include/ui_mainwindow.h + + +############################################# +# Custom command for testDBpgSQL_autogen\EWIEGA46WW\qrc_testDBpgSQL.cpp + +build testDBpgSQL_autogen/EWIEGA46WW/qrc_testDBpgSQL.cpp | ${cmake_ninja_workdir}testDBpgSQL_autogen/EWIEGA46WW/qrc_testDBpgSQL.cpp: CUSTOM_COMMAND D$:/LMS/testDB/testDBpgSQL/testDBpgSQL.qrc CMakeFiles/testDBpgSQL_autogen.dir/AutoRcc_testDBpgSQL_EWIEGA46WW_Info.json D$:/LMS/testDB/testDBpgSQL/resources/DB-instructors.png D$:/LMS/testDB/testDBpgSQL/resources/DB-trainees.png C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/bin/rcc.exe || testDBpgSQL_autogen + COMMAND = C:\Windows\system32\cmd.exe /C "cd /D D:\LMS\testDB\Debug64 && C:\msys64\mingw64\bin\cmake.exe -E cmake_autorcc D:/LMS/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen.dir/AutoRcc_testDBpgSQL_EWIEGA46WW_Info.json Debug" + DESC = Automatic RCC for testDBpgSQL.qrc + restat = 1 + + +############################################# +# Custom command for CMakeFiles\testDBpgSQL_autogen + +build CMakeFiles/testDBpgSQL_autogen testDBpgSQL_autogen/mocs_compilation.cpp testDBpgSQL_autogen/include/ui_mainwindow.h | ${cmake_ninja_workdir}CMakeFiles/testDBpgSQL_autogen ${cmake_ninja_workdir}testDBpgSQL_autogen/mocs_compilation.cpp ${cmake_ninja_workdir}testDBpgSQL_autogen/include/ui_mainwindow.h: CUSTOM_COMMAND + COMMAND = C:\Windows\system32\cmd.exe /C "cd /D D:\LMS\testDB\Debug64 && C:\msys64\mingw64\bin\cmake.exe -E cmake_autogen D:/LMS/testDB/Debug64/CMakeFiles/testDBpgSQL_autogen.dir/AutogenInfo.json Debug" + DESC = Automatic MOC and UIC for target testDBpgSQL + restat = 1 + +# ============================================================================= +# Target aliases. + +build testDBpgSQL: phony testDBpgSQL.exe + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: D:/LMS/testDB/Debug64 + +build all: phony testDBpgSQL.exe + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QICNSPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTgaPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTiffPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QVirtualKeyboardPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWbmpPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWebGLIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWebpPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWindowsDirect2DIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWindowsIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5SqlConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5SqlConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QODBCDriverPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QPSQLDriverPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QSQLiteDriverPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5Widgets_QWindowsVistaStylePlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5Config.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ModuleLocation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeCXXInformation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeCommonLanguageInclude.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeFindCodeBlocks.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeGenericSystem.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeInitializeConfigs.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeLanguageInformation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeParseArguments.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeRCInformation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeSystemSpecificInformation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/GNU-CXX.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/GNU.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU-CXX-ABI.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU-CXX.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-Initialize.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-windres.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/WindowsPaths.cmake C$:/msys64/mingw64/share/cmake/Modules/ProcessorCount.cmake CMakeCache.txt CMakeFiles/3.28.3/CMakeCXXCompiler.cmake CMakeFiles/3.28.3/CMakeRCCompiler.cmake CMakeFiles/3.28.3/CMakeSystem.cmake D$:/LMS/testDB/testDBpgSQL/CMakeLists.txt D$:/LMS/testDB/testDBpgSQL/testDBpgSQL.qrc + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QICNSPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTgaPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTiffPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QVirtualKeyboardPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWbmpPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWebGLIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWebpPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWindowsDirect2DIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QWindowsIntegrationPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5SqlConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5SqlConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QODBCDriverPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QPSQLDriverPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql/Qt5Sql_QSQLiteDriverPlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets/Qt5Widgets_QWindowsVistaStylePlugin.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5Config.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ConfigVersion.cmake C$:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5/Qt5ModuleLocation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeCXXInformation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeCommonLanguageInclude.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeFindCodeBlocks.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeGenericSystem.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeInitializeConfigs.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeLanguageInformation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeParseArguments.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeRCInformation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeSystemSpecificInformation.cmake C$:/msys64/mingw64/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/GNU-CXX.cmake C$:/msys64/mingw64/share/cmake/Modules/Compiler/GNU.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU-CXX-ABI.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU-CXX.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-GNU.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-Initialize.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows-windres.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/Windows.cmake C$:/msys64/mingw64/share/cmake/Modules/Platform/WindowsPaths.cmake C$:/msys64/mingw64/share/cmake/Modules/ProcessorCount.cmake CMakeCache.txt CMakeFiles/3.28.3/CMakeCXXCompiler.cmake CMakeFiles/3.28.3/CMakeRCCompiler.cmake CMakeFiles/3.28.3/CMakeSystem.cmake D$:/LMS/testDB/testDBpgSQL/CMakeLists.txt D$:/LMS/testDB/testDBpgSQL/testDBpgSQL.qrc: phony + + +############################################# +# Clean additional files. + +build CMakeFiles/clean.additional: CLEAN_ADDITIONAL + CONFIG = Debug + + +############################################# +# Clean all the built files. + +build clean: CLEAN CMakeFiles/clean.additional + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/testDB/Debug64/cmake_install.cmake b/testDB/Debug64/cmake_install.cmake new file mode 100644 index 0000000..bcbc00b --- /dev/null +++ b/testDB/Debug64/cmake_install.cmake @@ -0,0 +1,49 @@ +# Install script for directory: D:/LMS/testDB/testDBpgSQL + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/testDBpgSQL") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/objdump.exe") +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "D:/LMS/testDB/Debug64/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/testDB/Debug64/libDataBaseLMS.dll b/testDB/Debug64/libDataBaseLMS.dll new file mode 100644 index 0000000..6e33da7 Binary files /dev/null and b/testDB/Debug64/libDataBaseLMS.dll differ diff --git a/testDB/Debug64/libInstructorsAndTrainees.dll b/testDB/Debug64/libInstructorsAndTrainees.dll new file mode 100644 index 0000000..24bb4b1 Binary files /dev/null and b/testDB/Debug64/libInstructorsAndTrainees.dll differ diff --git a/testDB/Debug64/testDBpgSQL.cbp b/testDB/Debug64/testDBpgSQL.cbp new file mode 100644 index 0000000..6d22a29 --- /dev/null +++ b/testDB/Debug64/testDBpgSQL.cbp @@ -0,0 +1,284 @@ + + + + + + diff --git a/testDB/Debug64/testDBpgSQL.exe b/testDB/Debug64/testDBpgSQL.exe new file mode 100644 index 0000000..eb9c8ea Binary files /dev/null and b/testDB/Debug64/testDBpgSQL.exe differ diff --git a/testDB/Debug64/testDBpgSQL_autogen/EWIEGA46WW/moc_mainwindow.cpp b/testDB/Debug64/testDBpgSQL_autogen/EWIEGA46WW/moc_mainwindow.cpp new file mode 100644 index 0000000..a58760c --- /dev/null +++ b/testDB/Debug64/testDBpgSQL_autogen/EWIEGA46WW/moc_mainwindow.cpp @@ -0,0 +1,124 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'mainwindow.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../testDBpgSQL/mainwindow.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'mainwindow.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.14.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_MainWindow_t { + QByteArrayData data[4]; + char stringdata0[69]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_MainWindow_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_MainWindow_t qt_meta_stringdata_MainWindow = { + { +QT_MOC_LITERAL(0, 0, 10), // "MainWindow" +QT_MOC_LITERAL(1, 11, 26), // "on_btnListTrainees_clicked" +QT_MOC_LITERAL(2, 38, 0), // "" +QT_MOC_LITERAL(3, 39, 29) // "on_btnListInstructors_clicked" + + }, + "MainWindow\0on_btnListTrainees_clicked\0" + "\0on_btnListInstructors_clicked" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_MainWindow[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 2, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 24, 2, 0x08 /* Private */, + 3, 0, 25, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + + 0 // eod +}; + +void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + switch (_id) { + case 0: _t->on_btnListTrainees_clicked(); break; + case 1: _t->on_btnListInstructors_clicked(); break; + default: ; + } + } + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject MainWindow::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_MainWindow.data, + qt_meta_data_MainWindow, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *MainWindow::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *MainWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_MainWindow.stringdata0)) + return static_cast(this); + return QMainWindow::qt_metacast(_clname); +} + +int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QMainWindow::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 2) + qt_static_metacall(this, _c, _id, _a); + _id -= 2; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 2) + *reinterpret_cast(_a[0]) = -1; + _id -= 2; + } + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/testDB/Debug64/testDBpgSQL_autogen/EWIEGA46WW/qrc_testDBpgSQL.cpp b/testDB/Debug64/testDBpgSQL_autogen/EWIEGA46WW/qrc_testDBpgSQL.cpp new file mode 100644 index 0000000..e1f9350 --- /dev/null +++ b/testDB/Debug64/testDBpgSQL_autogen/EWIEGA46WW/qrc_testDBpgSQL.cpp @@ -0,0 +1,659 @@ +/**************************************************************************** +** Resource object code +** +** Created by: The Resource Compiler for Qt version 5.14.2 +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +static const unsigned char qt_resource_data[] = { + // D:/LMS/testDB/testDBpgSQL/resources/DB-instructors.png + 0x0,0x0,0x11,0x2b, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0, + 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0, + 0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f, + 0xa8,0x64,0x0,0x0,0x10,0xc0,0x49,0x44,0x41,0x54,0x78,0x5e,0xed,0x5b,0x9,0x74, + 0x54,0xe5,0xbd,0xff,0x4d,0x66,0x92,0x4c,0x16,0x48,0x2,0x21,0xb,0x59,0x81,0x40, + 0x48,0x58,0x22,0x10,0x40,0x1,0x45,0x40,0x14,0xd1,0x3,0x6a,0x5d,0x7b,0xa8,0x15, + 0x5a,0x2b,0xf5,0x3d,0xf5,0xe9,0x53,0xaa,0xf5,0x68,0x29,0xef,0x3c,0x5b,0xb4,0xa7, + 0xd6,0xd7,0xaa,0xa5,0x75,0xa9,0xad,0x4b,0x5,0x39,0x2,0x3e,0x41,0x44,0xf6,0x7d, + 0x49,0x8,0x84,0xec,0x24,0x24,0x64,0x31,0x81,0x90,0x7d,0xcf,0x2c,0xef,0xf7,0xbf, + 0xf7,0xce,0x64,0x32,0x33,0x99,0x2c,0x24,0xf8,0x8e,0xef,0xfd,0xe6,0xfc,0xce,0x7c, + 0xf7,0xbb,0x37,0x93,0x7b,0xff,0xdf,0xf7,0x5f,0xbf,0xef,0xea,0xd0,0x37,0x4,0x91, + 0x89,0x64,0x2,0x19,0x4e,0x46,0x93,0x61,0x5a,0x5b,0xce,0xd,0xd7,0xe8,0x47,0xa, + 0xa4,0xcf,0x4b,0x6d,0xa2,0x56,0xfb,0x6e,0x23,0x1b,0xc9,0x6,0xb2,0x8e,0xbc,0x4c, + 0x56,0x91,0x15,0x64,0x25,0x59,0x44,0xe6,0x90,0x35,0xe4,0x35,0x83,0x3b,0x1,0xe8, + 0xc9,0x99,0xe4,0xad,0xe4,0x4d,0x64,0x12,0x39,0x9a,0xbc,0x56,0x10,0xc1,0x64,0x93, + 0x87,0xc9,0xaf,0xc9,0xa3,0x64,0x7,0x39,0x24,0x70,0x14,0xc0,0x64,0xf2,0x69,0xf2, + 0x6e,0x32,0x44,0x3a,0x6c,0xf0,0xe2,0x58,0xc6,0xc7,0x18,0x31,0x36,0xde,0x17,0x51, + 0x91,0xbe,0x88,0x8d,0xf2,0x41,0x44,0x98,0xf,0x82,0x83,0xc,0xa4,0x5e,0xf9,0xf6, + 0xf5,0xd1,0x29,0xdf,0x3a,0xed,0x17,0xd,0x7a,0x1d,0x4c,0x66,0xab,0x7a,0x40,0x34, + 0x36,0x99,0xd1,0xd6,0x66,0x41,0x5d,0x83,0x19,0x75,0xf5,0x26,0xd4,0xd4,0x9a,0x50, + 0x75,0xb9,0x13,0xa5,0xe5,0xed,0xa8,0xa8,0xec,0x40,0xe1,0x85,0x36,0x5c,0x28,0x6d, + 0x87,0xc9,0xd4,0xf5,0x37,0x1a,0x9a,0xc8,0x2f,0xc9,0xdf,0x93,0x27,0xa4,0x63,0x30, + 0x61,0x13,0xc0,0xf3,0xe4,0x7f,0x90,0x6,0x39,0x18,0x13,0x6b,0xc4,0x82,0x79,0xc3, + 0x31,0x67,0xd6,0x30,0x4c,0x9f,0x1a,0x88,0x89,0xe3,0xfd,0xe0,0x67,0xb4,0xcd,0xe8, + 0xa1,0x43,0x47,0x87,0x15,0x79,0x85,0xad,0x48,0xcf,0x68,0xc2,0xd1,0xe3,0xd,0xd8, + 0x73,0xa8,0x1,0x5,0x25,0xa2,0x39,0xa,0x44,0x32,0x6f,0x90,0xcf,0x68,0xed,0x41, + 0x81,0x8,0x60,0x1,0xb9,0x47,0x46,0x79,0xd5,0xf,0xc3,0xf1,0xf8,0xaa,0x8,0x4c, + 0x9b,0x12,0xa0,0x9c,0xfc,0xce,0x61,0xb1,0xe2,0x5c,0x5a,0x3,0x36,0x7c,0x7c,0x19, + 0x1b,0xfe,0x79,0x19,0x9d,0xea,0xec,0xf8,0x11,0xf9,0xa1,0x34,0x6,0x3,0xa2,0xef, + 0xf,0x92,0xb7,0x8c,0x1f,0xeb,0x87,0x77,0xdf,0x18,0x87,0xc4,0x4,0x9b,0x1d,0xfb, + 0x5f,0x0,0xea,0xd3,0xa8,0x61,0x6,0x4c,0x4e,0x30,0x62,0xf7,0xd1,0x46,0x54,0x56, + 0x77,0x4a,0xef,0xb7,0xe4,0x76,0x69,0xc,0x6,0x64,0x5e,0x2b,0x73,0x3b,0x9f,0x53, + 0x6f,0x5c,0x6a,0x3a,0xee,0x7a,0x38,0x17,0xef,0x7e,0x54,0x85,0xb,0x17,0xed,0x53, + 0xef,0x3b,0xc1,0x45,0xda,0x83,0xf7,0xff,0x56,0x89,0x7b,0x56,0x17,0x60,0xfc,0xe2, + 0x4c,0x64,0xe4,0xb4,0x68,0x67,0xec,0xde,0x65,0x50,0x20,0x2a,0xf0,0x4b,0xf2,0x3f, + 0x43,0x69,0xf6,0x1a,0x68,0x6e,0x3a,0x14,0x21,0xab,0x88,0x8,0xf3,0x56,0x6c,0x40, + 0x72,0xa2,0x9f,0x32,0x33,0xc6,0xc5,0x1b,0x69,0x4,0x7d,0x10,0x13,0xe5,0x3b,0x28, + 0x36,0x41,0x74,0xbe,0xbc,0xb2,0x1d,0x65,0x15,0x1d,0x28,0x2a,0x6e,0x43,0x6e,0x41, + 0x2b,0x72,0xf2,0x5a,0x90,0x76,0xa6,0x19,0x65,0x34,0x8c,0x36,0x88,0x7a,0x8e,0xa, + 0xd2,0xa1,0xaa,0x56,0x51,0x81,0xb7,0xc9,0xc7,0xa5,0x31,0x18,0xb0,0xb,0x60,0xe5, + 0xbd,0xc0,0xfa,0x35,0x54,0xae,0xad,0xc0,0xd6,0x5d,0x34,0xb7,0x67,0x81,0x56,0xf, + 0x93,0x20,0x68,0xb8,0x1e,0x23,0x82,0xbd,0x15,0x2f,0x10,0x12,0x2c,0xde,0xc0,0x0, + 0xbd,0x26,0x93,0x61,0x81,0x7a,0x18,0xc,0x3a,0x58,0x2c,0x40,0x7d,0x83,0x49,0xed, + 0x24,0x6a,0x69,0xfd,0xeb,0xea,0x55,0x2f,0x20,0xac,0xae,0xe9,0x3a,0xe7,0xc,0x1f, + 0x6f,0x20,0x75,0xa,0xb0,0x64,0xb6,0x1e,0x8f,0x2c,0x32,0xe0,0x9d,0x2f,0xcc,0x58, + 0xf7,0x81,0x72,0xfd,0xd0,0x9,0xe0,0xbd,0xdf,0x2a,0x7d,0xa,0x64,0x26,0x9c,0xca, + 0x4,0xce,0xe6,0x2,0xb9,0xc,0x51,0x72,0xb,0x81,0xe2,0x72,0xa0,0x94,0x1a,0xd8, + 0xd2,0xaa,0x5d,0x34,0x8,0xf0,0x33,0x2,0x51,0xc,0xa7,0xe2,0x19,0x5a,0x4d,0x88, + 0x67,0xd0,0xc1,0x50,0x6b,0xa,0x43,0xae,0x59,0x53,0xd5,0x73,0xd6,0x3a,0x4a,0xa2, + 0x59,0x8f,0xb5,0xef,0x99,0xae,0x8d,0x0,0x64,0xd4,0x36,0x7c,0xc2,0x1b,0x48,0x1, + 0x66,0x48,0x64,0xe0,0x6,0xa2,0x2a,0xdf,0x5e,0xa2,0x6f,0x6f,0x66,0x48,0xc7,0xb8, + 0x4e,0x8e,0xa5,0x2d,0x6c,0xb6,0xab,0x6a,0x17,0xe4,0x41,0x86,0x7,0x72,0x66,0xd0, + 0xb9,0x4,0xd,0x53,0x29,0xed,0xb0,0x91,0xe0,0x2c,0xd2,0x2e,0xea,0x1,0xd7,0x5c, + 0x0,0x47,0x4f,0x3,0x73,0xee,0x3,0xe6,0xa5,0x2,0x7,0xff,0xa9,0x5c,0xf3,0x9d, + 0x62,0xa8,0x5,0xe0,0x62,0xc9,0x44,0xef,0x7e,0xfd,0x14,0xa3,0x22,0x89,0x9,0xff, + 0xf,0xc0,0x45,0x0,0xde,0x8c,0x5,0x5f,0x7e,0x2,0xb8,0x79,0xb6,0xd6,0xf1,0x3d, + 0x87,0x5b,0x5f,0x76,0x2c,0x3,0xb8,0x74,0x45,0x3b,0xb8,0xc6,0xc8,0xa3,0xc1,0xdd, + 0xfc,0x15,0xb0,0x69,0x87,0xc6,0x6f,0x2c,0xd8,0x7e,0x8c,0x39,0x44,0xd3,0xa0,0x45, + 0xbf,0xdd,0xe0,0x62,0x3,0xd2,0xce,0x51,0xd,0xee,0x2,0x16,0xde,0x0,0xec,0xfe, + 0x87,0x72,0xcd,0x35,0xc3,0xeb,0xef,0x3,0xff,0xfe,0xa,0xf5,0xde,0xf3,0xb3,0xe, + 0xad,0xd,0xa8,0xd6,0xb2,0x77,0xdb,0xf7,0xb5,0x42,0x33,0x5d,0xeb,0xcb,0xaf,0xab, + 0xf,0x1f,0x3e,0x3a,0xa,0x91,0xd1,0xb1,0x76,0x6,0x85,0x74,0x4b,0x4e,0x7,0x15, + 0x2e,0x2,0xb0,0xa5,0xb3,0xd7,0x1a,0x5f,0xee,0x65,0xde,0x4b,0x17,0x3a,0x32,0x2c, + 0x1c,0xab,0x9f,0x7d,0x1,0x3f,0x7b,0x66,0x8d,0x9d,0x3f,0x5a,0x4d,0xa3,0x34,0x44, + 0xb0,0xb,0x40,0xfc,0xbf,0x60,0x5a,0xb2,0x1a,0x3,0x3c,0x74,0xa7,0x7a,0x7c,0xad, + 0xf0,0x19,0xf5,0x5d,0x30,0xf9,0xba,0xe9,0x6a,0xc3,0x1,0x23,0x47,0x85,0x21,0x22, + 0x4a,0x8a,0x50,0x83,0xf,0xbb,0x0,0x3e,0xfd,0x12,0x58,0xf7,0x47,0xc0,0x6c,0x6, + 0x8e,0x6f,0x6,0x9e,0x5f,0xad,0x9d,0xb8,0x4a,0x9c,0x64,0x48,0xfd,0xce,0x46,0x26, + 0x5b,0x17,0xb4,0xe,0x37,0x90,0xe9,0x2f,0x33,0x40,0x90,0x9c,0x32,0x4d,0x6d,0x38, + 0x61,0x52,0x97,0x60,0x26,0x68,0xdf,0xee,0x20,0xf3,0x77,0x21,0xb9,0x8a,0xec,0x53, + 0x15,0xcb,0x2e,0x80,0xb6,0x76,0xe0,0x57,0x6f,0x30,0x2c,0x9d,0xb,0xcc,0xbd,0x1f, + 0x78,0x89,0xfa,0xb8,0x63,0xff,0xd5,0x79,0x83,0xdf,0xbd,0x3,0xcc,0xfe,0x1,0xf0, + 0x28,0xcd,0x6c,0xd2,0x6d,0xcc,0xbb,0x19,0x5f,0x64,0x15,0x68,0x27,0x1d,0x20,0xb9, + 0x47,0xb,0xf3,0x8e,0x51,0xe1,0x11,0x8,0x8b,0x74,0x7f,0xdf,0xe,0x2,0x98,0x4f, + 0x8e,0x52,0x9b,0xdd,0xb0,0x94,0x94,0x8a,0xd1,0x6e,0xf2,0x5d,0x92,0xe6,0x1c,0xbd, + 0x3a,0x73,0xbb,0x17,0x98,0x3d,0x86,0x53,0x8d,0xe1,0xe9,0x57,0x59,0x4a,0x1d,0xa2, + 0x1b,0x46,0x32,0x5c,0x9d,0x34,0x5e,0x8d,0xd7,0xe3,0xa2,0x80,0x98,0x48,0x1a,0xaa, + 0x50,0x86,0xb1,0x41,0x40,0x8,0x29,0xdf,0x46,0x5f,0xc0,0xd7,0x7,0xf0,0xd7,0xca, + 0x9,0xaf,0xfd,0x15,0x58,0xb3,0x5e,0x6d,0x87,0xf2,0xc1,0xaa,0xab,0xa4,0xee,0x49, + 0x89,0x53,0xe4,0xf7,0x2e,0xe1,0x3f,0xfd,0x39,0x50,0x50,0x2,0xfc,0x85,0xd1,0xe6, + 0xee,0x23,0xaa,0xa,0xce,0xbf,0x6d,0x29,0x6e,0x26,0x7b,0xc2,0x5f,0x5f,0x7f,0x15, + 0x15,0xa5,0x17,0xa5,0x29,0xc3,0x42,0x9f,0x81,0xd,0x24,0xef,0x1c,0xeb,0xc8,0xeb, + 0x49,0xe8,0xf5,0x7a,0xf8,0xf9,0x7,0xa0,0xa9,0x51,0x6a,0xaf,0xa8,0x27,0x29,0x7a, + 0x1c,0x97,0x3,0x77,0xe8,0x72,0x83,0x73,0xe8,0x6,0x1f,0xd6,0xa1,0x92,0x7f,0xf7, + 0x75,0x36,0x6f,0x2a,0xd7,0x8a,0x4c,0x26,0x3f,0x39,0xbc,0xef,0x36,0x87,0x14,0xb9, + 0xbf,0xb0,0x3d,0xd4,0xc5,0xa2,0x42,0xec,0xff,0x7a,0x3b,0x8a,0xf2,0xf3,0xb4,0x33, + 0x5d,0x8,0x18,0x1d,0x84,0xe8,0xf9,0xf3,0x11,0x31,0x2d,0x11,0xed,0xfa,0x26,0xe, + 0x40,0x3,0x74,0x56,0xea,0x5,0xef,0xce,0x2,0x7f,0x7e,0x87,0xc0,0xdb,0x6b,0x4, + 0xf4,0x8d,0x3e,0x28,0xda,0xb3,0x1f,0xe5,0xfb,0xa4,0x56,0xda,0x1d,0x6,0x6f,0x6f, + 0xa4,0xde,0x30,0xf,0x49,0x53,0x53,0x50,0x5b,0x7d,0x19,0x87,0xf6,0x7c,0x83,0xea, + 0x4b,0x52,0x74,0xf6,0x2c,0x4,0x17,0x1,0x38,0xc3,0xcc,0x91,0xb9,0x40,0x79,0x9f, + 0xa3,0x30,0xf2,0x99,0x0,0x55,0xd4,0x59,0x71,0x99,0xc9,0x4f,0x45,0x1d,0xd5,0xa3, + 0x11,0x4a,0xbb,0x99,0xea,0xd3,0xe2,0xa6,0x6e,0xeb,0x6e,0x44,0x4b,0x8b,0x8b,0x28, + 0x88,0x1d,0x28,0x2e,0x3e,0x8f,0x91,0x93,0xa2,0x10,0x7f,0x77,0x2a,0x74,0xbe,0xfd, + 0x2b,0xfa,0x5a,0x74,0xa1,0x68,0xc9,0xf6,0x42,0xde,0xc6,0x8f,0x81,0xf6,0x4e,0xe5, + 0xc1,0xe7,0x2e,0x5a,0x8c,0xc0,0x61,0x52,0x99,0xa7,0xb,0xe7,0x6c,0x2b,0x2f,0xb9, + 0xe0,0x2c,0x4,0x66,0x37,0x38,0x2f,0x7,0x8e,0x70,0x11,0x40,0x35,0x1f,0x68,0xd9, + 0x5b,0x56,0xdc,0x75,0x9d,0xe,0x6b,0xa4,0x30,0xde,0xf,0xd4,0xd1,0x8d,0xcd,0xfb, + 0x9d,0x15,0x59,0x15,0xfc,0x5e,0x74,0x2b,0x16,0xdd,0xb1,0x4c,0x3b,0xd3,0x5,0xd1, + 0xae,0x6a,0x4b,0x35,0xd2,0x2d,0x67,0x61,0xd5,0xf5,0x5c,0xf,0xe8,0xb,0xac,0xf0, + 0x41,0xbc,0xf9,0x3a,0x24,0x7a,0x7,0xc3,0xcb,0x69,0xec,0x8a,0xb,0xf2,0x50,0x5f, + 0x5b,0x83,0xfd,0xbb,0x76,0xa2,0xf6,0x4a,0xb5,0x74,0xfd,0x86,0x94,0x67,0xed,0x6, + 0x97,0x38,0x40,0x54,0xe0,0x38,0x2d,0xf6,0x81,0x82,0xfe,0x87,0x9e,0xc1,0x9c,0xad, + 0x21,0xa4,0x40,0x6f,0x50,0xa,0xcc,0xdd,0x60,0xe5,0xe7,0x84,0xf9,0x24,0xd2,0xac, + 0xe9,0x57,0xfd,0xf0,0x2,0x1d,0x3a,0x50,0xac,0x3f,0x89,0x7d,0xb4,0x77,0x9a,0x17, + 0xb7,0xc3,0x42,0x77,0x66,0x30,0x78,0x33,0xb0,0xb2,0x9f,0x51,0x8c,0x82,0x33,0x5c, + 0x4,0x30,0x99,0x46,0x38,0x7f,0x9d,0xe,0x9f,0xfe,0xd4,0x55,0x1d,0xfa,0x82,0x27, + 0x16,0xa8,0x7f,0x77,0x6c,0xff,0x5e,0xb4,0xb5,0x76,0x15,0x7,0x5a,0xac,0x2d,0xd8, + 0x6f,0x3e,0x80,0x5a,0xfb,0x42,0xd1,0xe0,0x40,0x47,0xa1,0x76,0x58,0x2a,0xb0,0xcb, + 0x72,0x1c,0xcd,0xd6,0x66,0xa5,0xaf,0xa9,0xa1,0x1e,0xad,0x2d,0x2d,0x28,0xa7,0xc1, + 0xac,0xab,0x51,0x16,0x9a,0xa4,0xb6,0xf5,0x77,0x69,0x38,0xc3,0x45,0x0,0x82,0x71, + 0x74,0x32,0x1,0xb4,0xea,0x3,0xc1,0x7d,0xf4,0x56,0x53,0xe9,0x29,0xda,0xdb,0x5a, + 0x71,0xec,0xc0,0x3e,0xa5,0xaf,0x91,0x9f,0xe3,0x96,0x93,0xbc,0xb,0x1a,0x8b,0x21, + 0x82,0xd5,0x5a,0x8f,0x43,0xd6,0xb3,0x68,0xb0,0x36,0xe2,0x72,0xa5,0x14,0x8e,0x81, + 0xdc,0x73,0xc,0x42,0x54,0xbc,0x45,0xca,0x12,0x9c,0xb,0x5c,0x6c,0x40,0x2b,0x2d, + 0xfe,0x73,0x9b,0xad,0xb8,0x65,0xa2,0x8e,0x76,0x40,0xb9,0xa6,0xdf,0xf8,0x2c,0x9d, + 0x82,0xf8,0x8b,0x15,0xbe,0x46,0x3f,0x3c,0xfe,0xd2,0x8b,0xc8,0xf0,0xc9,0x44,0xb, + 0x3c,0xd7,0xd1,0x96,0x4d,0x59,0x8c,0xd9,0xf1,0xd7,0x31,0x14,0x77,0x3b,0x26,0xca, + 0x54,0x3e,0x56,0x7c,0x1a,0x5f,0x64,0x7e,0xa3,0xf5,0xb8,0x87,0x1e,0xc3,0x11,0x9e, + 0xad,0x47,0x65,0x51,0x29,0x8e,0xee,0xdf,0x23,0x5d,0x32,0xfa,0xe3,0x48,0xb7,0x2, + 0x90,0x75,0x81,0x1b,0xc9,0x45,0xd3,0x62,0x80,0xe5,0x29,0x3a,0xea,0x3e,0xa7,0x31, + 0x7d,0x73,0x1,0x2d,0xfe,0x63,0x37,0xe,0x4c,0xd,0x92,0x22,0x80,0xcf,0x99,0x52, + 0x57,0xd4,0x9a,0xa0,0xbb,0xc1,0x1f,0x1d,0x46,0x86,0x97,0x1e,0x30,0x3b,0x7e,0x1a, + 0x5e,0x59,0xb6,0x6,0x63,0x43,0x63,0x31,0x66,0x64,0x8c,0x5b,0xca,0xb9,0x9b,0x12, + 0x66,0xe3,0x6c,0x79,0xe,0xca,0xeb,0x15,0xcb,0xee,0x16,0x56,0xce,0xb2,0xd6,0x40, + 0x2f,0x64,0x6f,0x3b,0x4c,0x15,0x54,0x84,0xfe,0x27,0xf2,0x33,0x69,0xb8,0x83,0x8b, + 0xb8,0x4d,0x9a,0xcd,0x30,0x79,0xbe,0x67,0x8f,0x90,0x84,0x6a,0x3e,0x3,0xd6,0xb0, + 0xd9,0x71,0xb0,0x4,0xbb,0x1f,0x51,0x47,0x8c,0x1d,0x19,0xab,0xb5,0x24,0x8,0xb3, + 0x30,0xf6,0x38,0x8f,0xec,0xca,0x2,0x85,0xd2,0x96,0x3e,0x1b,0xc6,0x85,0xc6,0x6b, + 0xad,0x9e,0x61,0xf2,0x6b,0x81,0x4f,0x82,0xea,0x12,0x9,0xc6,0xb3,0x3d,0xc3,0xe5, + 0xee,0x8c,0x9a,0xf1,0x36,0x7a,0xab,0xdf,0x3,0x41,0x3b,0xd,0xfc,0xa7,0xe7,0x7c, + 0x10,0xb7,0xac,0x87,0xaa,0xaa,0x7,0xe8,0x28,0xbd,0x98,0x90,0x48,0xc4,0x86,0x8c, + 0x56,0x28,0x6d,0xe9,0xeb,0x2f,0xe2,0xef,0x49,0x81,0xc1,0x9f,0xa1,0x29,0xb0,0x52, + 0xe9,0xe8,0x1,0x76,0x1,0x94,0xd2,0x38,0x77,0x72,0xd4,0xe7,0x25,0x0,0xff,0xf5, + 0x80,0xe,0x7f,0x7a,0x70,0x60,0xd3,0x5f,0xb0,0x31,0x8d,0x3f,0x9c,0x14,0xd,0x2f, + 0x1f,0xd1,0xb0,0xfe,0x41,0xc7,0x4f,0xa0,0x6f,0x40,0x37,0x4a,0x5f,0x7f,0xa1,0xd3, + 0x5b,0x11,0x3a,0x43,0xc9,0x20,0xef,0x20,0xbb,0xa6,0x98,0x13,0xe4,0x97,0x15,0x23, + 0x28,0x7,0x62,0xfd,0x57,0x30,0x7d,0x78,0x68,0xa6,0xe,0x89,0xb2,0xf5,0xa1,0x1f, + 0xa8,0xa1,0x7,0xda,0x72,0x6,0xd8,0x94,0x66,0xc5,0xde,0x22,0x3d,0x26,0x3f,0x7f, + 0x2b,0x47,0xa0,0x6f,0xd3,0x28,0x62,0xf8,0x28,0x3c,0x94,0xba,0x9c,0x31,0x44,0x10, + 0x3,0x1a,0xf7,0x2a,0x23,0x6a,0x50,0xd7,0xd2,0x80,0x8f,0x4f,0x6d,0x61,0xac,0x22, + 0x5b,0x8,0x7a,0x87,0xb9,0xdd,0x82,0xf4,0x75,0x3b,0x60,0xe9,0x30,0x4b,0x24,0xb8, + 0x8d,0xdc,0x44,0x4a,0x1c,0x6d,0x77,0x47,0xdd,0x4,0xe0,0x88,0x28,0x26,0x40,0xa9, + 0x71,0xc0,0xcc,0x78,0x9d,0xf2,0x9d,0x40,0xe1,0x44,0x87,0x30,0xe1,0x71,0x8a,0x6f, + 0xb6,0xd0,0xd8,0x6d,0x38,0x68,0xc5,0xee,0x5c,0x75,0x6,0x9,0x86,0x27,0x84,0x22, + 0xe9,0x31,0xba,0x95,0x3e,0x42,0x6e,0x62,0xfd,0x5d,0xbf,0x64,0x38,0xdd,0x8a,0x99, + 0x71,0x29,0x6a,0xa7,0x13,0x4e,0x96,0x9c,0x81,0xbf,0x8f,0x1f,0xd6,0x6c,0x79,0x45, + 0xeb,0xe9,0x1b,0xa,0xdf,0x4f,0x43,0x75,0x36,0xe3,0xf8,0x2e,0x88,0x30,0xb6,0x92, + 0x92,0xaa,0x65,0xdb,0x5,0xf0,0x43,0x46,0xad,0x77,0x33,0xf4,0xfd,0xdb,0x66,0x60, + 0xe7,0x81,0x9e,0x8d,0x60,0x38,0x6d,0xb,0x73,0x17,0x45,0x18,0x62,0x27,0x36,0x71, + 0xba,0xdb,0x20,0xa5,0x2c,0x49,0x5b,0x47,0x5c,0x1f,0x8d,0x52,0xbf,0x6e,0xff,0xb4, + 0x57,0xbc,0x76,0xf7,0x8b,0x78,0xee,0x73,0x97,0x71,0xe8,0x86,0xbe,0x5c,0xe3,0x8c, + 0x9,0x48,0x80,0x29,0xb7,0x19,0x19,0x27,0x8f,0x33,0x11,0xcb,0x65,0x7c,0x62,0x5f, + 0xef,0x13,0x41,0x24,0xda,0xdd,0xa0,0xac,0x7,0xbc,0xb0,0x1a,0x10,0x41,0x3c,0xbd, + 0x4a,0x2d,0x8a,0x26,0x70,0xe4,0x3,0xb4,0xd0,0xb6,0x91,0x39,0x82,0xa4,0xac,0x92, + 0xf8,0x48,0xb8,0x9c,0x4f,0x4f,0x94,0xad,0xc6,0x1b,0x98,0x9a,0x3a,0xb,0xf7,0x3d, + 0xbc,0xa,0x37,0x2d,0x5e,0x82,0xb8,0xb1,0x9,0x28,0x33,0x94,0xa3,0x99,0x9e,0xbf, + 0x3f,0x58,0x3a,0x69,0x1,0x76,0xe6,0x78,0x34,0xd8,0xbc,0x66,0x61,0xaf,0xd7,0x38, + 0x43,0xcf,0xcf,0xe4,0xf0,0x14,0x65,0x60,0x22,0x46,0x47,0x23,0x64,0xc4,0x8,0xd4, + 0xd6,0x5c,0x11,0x41,0x18,0x79,0xfa,0x94,0x5b,0x85,0xab,0x62,0xee,0x70,0xfd,0x34, + 0x75,0x7d,0xe0,0xbf,0x99,0xd7,0xe7,0x33,0xf6,0x68,0xc9,0x62,0x6c,0xb0,0x1b,0xd8, + 0xc7,0x4,0xec,0xa3,0xdf,0x3,0xaf,0xbf,0xc8,0x59,0x40,0x7f,0x2f,0x48,0x98,0x98, + 0xac,0xd4,0xf2,0x6c,0x68,0xb2,0x52,0x5a,0xfd,0xc4,0xc5,0xda,0xa,0xcc,0x88,0xe1, + 0x28,0xf4,0x80,0x19,0xb1,0x53,0x70,0xb1,0xa6,0x7f,0xb3,0x4a,0xd0,0xa4,0xec,0xb0, + 0x51,0x61,0x60,0x7e,0x12,0x16,0x11,0x89,0xa0,0x60,0x7b,0x91,0xd5,0x75,0x8d,0xfb, + 0x5c,0x3e,0xe7,0xc5,0x62,0xb5,0x7a,0xe3,0x8,0x3,0xe7,0x8a,0xcc,0x88,0xf9,0xb3, + 0xd4,0x59,0xf2,0x6f,0x74,0x2e,0xb2,0xa8,0xe9,0xe,0x1d,0xe8,0x7f,0x1,0x61,0xdb, + 0xd9,0x5d,0x78,0xe2,0xe6,0x95,0x48,0x8e,0x18,0x4f,0x7b,0x13,0xdf,0x8d,0xd2,0xf7, + 0xe4,0xfc,0x95,0xd8,0x9a,0xe9,0x5a,0x7,0xe8,0xd,0xee,0xee,0xc5,0xd1,0xab,0xb8, + 0x8,0x20,0x82,0xc6,0xee,0x7a,0x86,0xc0,0xf2,0xa0,0x3,0x85,0x99,0x9f,0xfe,0xa2, + 0xb0,0xba,0x4,0xaf,0xee,0x7a,0x1b,0xf7,0x4d,0xbb,0x3,0x3f,0x9e,0x75,0x6f,0x37, + 0x4a,0xdf,0xfa,0x6f,0xde,0x46,0x51,0xb5,0x52,0xd,0xea,0x17,0xdc,0xde,0x8b,0x43, + 0x5c,0xe1,0x22,0x0,0xd9,0x28,0x71,0x78,0x23,0xf3,0x81,0x47,0xb5,0x8e,0x1,0x40, + 0xf4,0xae,0xaf,0x90,0xd1,0x88,0xe,0x8e,0x54,0x46,0x59,0xdc,0x5b,0xa0,0x31,0x0, + 0x37,0x4f,0xb8,0x1,0x8b,0x93,0x6e,0x54,0x28,0x6d,0xe9,0xab,0xac,0xbf,0xac,0x5c, + 0x23,0xd7,0xf6,0x27,0x2e,0x70,0x77,0x2f,0x8e,0x81,0x95,0xdd,0x8,0x4a,0x39,0x7c, + 0xf9,0x2d,0x4a,0x5f,0x9f,0xf1,0xd5,0x41,0x20,0xe7,0x3c,0xf0,0x6d,0x59,0x29,0x5a, + 0x9a,0x9a,0xe0,0x1f,0x10,0xa8,0x54,0x65,0xca,0xac,0x65,0x9c,0x78,0xbd,0xe7,0xfb, + 0x12,0xe3,0xbf,0xb7,0xe2,0x35,0xfc,0x64,0xce,0x83,0x58,0x3e,0xf5,0x56,0xc4,0xf0, + 0xe1,0x52,0xa2,0x92,0xf1,0xe6,0x81,0xf,0x94,0xd8,0x40,0xfc,0xfe,0xdf,0x4f,0x7c, + 0xa6,0x18,0xc8,0x84,0xd0,0x38,0x3c,0xb9,0x60,0x15,0xee,0x9f,0x7e,0x27,0x96,0x26, + 0x2f,0xc0,0x89,0x92,0xc,0xd4,0xb5,0xba,0x4d,0xf1,0xbb,0xc1,0x97,0x9f,0x78,0xaf, + 0x38,0x98,0x3a,0x3b,0x91,0x99,0x7e,0xa,0x39,0x99,0x67,0x50,0x7e,0xb1,0x98,0x6, + 0x5d,0x9,0xaf,0x37,0xd8,0xdd,0xa0,0x6d,0x69,0xac,0x84,0x76,0x66,0x1a,0x75,0xfc, + 0x1,0xc6,0x4f,0x6f,0x4b,0xa9,0xd1,0x3,0xc4,0x5e,0xdc,0xf6,0x8,0x93,0x1e,0x26, + 0x4e,0x36,0x88,0x31,0x9c,0xf0,0xe3,0x99,0xb0,0x84,0xb9,0xf,0x68,0x6c,0x90,0xcc, + 0xef,0xf,0xf7,0xae,0xed,0x36,0x9a,0x66,0x8b,0x19,0xbf,0xd8,0xfa,0x1b,0xbc,0xca, + 0x98,0x40,0x92,0x1e,0xc1,0xd4,0xa8,0x24,0xc5,0xf7,0xaf,0x5f,0xfe,0x2,0xf4,0x5e, + 0x5d,0xa3,0x29,0xc5,0x95,0xa7,0x36,0xfd,0x8a,0x82,0x60,0xf4,0xe5,0x1,0xfe,0x8d, + 0xbe,0xa8,0xdc,0x52,0xe0,0xec,0x2,0x5,0xbb,0xc8,0xdb,0x5d,0xee,0x52,0x76,0x83, + 0xd4,0xd2,0x43,0x1e,0x61,0x4a,0xdb,0x1b,0x26,0x33,0xe1,0x29,0xdc,0xb,0x6c,0x7e, + 0x93,0x46,0xf3,0x4e,0x20,0x90,0x2e,0xf3,0xca,0xa5,0x2a,0x94,0x9c,0x72,0x2d,0x7c, + 0x3a,0xc2,0x68,0xf0,0xc5,0xda,0xa5,0x4f,0xbb,0x4c,0x65,0x79,0xc0,0x97,0x96,0x3c, + 0x85,0x13,0xc5,0x19,0xf0,0x36,0x78,0x2b,0x94,0xb6,0xf4,0x39,0x3e,0xbc,0x40,0xfe, + 0x76,0xed,0xd2,0x67,0x94,0xdf,0xf2,0x84,0xbc,0x3,0xa7,0x91,0x73,0x36,0xc3,0xf6, + 0xf0,0x52,0x4d,0x96,0x92,0xb9,0x14,0x49,0x85,0x66,0xcf,0xc3,0xd4,0x7,0x48,0x39, + 0xfc,0x1e,0xfe,0xd4,0x27,0x7f,0x0,0x2e,0x9d,0x50,0x85,0x11,0xa5,0xf7,0x5c,0xf5, + 0x59,0x94,0x38,0x97,0x61,0xaf,0xfb,0xad,0x21,0x41,0x7e,0xc3,0x50,0xdf,0xd6,0x84, + 0xe2,0x2b,0x65,0x28,0x21,0xa5,0x2d,0x7d,0xee,0x30,0x22,0x20,0x18,0xb,0xf9,0x5b, + 0x9e,0xd0,0x54,0x2a,0xdb,0x92,0xf1,0x11,0xb9,0x84,0x8c,0x24,0x7f,0x4a,0x8a,0x3b, + 0x51,0x6a,0x7e,0x2e,0x2,0x88,0x1b,0xad,0xee,0x11,0x18,0xdf,0x7b,0xd6,0xe9,0x2, + 0xd9,0xa,0x23,0xc2,0xf8,0xed,0x4f,0x6a,0x61,0x6a,0xe9,0xd9,0x15,0x8e,0x61,0x6e, + 0xdf,0x13,0x4c,0x54,0x83,0x39,0x63,0x67,0xe0,0x4c,0x59,0x36,0xce,0x50,0xd,0xa4, + 0x2d,0x7d,0x3d,0x41,0xea,0x4,0x3d,0xc1,0xd4,0xda,0x89,0xa6,0xb2,0x5a,0xd9,0x84, + 0xfd,0x30,0xb9,0x93,0x74,0xb9,0x29,0x17,0x1,0x4c,0x1c,0x7,0x94,0x1f,0x51,0x47, + 0x74,0xa0,0x58,0x38,0x93,0x37,0x7c,0xae,0x67,0x35,0xf0,0xd1,0x77,0x4f,0x92,0x3a, + 0xcc,0x5d,0xf7,0xf5,0x69,0xda,0x17,0xd8,0x9d,0x77,0x18,0x29,0xd1,0xc9,0x8a,0xfe, + 0x4b,0x5b,0xfa,0x6c,0x70,0xbc,0x56,0xe0,0xab,0x57,0x52,0x5e,0xb7,0x28,0xdf,0x95, + 0x7,0x4b,0xbb,0xf9,0xcf,0x6c,0x76,0x15,0x14,0x9c,0x20,0x2,0x50,0xe6,0xab,0xe8, + 0xbc,0xec,0x4,0x13,0x8c,0x1a,0xa1,0xce,0x82,0xab,0xc1,0xec,0x61,0x65,0x92,0x85, + 0x69,0x47,0x9e,0x71,0xe1,0x4a,0xa9,0xd6,0x52,0x5d,0xd4,0x92,0xa4,0xf9,0xb8,0x83, + 0x61,0xaf,0x50,0xda,0x8e,0x6e,0xcb,0xf1,0x5a,0x4f,0x90,0xff,0x5d,0x9d,0x56,0x26, + 0x4d,0x59,0x2a,0xeb,0x11,0x22,0x80,0x4f,0xc8,0x42,0xd9,0x99,0x31,0xe9,0x76,0xe0, + 0x16,0x4e,0x96,0x37,0x3f,0x54,0xd7,0xf0,0x7a,0xd9,0xa8,0xd0,0x23,0xae,0x50,0xed, + 0x3e,0xdc,0xd8,0x81,0xe2,0xad,0x99,0x5a,0x4f,0xdf,0x21,0x69,0xef,0xe9,0xb2,0x2c, + 0xa4,0x5d,0xcc,0x54,0x28,0x6d,0xc7,0x8a,0x50,0x5f,0xd1,0x70,0xa8,0x92,0x6a,0xa8, + 0x2c,0xb8,0xfc,0x8b,0xd2,0xd1,0x3,0x44,0x0,0x62,0x25,0x64,0x5d,0xed,0x3d,0xba, + 0xc6,0xe,0x59,0xa7,0xfb,0xd7,0xb5,0xb4,0xf0,0x14,0xc6,0xc8,0x54,0x4e,0xe7,0x15, + 0xc0,0x13,0xbf,0x6,0xde,0xa2,0x19,0x91,0x15,0x5c,0x11,0x8c,0x6c,0x8b,0xf3,0x4, + 0x59,0x14,0x95,0x6b,0xbc,0xca,0xcc,0x8,0x41,0x2f,0xfb,0xe0,0x9c,0x20,0x51,0xdf, + 0xc4,0xf0,0x71,0xe8,0xb4,0x74,0x2a,0x94,0xb6,0xf4,0xf5,0x7,0xbe,0xcd,0x6,0xc4, + 0x7b,0xc7,0xd9,0x66,0x8e,0xe8,0xbf,0xac,0x1f,0xba,0x45,0x77,0x3f,0x44,0xc3,0x4a, + 0xde,0x4f,0x32,0x2a,0x50,0x56,0x56,0x3,0x49,0xb7,0x90,0x9d,0x9c,0x23,0x19,0x35, + 0x4a,0xe4,0x28,0x7b,0xfe,0x64,0x51,0xd4,0x9f,0x46,0x50,0x16,0x48,0xb7,0xef,0x53, + 0x97,0xbc,0x1f,0x58,0xf9,0x28,0xc6,0x4c,0x99,0x88,0x63,0xe6,0x13,0x68,0x75,0xa8, + 0xa,0x8b,0x17,0x58,0x94,0x38,0x4f,0x3b,0x62,0x1c,0x51,0x5f,0xc5,0x14,0xbb,0x7b, + 0x62,0x51,0x56,0xab,0xa6,0x9a,0xd1,0x21,0x62,0xb8,0xbb,0xe0,0x7c,0xad,0xd8,0x88, + 0xdd,0x79,0x87,0xb4,0x23,0xde,0x83,0xce,0x1f,0xf1,0x95,0xa3,0xd1,0x58,0x59,0x83, + 0x93,0x47,0xe,0xa2,0xa4,0x48,0xd1,0x6b,0xe,0x9,0xdc,0xc6,0xb6,0xce,0x2,0x70, + 0x84,0x38,0x5e,0x29,0xea,0x49,0x56,0x30,0x5e,0xa3,0xbc,0x32,0x23,0x75,0xa6,0x5e, + 0x87,0x55,0x36,0x34,0xfc,0xec,0x99,0x5f,0x28,0xa3,0xd0,0x68,0x6d,0xc4,0x29,0x4b, + 0x3a,0xda,0x87,0x70,0x5d,0x40,0x20,0x51,0xdf,0xc,0xaf,0xe9,0xf0,0x37,0xf9,0x22, + 0x3f,0xeb,0x1c,0x1a,0xeb,0xeb,0xb0,0x73,0xdb,0xe7,0x54,0x65,0xab,0x84,0xa5,0x72, + 0xef,0x25,0xca,0x85,0xe,0xf0,0x24,0x0,0x4f,0x90,0x45,0x70,0x19,0x1a,0xc9,0x2b, + 0x85,0xe2,0xa8,0x6d,0xef,0xd,0x51,0x81,0x30,0xe2,0x9e,0x15,0x8f,0x60,0xca,0x74, + 0x59,0x8f,0x54,0xd1,0xc2,0xcf,0x9,0xf3,0x29,0xb4,0x29,0x65,0xfa,0xc1,0x87,0x9f, + 0xce,0x88,0x99,0x5e,0xa9,0xf0,0x97,0xd5,0x64,0xe2,0x62,0xe1,0x79,0x45,0x0,0xc7, + 0xe,0xee,0x43,0x59,0x49,0xb1,0x74,0x3d,0x49,0xfe,0x51,0x1a,0x8e,0x70,0xcd,0x14, + 0xfa,0x6,0x91,0xa8,0x78,0xf,0x99,0xa7,0xe2,0x67,0x73,0x49,0x89,0x49,0x65,0x83, + 0x2,0x93,0x69,0x8c,0xad,0xab,0xb9,0x82,0xe4,0x94,0xe9,0xf0,0xf6,0x56,0x5d,0x1e, + 0xe3,0x3a,0xc4,0x79,0xc5,0xa2,0x86,0x7f,0x36,0xd8,0x42,0x8,0xe2,0x67,0xae,0x7e, + 0xe,0x7c,0xf8,0x11,0x98,0xcd,0x66,0x5c,0xfe,0xb6,0x42,0x59,0x21,0xca,0x66,0x14, + 0xa8,0xc5,0xfd,0x1f,0x90,0x59,0xd2,0x70,0xc4,0x40,0x5,0xe0,0x9,0x19,0xe4,0x43, + 0x4d,0xd,0xd,0x46,0x89,0xbf,0x1d,0x85,0xd0,0x58,0x57,0x87,0xbc,0x1d,0xe9,0x28, + 0x38,0x72,0x16,0xc1,0xc9,0xe1,0xf0,0x32,0xb8,0x84,0x21,0xfd,0x82,0xb8,0xba,0x82, + 0xf,0xd3,0x50,0xba,0x3d,0x1b,0x6,0xbd,0x1,0x11,0xa3,0xa3,0x14,0xd7,0x55,0x72, + 0x3e,0x5f,0xd9,0x48,0x71,0x68,0xcf,0x2e,0x25,0x9,0x22,0x24,0x90,0x78,0x99,0x74, + 0xf1,0x6b,0x3,0x55,0x81,0xde,0x20,0x6f,0x9d,0x49,0xb8,0x19,0x1c,0x19,0x1d,0x83, + 0xe5,0xf,0xae,0x40,0xda,0xd1,0xc3,0x48,0x3f,0x7e,0x4,0x66,0x93,0x9a,0x25,0xea, + 0xfd,0xbc,0xb,0x83,0xc7,0x8f,0x8a,0x8c,0xbe,0x3d,0xc9,0xdf,0x18,0xda,0xbf,0x57, + 0x74,0xda,0xaa,0x9b,0x51,0xfa,0x65,0x36,0xea,0xb,0xab,0xf3,0xcd,0xad,0x9d,0x62, + 0x93,0x94,0x79,0x3f,0x3c,0x28,0x18,0x13,0xa7,0x4c,0x85,0xd1,0xe8,0xa7,0x2c,0x8b, + 0x75,0xaa,0xf,0x2f,0x2f,0x5c,0xfd,0x80,0x74,0x6b,0x80,0x86,0x4a,0x0,0x2,0xbb, + 0x10,0x94,0xa3,0x2e,0xc8,0xde,0x1d,0x79,0x41,0x4b,0x96,0xab,0xe4,0xc6,0x57,0x4, + 0xc4,0x84,0xbc,0x10,0x30,0x7a,0x78,0x6c,0xdc,0xac,0x44,0x4,0xc7,0x86,0x2b,0x2a, + 0x62,0xd2,0xde,0x94,0x33,0x70,0x5a,0x1b,0xf9,0x9,0xa4,0x75,0x3f,0xb9,0x6d,0x2f, + 0x6a,0xce,0x57,0xa1,0xa5,0xa2,0x5e,0xb6,0x71,0x33,0xeb,0x80,0x98,0x7f,0x79,0x7f, + 0xf1,0x39,0xf2,0xe7,0xa4,0xb3,0x24,0x3d,0x3e,0xbc,0x60,0x28,0x5,0x20,0x10,0x2b, + 0xb8,0x91,0x14,0x3f,0x2c,0x36,0x42,0x4a,0xba,0x9b,0x49,0xe7,0xc8,0x46,0x12,0x95, + 0x1d,0x7e,0x1,0x1,0x78,0x76,0xed,0x2b,0xf0,0xd2,0xbb,0x6a,0xa6,0x6c,0xad,0xf9, + 0xc7,0x9f,0x15,0x1b,0x26,0x7e,0x4d,0x2c,0xba,0x33,0x44,0x10,0xcf,0x92,0x8f,0x91, + 0xe2,0xbe,0x3f,0x26,0x25,0xf1,0xf1,0xe8,0x7a,0xae,0x4e,0x9,0x7b,0xc7,0x29,0x52, + 0x6e,0x56,0x66,0x81,0xac,0x35,0xcb,0xc2,0x84,0xbb,0xb0,0x4e,0xc2,0xd5,0x9a,0xd6, + 0xe6,0x66,0x14,0x15,0xb8,0xcf,0x21,0xb2,0x32,0xec,0xf9,0xb9,0xfc,0x86,0x3b,0x48, + 0x55,0x62,0xd,0x29,0x3b,0xc8,0xe4,0xcd,0x55,0x79,0xbb,0xac,0x57,0xbf,0x3b,0xd4, + 0x2,0x10,0xc8,0x3,0x4b,0xd,0xde,0x13,0x44,0x59,0xb7,0x48,0x23,0xeb,0xb4,0x6b, + 0x21,0x42,0xac,0x78,0xee,0x39,0x7b,0xe1,0x43,0x66,0x94,0x27,0x88,0xee,0xf4,0xb9, + 0x2c,0x3d,0x14,0x5e,0x60,0xa0,0x90,0x1b,0x5f,0x51,0x57,0x7b,0x5,0x63,0xc6,0x27, + 0xa2,0xb9,0xb1,0x41,0xd9,0xe9,0x21,0x3c,0x9f,0x93,0x65,0x13,0x8c,0x4c,0x7f,0xa9, + 0x60,0x7d,0x2f,0x21,0xbe,0x52,0x36,0x31,0x88,0xab,0xea,0x89,0x12,0x64,0x7d,0xaf, + 0x21,0x2f,0x6b,0xcb,0x8b,0xd3,0xce,0xf,0x2e,0x89,0x84,0x18,0x35,0x6d,0x9d,0xea, + 0xff,0x31,0x48,0x0,0xfe,0x7,0x2,0xdb,0xfc,0xa1,0xc2,0x50,0x17,0x66,0x0,0x0, + 0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // D:/LMS/testDB/testDBpgSQL/resources/DB-trainees.png + 0x0,0x0,0x11,0xa2, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x40,0x0,0x0,0x0,0x40,0x8,0x6,0x0,0x0,0x0,0xaa,0x69,0x71,0xde, + 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0, + 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0, + 0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f, + 0xa8,0x64,0x0,0x0,0x11,0x37,0x49,0x44,0x41,0x54,0x78,0x5e,0xed,0x5b,0x7,0x74, + 0x54,0x65,0xda,0x7e,0x26,0x33,0x93,0xcc,0x24,0x21,0x85,0x50,0x12,0x3a,0x9,0x48, + 0x47,0x10,0x4,0x84,0x28,0x4d,0x8a,0x62,0x41,0x14,0x64,0x59,0xec,0xca,0xaa,0x67, + 0x2b,0xfb,0x8b,0x65,0xd7,0x95,0xc5,0xb3,0x45,0xd4,0x45,0xd7,0xdf,0xb6,0x8b,0xba, + 0xae,0x65,0x1,0xe5,0x58,0x80,0x20,0xbd,0x97,0x48,0x87,0xc4,0x24,0x24,0x81,0x84, + 0x90,0x48,0x48,0x48,0x9f,0xb4,0x99,0x64,0xfe,0xe7,0xbd,0xf7,0xce,0x64,0x66,0xee, + 0x24,0x84,0x90,0xc4,0xff,0xf8,0xff,0xcf,0x39,0xcf,0xb9,0xdf,0xad,0x73,0xbf,0xf7, + 0xbe,0xdf,0x5b,0xbe,0xf7,0x1b,0x3,0x9a,0x87,0x70,0x72,0x0,0xd9,0x8f,0xec,0x4a, + 0xf6,0x20,0xbb,0x68,0x6d,0x39,0x17,0xa6,0xd1,0x4a,0xa,0xe4,0x58,0x80,0xda,0x44, + 0xb1,0xb6,0xad,0x26,0xcb,0xc9,0x32,0xb2,0x84,0x2c,0x20,0xf3,0xc9,0x3c,0xf2,0x2, + 0x79,0x86,0x4c,0x21,0x8b,0xc8,0x76,0x83,0x3f,0x1,0x18,0xc9,0xeb,0xc9,0xe9,0xe4, + 0x4d,0xe4,0x20,0xb2,0x1b,0xd9,0x5e,0x10,0xc1,0x7c,0x47,0xee,0x23,0x37,0x93,0x7, + 0xc8,0x5a,0xb2,0x4d,0xe0,0x29,0x80,0xa1,0xe4,0x6f,0xc8,0xbb,0xc8,0x48,0x39,0xe0, + 0x42,0x0,0xbf,0x65,0x9f,0x9e,0x16,0xc4,0xf6,0x9,0x42,0xf7,0x98,0x20,0xf4,0xea, + 0x1e,0x88,0xe8,0x2e,0x81,0x88,0x8,0x37,0x91,0x46,0x65,0x1b,0x14,0x68,0x50,0xb6, + 0x6,0xed,0x89,0x26,0xa3,0x1,0x8e,0x3a,0xa7,0xba,0x43,0x94,0x57,0xd4,0xa1,0xba, + 0xba,0x1e,0x25,0x65,0x75,0x28,0x29,0x75,0xa0,0xa8,0xd8,0x81,0xfc,0x2,0x3b,0x72, + 0x72,0x6b,0x90,0x77,0xa1,0x16,0x99,0x67,0xab,0x71,0x36,0xa7,0x6,0xe,0x47,0xc3, + 0x3d,0x1a,0x2a,0xc8,0xd,0xe4,0xdf,0xc8,0x6f,0xe5,0x40,0x6b,0xc2,0x25,0x80,0x67, + 0xc8,0x17,0x49,0x93,0xec,0xf4,0xed,0x65,0xc1,0xe4,0xf8,0x30,0x8c,0x1f,0xd3,0x1, + 0xd7,0xd,0xf,0xc5,0xc0,0xfe,0x56,0x58,0x2d,0x2e,0x8d,0x6e,0x3b,0xd4,0xd6,0x3a, + 0x91,0x96,0x59,0x85,0xa3,0xc7,0x2b,0x70,0x20,0xb1,0xc,0xdb,0xf7,0x96,0x21,0x3d, + 0x5b,0x46,0x8e,0x2,0x91,0xcc,0xeb,0xe4,0x62,0xad,0xdd,0x2a,0x10,0x1,0x4c,0x26, + 0xb7,0xcb,0x57,0x7e,0x78,0x41,0x57,0x3c,0xf9,0x70,0x34,0x46,0xe,0xb,0x51,0x4e, + 0xfe,0xe0,0xa8,0x77,0x22,0xe9,0x48,0x19,0xde,0xfd,0xb4,0x0,0xef,0xae,0x2a,0x80, + 0x5d,0xd5,0x8e,0xfb,0xc8,0x8f,0xa5,0xd1,0x1a,0x90,0xf1,0x3e,0x9f,0xbc,0xb9,0x7f, + 0xac,0x15,0xef,0xbd,0x1e,0x87,0x1,0xfd,0x5c,0x76,0xec,0x7f,0x1,0x38,0x9e,0x3a, + 0x77,0x30,0x61,0x68,0x3f,0xb,0xb6,0x1d,0x28,0xc7,0x85,0x42,0xbb,0x1c,0xfd,0x9e, + 0x4c,0x90,0x46,0x6b,0x40,0xf4,0x5a,0xd1,0xed,0xd3,0x54,0xbd,0xb8,0xd1,0x47,0x31, + 0xfb,0xfe,0x54,0xbc,0xf7,0x49,0x3e,0xce,0x9e,0x73,0xab,0xde,0xf,0x82,0x73,0xb4, + 0x7,0x1f,0xfc,0xeb,0x2,0xe6,0x3c,0x9e,0x8e,0xfe,0xd3,0x4e,0xe1,0x78,0x4a,0xa5, + 0x76,0xc6,0xed,0x5d,0x5a,0x5,0x32,0x4,0x9e,0x23,0xff,0xd4,0x89,0x66,0xaf,0x8c, + 0xe6,0xa6,0x56,0x11,0xb2,0x8a,0xe8,0x2e,0x66,0xc5,0x6,0xc,0x1e,0x60,0x55,0x34, + 0x23,0xae,0x8f,0x85,0x46,0x30,0x10,0x3d,0xbb,0x7,0xb5,0x8a,0x4d,0x90,0x31,0x9f, + 0x7b,0xa1,0x6,0xe7,0xf3,0x6a,0x71,0x26,0xab,0x1a,0xa9,0xe9,0x55,0x48,0x49,0xab, + 0xc4,0x91,0x13,0x36,0x9c,0xa7,0x61,0x74,0x41,0x86,0x67,0xe7,0x70,0x3,0xf2,0x8b, + 0x95,0x21,0xf0,0x36,0xf9,0xa4,0x34,0x5a,0x3,0x6e,0x1,0x3c,0x74,0xf,0xf0,0xd2, + 0x12,0xe,0xae,0xaf,0x80,0xaf,0xb6,0xd0,0xdc,0x9e,0x4,0xaa,0x9a,0x50,0x82,0xf0, + 0x30,0x23,0x3a,0x46,0x98,0x15,0x2f,0x10,0x19,0x21,0xde,0xc0,0x4,0xa3,0x26,0x93, + 0xe,0xa1,0x46,0x98,0x4c,0x6,0xd4,0xd7,0x3,0xa5,0x65,0xe,0xf5,0x20,0x51,0x4c, + 0xeb,0x5f,0x52,0xaa,0x7a,0x1,0x61,0x61,0x51,0xc3,0x39,0x5f,0x4,0x9a,0x81,0xd1, + 0xc3,0x80,0x99,0x63,0x8d,0x78,0x70,0xaa,0x9,0x2b,0xd7,0xd5,0x61,0xd9,0x87,0xca, + 0xf5,0x6d,0x27,0x80,0xf7,0xff,0xaa,0x1c,0x53,0x20,0x9a,0x70,0xf8,0x14,0x70,0x32, + 0x15,0x48,0x65,0x88,0x92,0x9a,0x9,0x64,0xe5,0x2,0x39,0x1c,0x81,0x95,0x55,0xda, + 0x45,0xad,0x0,0xab,0x5,0xe8,0xce,0x70,0xaa,0xf,0x43,0xab,0x6b,0xfa,0x30,0xe8, + 0x60,0xa8,0x35,0x8c,0x21,0xd7,0x98,0xe1,0xea,0x39,0x67,0x9,0x25,0x61,0x33,0x62, + 0xe9,0xfb,0x8e,0xf6,0x11,0x80,0x7c,0xb5,0x77,0xff,0xc3,0x17,0xb8,0x16,0x18,0x25, + 0x91,0x81,0x1f,0xc8,0x50,0xf9,0xfe,0x22,0x7d,0xbb,0x8d,0x21,0x1d,0xe3,0x3a,0xd9, + 0x97,0xb6,0xd0,0xe6,0x1e,0xaa,0xd,0x90,0x8e,0x84,0x85,0x52,0x33,0xe8,0x5c,0xc2, + 0x3b,0xa8,0x94,0x76,0x97,0x28,0x50,0x8b,0xb4,0x8b,0x1a,0x41,0xbb,0xb,0xe0,0xc0, + 0x31,0x60,0xfc,0x5c,0x20,0x7e,0x34,0xb0,0x67,0x95,0x72,0xcd,0xf,0x8a,0xb6,0x16, + 0x80,0xce,0x92,0xc9,0xb8,0xfb,0xe3,0xaf,0x18,0x15,0x49,0x4c,0xf8,0x7f,0x0,0x3a, + 0x1,0x98,0x19,0xb,0xfe,0xe1,0x17,0xc0,0xa4,0xb1,0xda,0x81,0x1f,0x39,0xfc,0xfa, + 0xb2,0x83,0xc7,0x81,0x8b,0x97,0xb4,0x9d,0x76,0x46,0x1a,0xd,0xee,0xda,0x6f,0x80, + 0xcf,0x36,0x6a,0xdc,0x5a,0x8f,0x84,0x83,0xcc,0x21,0x2a,0x5a,0x2d,0xfa,0xf5,0x82, + 0xce,0x6,0x1c,0x49,0xe2,0x30,0x98,0xd,0x4c,0xb9,0x1,0xd8,0xf6,0x91,0x72,0x4d, + 0xbb,0x61,0xc5,0x7,0xc0,0x6f,0xff,0xcc,0x71,0xdf,0x74,0x5f,0xdb,0xd6,0x6,0x14, + 0x6a,0xd9,0xbb,0x6b,0xdb,0x5e,0xb0,0xd1,0xb5,0xfe,0x61,0x85,0xda,0xf9,0xae,0xdd, + 0xba,0x23,0xa6,0x47,0x2f,0x37,0xc3,0x23,0xbd,0x92,0xd3,0x56,0x85,0x4e,0x0,0xae, + 0x74,0xb6,0xbd,0xb1,0x61,0x7,0xf3,0x5e,0xba,0xd0,0xa8,0x2e,0x5d,0xf1,0xf8,0x7f, + 0x3d,0x8b,0x45,0x8b,0x97,0xb8,0x79,0xdf,0xe3,0x34,0x4a,0x6d,0x4,0xb7,0x0,0xc4, + 0xff,0xb,0x46,0xe,0x56,0x63,0x80,0x9f,0xdc,0xa6,0xee,0xb7,0x17,0x3e,0xe7,0x78, + 0x17,0xc,0x1d,0x71,0x9d,0xda,0xf0,0x40,0x54,0xe7,0x2e,0x88,0xee,0x2e,0x93,0x50, + 0xad,0xf,0xb7,0x0,0x56,0x6f,0x0,0x96,0xbd,0x1,0xd4,0xd5,0x1,0x89,0x6b,0x81, + 0x67,0x1e,0xd7,0x4e,0x5c,0x25,0xe,0x31,0xa4,0x5e,0xb9,0x86,0xc9,0xd6,0x59,0xed, + 0x80,0x1f,0x88,0xfa,0x8b,0x6,0x8,0x6,0x5f,0x3b,0x52,0x6d,0xf8,0x60,0x48,0x83, + 0x60,0xae,0xd1,0xb6,0xfe,0x20,0xfa,0x3b,0x85,0x7c,0x98,0x6c,0xd6,0x2c,0x96,0x5b, + 0x0,0xd5,0x35,0xc0,0xb,0xaf,0x33,0x2c,0x9d,0x0,0x4c,0x98,0x7,0x3c,0xcf,0xf1, + 0xb8,0x71,0xd7,0xd5,0x79,0x83,0x57,0x56,0x2,0x63,0xef,0x6,0x1e,0xa3,0x99,0x1d, + 0x34,0x83,0x79,0x37,0xe3,0x8b,0xe4,0x74,0xed,0xa4,0x7,0x24,0xf7,0xa8,0x64,0xde, + 0xd1,0xb9,0x6b,0x34,0xba,0xc4,0xf8,0x7f,0x6f,0xf,0x1,0x4c,0x24,0x3b,0xab,0x4d, + 0x2f,0xdc,0x4a,0xca,0x8c,0xd1,0x36,0xf2,0x3d,0x92,0xe6,0x1c,0x97,0x75,0xe6,0x6e, + 0x2f,0x30,0xb6,0x2f,0x55,0x8d,0xe1,0xe9,0x37,0xc9,0xca,0x3c,0x84,0x17,0xa2,0x18, + 0xae,0xe,0xe9,0xaf,0xc6,0xeb,0xbd,0xbb,0x3,0x3d,0x63,0x68,0xa8,0x3a,0x31,0x8c, + 0xd,0x7,0x22,0x49,0xd9,0x5a,0x82,0x80,0xa0,0x40,0x20,0x58,0x9b,0x4e,0x78,0xf9, + 0x9f,0xc0,0x92,0x97,0xd4,0x76,0x27,0x76,0xac,0x30,0x5f,0xe6,0x3d,0x29,0x71,0x8a, + 0xfc,0x9e,0x99,0xfc,0xd1,0x27,0x80,0xf4,0x6c,0xe0,0x1f,0x8c,0x36,0xb7,0xed,0x57, + 0x87,0xe0,0xc4,0x19,0xb7,0x62,0x12,0xd9,0x18,0xfe,0xb9,0x62,0x39,0xf2,0x72,0xce, + 0x49,0x53,0x3e,0xb,0x7d,0x6,0xde,0x25,0xf9,0xe6,0x58,0x46,0x8e,0x23,0x61,0x34, + 0x1a,0x61,0xd,0xe,0x41,0x45,0xb9,0xcc,0xbd,0xa2,0x94,0xa4,0xe8,0x91,0x28,0x3b, + 0xfe,0xd0,0xe0,0x6,0xc7,0xd3,0xd,0xde,0x6f,0xc0,0x5,0xde,0xb7,0xf9,0x3b,0xbe, + 0x54,0xaa,0x13,0xa7,0x98,0xfc,0xa4,0xf0,0xbd,0xab,0x3d,0x52,0xe4,0x2b,0x85,0xab, + 0x53,0xe7,0xce,0x64,0x62,0xd7,0xe6,0x4,0x9c,0x39,0x9d,0xa6,0x9d,0xf1,0x46,0x8f, + 0x71,0xb7,0x63,0xe4,0x9c,0x27,0x51,0x1a,0xdc,0x1b,0xa5,0x86,0x8,0x54,0xc2,0x2, + 0x87,0xc1,0x4,0x93,0xd3,0x1,0x2b,0xaa,0x10,0xe9,0x2c,0x81,0x31,0x3f,0x19,0x27, + 0xbf,0xfe,0x7,0xa,0x4f,0x6c,0xd5,0xee,0x6a,0x80,0xc9,0x6c,0xc6,0xe8,0x1b,0xe2, + 0x31,0x68,0xf8,0xb5,0x28,0x2e,0x2c,0xc0,0xde,0xed,0x5b,0x51,0x78,0x51,0x26,0x9d, + 0x9b,0x16,0x82,0x4e,0x0,0xbe,0xa8,0xe3,0x97,0x39,0x4b,0x79,0x27,0x51,0x18,0xa7, + 0x99,0x0,0xe5,0x95,0x38,0x51,0xc0,0xe4,0x27,0xaf,0x84,0xc3,0xa3,0x1c,0x4a,0xdb, + 0xc6,0xe1,0x53,0xe9,0x67,0xde,0xd6,0xdf,0x17,0xcd,0xc9,0x3a,0x43,0x41,0x6c,0x44, + 0x66,0x6a,0xa,0x2,0xad,0x21,0x18,0x32,0xe7,0x37,0xb0,0x8f,0x5d,0x4,0x9b,0xa9, + 0xf9,0xae,0xce,0x5a,0x5b,0x8,0xfb,0x8e,0x15,0xc8,0xd8,0xf0,0xe,0x8c,0x6,0xa7, + 0xd2,0xf1,0x9,0x53,0xa7,0x21,0xb4,0x83,0xcc,0xcc,0xd3,0x85,0x53,0xdb,0x72,0xb3, + 0xcf,0xfa,0xa,0x81,0xd9,0xd,0x32,0x64,0xc7,0x13,0x3a,0x1,0x14,0xb2,0x43,0x77, + 0xbc,0xe5,0xc4,0xec,0x11,0x6,0x2c,0x91,0x89,0xf1,0x2b,0x40,0x9,0xdd,0x58,0xfc, + 0x2b,0x4e,0x24,0xe7,0x71,0x3b,0x75,0x3a,0xa6,0xce,0xba,0x43,0x3b,0xe3,0xd,0xf1, + 0xf5,0xd9,0x25,0xf5,0x38,0xd0,0x75,0x1,0xec,0x1,0x1c,0x3b,0x2d,0x84,0xb9,0xbe, + 0x6,0x13,0xcb,0xbe,0x44,0x4c,0x50,0xb5,0xce,0x7d,0x67,0xa5,0xa7,0xa1,0xb4,0xb8, + 0x8,0xbb,0xb6,0x6c,0x42,0xf1,0xa5,0x42,0x39,0xf4,0x17,0x52,0xfa,0xea,0x5,0x5d, + 0x1c,0x20,0x43,0x20,0x91,0x16,0x7b,0x77,0xfa,0x95,0x87,0x9e,0x11,0xc1,0xb4,0x9, + 0xa4,0xc0,0x68,0x52,0x26,0x98,0x75,0x70,0x52,0xe6,0x29,0xe6,0xc1,0xd8,0x1d,0xf3, + 0xd0,0x55,0x75,0x5e,0x20,0xf7,0x6f,0x8d,0xb8,0x17,0xc9,0xe6,0xa1,0xca,0x73,0x3d, + 0x51,0x4f,0x77,0x66,0x32,0x99,0x29,0x6c,0xcd,0xbf,0xab,0x5,0x19,0x1d,0x74,0x2, + 0x18,0x4a,0x23,0x7c,0x7a,0x99,0x1,0xab,0x1f,0xd5,0xf,0x87,0xe6,0xe0,0x17,0x93, + 0xd5,0xfb,0xe,0xee,0xda,0x81,0xea,0x2a,0xef,0xc9,0x1,0x11,0xe9,0x8e,0xc0,0xc9, + 0x38,0x6c,0x92,0xba,0x4b,0xeb,0xe1,0xa8,0x69,0x14,0x76,0x6,0x4e,0x72,0xcf,0x95, + 0x57,0x94,0x95,0xa2,0xaa,0xb2,0x12,0xb9,0x34,0x98,0x25,0x45,0x4a,0xa1,0x49,0xe6, + 0xb6,0xfe,0x2d,0xd,0x5f,0xe8,0x4,0x20,0x88,0xa3,0x93,0x9,0x69,0xe1,0xc7,0x99, + 0x4b,0x6f,0x35,0x9c,0x9e,0xa2,0xa6,0xba,0xa,0x7,0x77,0xef,0xd4,0x8e,0xaa,0xd8, + 0x17,0x18,0x8f,0xf3,0x1,0x3d,0xb5,0xbd,0xd6,0x45,0x4e,0x40,0x2f,0xec,0x35,0xdf, + 0xa8,0xb4,0xb,0x2e,0xc8,0xc4,0x31,0x90,0x9a,0xc4,0x20,0x44,0xc5,0x5b,0xa4,0x94, + 0xe0,0x74,0xd0,0x9,0xa0,0x8a,0x16,0xff,0xe7,0xab,0x9c,0xf8,0x92,0x19,0x61,0x4b, + 0x20,0x63,0xf1,0xf9,0x59,0x7a,0x2d,0x48,0x35,0xe,0xc2,0x99,0x80,0x38,0xa5,0xdd, + 0x56,0x38,0x6b,0x8c,0xc5,0x9,0x7b,0x2c,0x2a,0x2b,0x2a,0x94,0xaf,0xaf,0x8d,0x7d, + 0xf9,0xfa,0xaf,0x4a,0xc3,0x1f,0x74,0x2,0xd8,0x9f,0x9,0xbc,0xc9,0xf,0xf7,0x62, + 0xc2,0x95,0xdb,0x0,0x17,0xee,0x66,0x30,0xe7,0xd2,0x82,0x44,0x6a,0x41,0x71,0x40, + 0x47,0x1c,0x32,0x89,0x11,0x6e,0x7b,0x9c,0x8,0x9d,0x80,0xca,0x90,0x6e,0x48,0x39, + 0xe5,0xfe,0x82,0xef,0x90,0x7e,0xbf,0xbe,0x40,0x27,0x0,0x87,0x66,0x33,0x1c,0xc, + 0x89,0x5b,0xa,0xd1,0x82,0x89,0x5a,0xc0,0x9a,0x97,0x9b,0x8b,0x3,0xa6,0xb1,0x70, + 0x1a,0xbc,0x7f,0x4a,0x74,0x64,0x4a,0x6f,0x23,0x1e,0x18,0x66,0xc6,0x80,0x28,0xbf, + 0x23,0xb1,0x51,0xc,0xe2,0xf5,0x72,0x9f,0xdc,0xaf,0xea,0x9a,0x7,0xf8,0x3b,0xe7, + 0xfa,0xce,0x43,0x59,0x99,0x14,0xa2,0x15,0x30,0x9e,0x6d,0x1c,0xba,0x5f,0xb6,0x68, + 0xc6,0xdb,0x62,0x56,0xb7,0x2d,0x41,0x8d,0x3,0xf8,0xcf,0x21,0xb5,0xdd,0x6f,0xc6, + 0xc3,0x28,0xc,0x90,0x4a,0x7a,0x3,0x2,0xf8,0xd6,0xcb,0xa7,0x58,0xb0,0xf2,0x56, + 0x2b,0x5e,0x88,0xf,0xc2,0xc6,0x79,0xc1,0x98,0x11,0xdb,0xe0,0x35,0x62,0x42,0xd, + 0x78,0x6c,0x84,0x19,0x2f,0x4d,0xe,0xc2,0xcf,0x46,0x9a,0xd1,0x8d,0xfb,0x2e,0xcc, + 0xe4,0x75,0x1b,0x78,0xbd,0xdc,0x27,0xf7,0xcb,0x35,0xf2,0x3c,0x4f,0xd8,0xc2,0xe2, + 0xd0,0x6b,0xe2,0x4f,0xb4,0x3d,0x3c,0xa4,0x6d,0xfd,0xc2,0x2d,0x80,0x1c,0xe6,0xff, + 0x76,0x7e,0xf5,0xf8,0x7e,0xc0,0xdf,0xef,0x35,0xe0,0xbf,0xe7,0xeb,0x64,0xdb,0x6c, + 0xac,0x39,0xc2,0x60,0x84,0xf1,0x84,0xe4,0xf5,0xc5,0x7d,0x6e,0xd1,0x8e,0x36,0x20, + 0xd2,0x62,0xc0,0xdd,0x3,0xbc,0xdd,0xe4,0xe2,0x31,0x8c,0xa3,0x89,0xb8,0x88,0x0, + 0x24,0xb0,0x83,0xcf,0xde,0x10,0x84,0xb9,0x3,0xcd,0x78,0x7a,0x5c,0x10,0x12,0xee, + 0xd,0x46,0xbf,0x48,0xf5,0x55,0x7f,0x7d,0xbd,0x7a,0x9d,0xb,0xf7,0xf0,0x9a,0x8, + 0x3e,0xcf,0x17,0x21,0x13,0xdd,0x73,0x26,0xb3,0xc8,0x5e,0x6a,0x53,0xf,0xb7,0x0, + 0xb6,0xa6,0x50,0xb5,0x96,0x3a,0x95,0xb1,0x3f,0x9d,0x29,0xf1,0xf5,0x7d,0xb4,0x13, + 0xcd,0x44,0x91,0x8d,0x81,0x14,0x63,0xfa,0x5b,0xde,0x70,0xe2,0x91,0x7f,0xab,0xf6, + 0x63,0xf0,0x8d,0xb3,0x70,0xc1,0xc8,0xc4,0xc1,0x7,0x21,0x7e,0xb4,0xeb,0xc5,0xbd, + 0xc,0x27,0x89,0xd7,0xa6,0x59,0x10,0x1e,0xe4,0xdd,0xa1,0xb0,0x40,0x3,0x5e,0xbb, + 0xd9,0xa2,0xb4,0x5f,0xdc,0xa7,0x5e,0xe7,0x9,0xab,0x54,0x38,0x7d,0x50,0xd9,0x69, + 0x8,0x3a,0xf6,0x55,0xe6,0xf5,0xe5,0xac,0xb8,0x3,0x71,0x83,0xb7,0x93,0x5e,0xfe, + 0xcd,0x6b,0x8,0x64,0x16,0x0,0x7f,0x5c,0xf,0xc,0x7c,0xc1,0x89,0x1e,0xcf,0x30, + 0x1a,0x7c,0xdb,0x89,0x3f,0x31,0x4f,0xdf,0xc4,0xdc,0x40,0xce,0x89,0x6a,0xfb,0x42, + 0xbc,0x85,0x74,0x3a,0x7a,0x89,0xda,0x71,0x49,0xa6,0x44,0x93,0x7a,0xf6,0x89,0x45, + 0xa7,0xd1,0xfe,0x23,0xc1,0x62,0xda,0x65,0x5f,0x13,0x9b,0x5d,0xe6,0x64,0x58,0x4b, + 0xa1,0x35,0x62,0xf,0x64,0xdc,0x9b,0x79,0xea,0x1c,0xaf,0xf3,0x84,0xec,0x95,0x36, + 0xb2,0x7c,0x62,0xd0,0xac,0x45,0xb0,0x58,0x95,0xec,0x4c,0x56,0xac,0x48,0x55,0xf9, + 0x6b,0x52,0x62,0xe3,0xf,0x49,0x7e,0x66,0x8f,0x50,0x78,0x1,0xdf,0xf5,0x2e,0x86, + 0xbe,0xff,0x5a,0xcb,0xe,0xef,0x6e,0xdc,0x8,0x76,0x65,0xb8,0xdd,0x8d,0x8f,0xeb, + 0xc1,0xd0,0x5d,0xec,0xc4,0x67,0x54,0x77,0x17,0x44,0xe5,0x25,0x6d,0x1d,0x3a,0x72, + 0x14,0x22,0xa3,0x3a,0x61,0x9f,0x39,0x1e,0x99,0x46,0xff,0xae,0x6f,0x54,0xb4,0x11, + 0x6b,0xee,0xb2,0x2a,0x2f,0x50,0x5e,0xeb,0xc4,0x8d,0x1f,0x57,0x2a,0x79,0xc7,0xa9, + 0x47,0x1b,0x2f,0xcd,0xf,0x5f,0x69,0x53,0xb2,0xc9,0x3d,0xb,0x83,0xd1,0x81,0x5a, + 0x21,0x9d,0x9f,0xfb,0x45,0x15,0x8e,0x5e,0xf0,0xff,0xb2,0x71,0x75,0x99,0x18,0x5f, + 0xb3,0x1b,0xe9,0x29,0xc9,0x38,0x7e,0x28,0x91,0x89,0x58,0x2a,0x3d,0x93,0xbb,0xde, + 0x27,0xf9,0xc1,0x0,0xb7,0x0,0x3c,0x4b,0x63,0x52,0xe1,0x49,0xe4,0x97,0xdd,0x7f, + 0x54,0xad,0x11,0xca,0x64,0x46,0xd6,0x79,0x7e,0x59,0x3f,0x1a,0x20,0x18,0x3e,0x7a, + 0xc,0x6e,0xba,0x79,0x86,0x32,0x9d,0xe5,0x89,0xd,0x81,0xb7,0xe1,0x52,0x40,0x94, + 0xb6,0xd7,0x0,0xf1,0x12,0x92,0xf,0x84,0x9a,0xd,0x8,0xe1,0x90,0xbe,0x54,0xe5, + 0x74,0x7b,0x9f,0x1d,0xb,0x82,0xd1,0x3b,0x5c,0xaf,0x5,0xe7,0xcb,0xeb,0x71,0x13, + 0x85,0x24,0x10,0x4d,0xe8,0x68,0x35,0xa0,0x82,0x5f,0xde,0x66,0x67,0x10,0xac,0x3d, + 0xcf,0x17,0x51,0xf5,0x97,0x30,0xab,0x96,0x2a,0xad,0x21,0x23,0xe5,0x3b,0xe4,0x9c, + 0xcd,0xc4,0xf1,0xc3,0x89,0x28,0x2b,0x91,0x65,0x4a,0x98,0xef,0x57,0xdf,0xf2,0x19, + 0x3f,0x8c,0xa3,0x2f,0x97,0xfa,0xc0,0x7a,0xe6,0xf5,0xa7,0x99,0x7d,0x56,0x52,0xb5, + 0xd3,0xb7,0x1,0x3b,0x3f,0x5,0x3e,0xf9,0x1b,0xb0,0xe2,0x77,0xd4,0x82,0x68,0xf5, + 0xfa,0x7e,0x3,0x7,0xeb,0x3a,0x2f,0xa8,0x30,0x84,0x6a,0xad,0x6,0x88,0x45,0x3f, + 0xf4,0x40,0x88,0x32,0xa6,0xc5,0xfd,0x5,0x71,0x84,0x4e,0xe9,0x63,0xc2,0xf3,0x13, + 0x54,0xe3,0xf6,0x72,0x62,0xad,0x6e,0x3e,0x42,0xf6,0x97,0x1f,0x54,0xf5,0xfc,0x77, + 0xe3,0x3,0x31,0xb9,0xb7,0x49,0xb9,0x6f,0x20,0xef,0x97,0xe7,0xc8,0xf3,0x3c,0x3d, + 0x85,0xb,0x15,0x1,0xde,0xda,0x64,0x62,0x7e,0xd2,0x25,0x3a,0x6,0xe1,0x11,0xee, + 0xcc,0x53,0x5f,0xe3,0x4e,0x3a,0x4d,0xbd,0x98,0xa6,0xce,0xde,0x78,0xc2,0xc4,0x1f, + 0xec,0xd7,0x9b,0xfe,0x7d,0xc,0x20,0xc3,0xe5,0xd7,0x74,0x2e,0x52,0xd4,0x6c,0xa, + 0x76,0x75,0xc5,0x8d,0x1b,0x26,0xfe,0xda,0x7,0xb3,0xac,0xca,0xd7,0xbb,0xa3,0xbf, + 0x9,0x9f,0x71,0x8,0xec,0xfc,0x69,0x8,0xde,0x9c,0x6e,0xc1,0xbe,0xf3,0xaa,0xa, + 0x24,0x64,0x3a,0xf0,0x48,0x42,0x15,0xf7,0xeb,0x90,0x57,0xe1,0x54,0xb6,0xb2,0xbf, + 0x3e,0x43,0x55,0xbf,0xdd,0x39,0x75,0x78,0x6b,0x86,0x45,0xb9,0x4f,0xee,0x97,0xe7, + 0xc8,0xf3,0xde,0xe7,0x73,0xe5,0xf9,0x9e,0xb0,0xc3,0xbf,0x2f,0x37,0x78,0x44,0xf, + 0x3a,0x1,0x44,0x33,0xf,0x18,0x37,0x42,0xed,0x68,0x6b,0xa3,0x47,0x87,0x0,0xf4, + 0xef,0xa8,0x57,0xba,0x45,0x1b,0xab,0xb1,0x3d,0xdb,0x81,0x5b,0xe2,0x4c,0x98,0xd1, + 0xd7,0xa4,0x74,0xf2,0xbe,0x75,0x55,0x88,0xff,0xc8,0xa6,0x6c,0x65,0x5f,0x8e,0xdf, + 0xca,0xf3,0x7b,0xd8,0x7e,0x70,0xbd,0xbe,0x3c,0x7d,0xd,0x9f,0x2b,0xcf,0x6f,0x16, + 0x3c,0x72,0x67,0xdd,0x1d,0xb2,0x50,0x62,0xdf,0x1a,0xe0,0xa9,0xc7,0xb4,0x3,0x57, + 0x1,0x33,0xbc,0x8d,0x86,0xf8,0x7f,0x5f,0xec,0x3a,0xe7,0xc0,0xe,0x76,0x7e,0x62, + 0x2f,0x13,0x5e,0xa7,0x3a,0xbf,0x3d,0xd3,0x82,0x35,0xb3,0xad,0x98,0x3f,0x58,0x22, + 0x3d,0x93,0xb2,0x95,0x7d,0x39,0x2e,0xea,0x3e,0x89,0xd7,0xed,0xa5,0x56,0x6c,0x3e, + 0xab,0x37,0x48,0xbe,0xcf,0x37,0x53,0x7,0xfc,0xc1,0xd0,0x94,0x0,0xae,0x4,0x3d, + 0x34,0x17,0xbf,0x3d,0x61,0x9d,0xc2,0xfc,0xbc,0x5c,0xf5,0x80,0x86,0x50,0x65,0x85, + 0x5b,0x3,0x2,0xfd,0xf8,0xeb,0x5f,0x6e,0xa9,0x51,0x22,0xb9,0x57,0xa7,0x4,0xb9, + 0x55,0x58,0x3c,0xc4,0x9f,0x27,0x4a,0xa4,0x67,0x51,0xb6,0xb2,0x2f,0x90,0xf3,0xaf, + 0xf0,0x3a,0x71,0x97,0x4f,0x6d,0xd7,0xc7,0x3,0xbe,0xcf,0xf,0xad,0x6f,0xf8,0x7d, + 0x87,0xdd,0x8e,0xec,0x33,0x19,0x38,0x72,0x70,0x3f,0xf2,0x72,0xb2,0xb5,0xa3,0xc8, + 0x97,0x5b,0x24,0x87,0x9c,0x2a,0xf5,0x80,0x3b,0x6f,0xa6,0x3f,0x66,0x1f,0x62,0x27, + 0xab,0x8b,0x21,0x6e,0x93,0xf5,0x63,0x4d,0x60,0x30,0xa3,0x46,0x99,0xd1,0x2d,0x28, + 0xac,0x52,0xe6,0xfc,0xe,0xef,0xdf,0x8b,0xa4,0x63,0x47,0x60,0x2b,0x2f,0x47,0x68, + 0x58,0x18,0x6c,0x1d,0xfa,0x2a,0x89,0x90,0xb,0xd1,0x21,0x6,0x4c,0xa7,0x2a,0x57, + 0xf3,0xe3,0xb9,0xf8,0xe6,0xd1,0x5a,0xcc,0x63,0x34,0x77,0x1b,0xc7,0x72,0x73,0x60, + 0xa5,0xe7,0xc8,0xb7,0x39,0x71,0x2c,0xbf,0xe,0xf7,0xf,0x35,0x7b,0x3d,0xeb,0xab, + 0x74,0x3b,0xbe,0xf7,0xa8,0x21,0xc6,0xd4,0xe5,0xa2,0xf2,0xc4,0x7a,0x6c,0xdf,0xb8, + 0x1e,0x1b,0xd6,0xae,0x46,0x66,0x5a,0xa,0x4a,0x8a,0x2e,0xa1,0x5e,0x2d,0x82,0xf0, + 0xcd,0xb1,0x4c,0x74,0xc1,0xcb,0xd,0x6e,0xda,0xc3,0x78,0x9b,0x6,0x6e,0xf8,0x40, + 0x66,0x56,0xd,0x1e,0xa4,0x51,0xc8,0x74,0x7a,0x2,0xb3,0x47,0x29,0x64,0xae,0xdf, + 0x4e,0xcb,0xab,0xcd,0x81,0x88,0x9a,0xcd,0xf8,0xfd,0x47,0x48,0x8b,0xb9,0x53,0x3d, + 0xa0,0xc1,0x43,0xfb,0x14,0x88,0xfb,0x4a,0x98,0x67,0xa5,0x45,0xf7,0xa3,0x1e,0x8d, + 0x20,0xad,0xa8,0x1e,0xb7,0xac,0xae,0xf4,0xfb,0x2c,0x4f,0x58,0x76,0x2f,0x47,0xca, + 0x2a,0x59,0xfe,0xe8,0x86,0xcc,0x26,0x7f,0x49,0x72,0x90,0x2b,0x2,0x70,0x5e,0xd5, + 0x10,0x10,0xc8,0x74,0xf8,0x9c,0x19,0x4c,0x7e,0x5e,0x3,0x2e,0x7e,0xb,0xac,0x7d, + 0x53,0x5d,0x63,0xe0,0xe4,0xdb,0xe4,0xed,0x91,0xdf,0xf1,0x86,0xbc,0xa4,0x27,0x5, + 0x61,0x41,0x57,0xf6,0x1a,0x12,0x1a,0xb,0xfc,0x3d,0xcb,0x13,0xe7,0x77,0xaf,0xd6, + 0x5a,0xf8,0x84,0x9c,0x49,0xca,0xa0,0x7d,0x94,0x94,0x25,0xb8,0xca,0x1d,0xba,0x5f, + 0xee,0xdd,0x8d,0xc6,0x83,0xda,0xd8,0xff,0xa,0x73,0x1,0x81,0x2c,0x85,0x11,0x61, + 0x48,0x8c,0x20,0x48,0x3b,0xb8,0x19,0x5d,0xec,0x8c,0xa0,0x2e,0x3,0x9f,0xf,0xd9, + 0x2a,0x8,0xca,0x3f,0x89,0xf2,0x3c,0xfa,0x74,0x46,0xf1,0xe4,0xfd,0xe4,0x26,0x52, + 0x67,0x15,0x75,0x2,0x18,0xc8,0xc8,0x35,0x97,0x49,0x8d,0x7c,0xd1,0x96,0x42,0x96, + 0xd7,0x8c,0x18,0x24,0x13,0x22,0xd5,0x8,0x38,0x26,0xc2,0x6f,0x7f,0x14,0x6d,0x92, + 0xa5,0xc5,0xa,0xa4,0x78,0xa2,0xc5,0x99,0x7a,0x88,0xf0,0x9f,0x20,0xdf,0x1a,0x10, + 0xcb,0xc1,0xf1,0xb6,0x2a,0x80,0xd6,0xc0,0xaf,0x38,0xf4,0xfe,0xce,0x94,0xe3,0x9a, + 0x21,0xc3,0x11,0xf9,0xc4,0x97,0xb8,0x18,0xe0,0xaf,0x9a,0xa5,0x62,0xe1,0x10,0xb3, + 0x12,0x12,0x37,0x17,0x36,0x7e,0xc7,0x8f,0x93,0x1a,0xaf,0xd6,0x84,0x94,0x66,0x20, + 0xf9,0xf7,0x63,0xe0,0xac,0x53,0xae,0x19,0x45,0x32,0xa8,0xf7,0xf,0x11,0x80,0xac, + 0xd3,0x3a,0x4c,0xc6,0x49,0xa2,0x31,0x79,0x9c,0x9a,0x14,0xc9,0x12,0x19,0xb1,0xf2, + 0xbe,0x86,0xa6,0x39,0xb8,0xc4,0x30,0x3b,0x76,0x92,0xba,0x7a,0x6c,0xde,0x83,0x8f, + 0x22,0x7a,0xc4,0x14,0xac,0x37,0xcf,0xd2,0xcd,0xa,0xb5,0x5,0xc,0xce,0x7a,0xc, + 0x3a,0xb9,0x1c,0x49,0x5b,0x56,0xd1,0xed,0x89,0xf6,0xe3,0x7d,0xf2,0x11,0x69,0xf8, + 0x83,0xab,0x7b,0x9d,0x48,0xa9,0xe4,0x2d,0x24,0xdd,0xdf,0x42,0xea,0x7e,0xa2,0xca, + 0x52,0x17,0x94,0xf5,0x7b,0x62,0x1f,0xa4,0x3e,0x28,0xb5,0x41,0x59,0xf6,0xd6,0x18, + 0x9e,0x7d,0x5,0xf8,0xeb,0x3b,0x6a,0x76,0xf8,0xb3,0xdf,0x3e,0xa3,0x78,0x4,0x99, + 0x14,0xfd,0xd6,0xdc,0x6,0xe1,0xa5,0xf,0x46,0xd7,0x70,0xfc,0x1e,0x5b,0xad,0x24, + 0x3b,0x9b,0xd7,0x7d,0x41,0xe3,0xe8,0xa4,0x83,0x54,0x2a,0xca,0x7e,0xeb,0xd3,0xbe, + 0xdf,0x57,0x9c,0xf6,0x3c,0x92,0x4e,0x51,0xa9,0xac,0x36,0xda,0x4d,0x59,0xc9,0x19, + 0xc5,0xa8,0x51,0x22,0x47,0x59,0xf3,0x27,0x45,0xd1,0x60,0x1a,0x41,0x29,0x90,0x8a, + 0x5b,0x94,0x92,0xf7,0xbd,0xf,0x3d,0x86,0x81,0xc3,0xae,0xd5,0xee,0x60,0x84,0x69, + 0x9e,0xc0,0xf4,0x98,0x92,0x6c,0x23,0xf4,0xad,0x3b,0x83,0x1b,0xed,0x7b,0xf0,0x7d, + 0xce,0x39,0x14,0x15,0x5c,0xc4,0xa1,0xfd,0x7b,0x5c,0x5a,0xb0,0x92,0xf4,0x1b,0xdb, + 0x36,0xa5,0xe0,0xe2,0x98,0x65,0x4a,0x45,0x3e,0x1b,0x75,0x40,0xa1,0xbc,0xbd,0xac, + 0x54,0xb8,0xcc,0xf2,0x46,0x6,0x3d,0xdd,0x7b,0x60,0xd1,0xe2,0xa7,0x95,0xaf,0xef, + 0x82,0xb8,0xaa,0x3d,0x81,0x13,0x91,0x65,0x6c,0x81,0x8b,0xb9,0xc,0x7a,0xd6,0x65, + 0x63,0x92,0x7d,0xa7,0xd2,0x21,0x87,0xbd,0x16,0xa7,0x93,0x93,0x50,0x5e,0x5a,0x82, + 0x4d,0x5f,0xbb,0xb5,0x40,0xde,0xdd,0x1d,0x2,0xba,0xd0,0x94,0x0,0x9a,0x82,0x4c, + 0xb3,0x88,0x4f,0x95,0xbc,0x52,0xd8,0x81,0x74,0xfd,0x6f,0x68,0x29,0xd9,0x71,0xce, + 0xc2,0x7,0x31,0xec,0x3a,0xfd,0x54,0xb8,0x94,0xb0,0x64,0x38,0x1c,0x32,0xb7,0x5e, + 0x75,0x68,0x94,0xe3,0x8,0x6,0x3b,0x92,0xf9,0xe4,0x86,0x60,0xe0,0x5c,0x66,0x86, + 0x22,0x80,0x83,0x7b,0x76,0xe2,0x7c,0x76,0x96,0x1c,0xfa,0x25,0xf9,0x86,0x34,0x3c, + 0xd1,0x52,0xab,0x24,0xe9,0x98,0xfc,0xc9,0x49,0xe6,0x83,0xa4,0x56,0xfd,0x5,0x29, + 0xd3,0x4c,0xf2,0x3,0x8a,0xc5,0x3d,0xb0,0x73,0x9b,0x52,0x9e,0xf2,0x85,0xbc,0x64, + 0xb7,0xc2,0x7d,0xe8,0xba,0x6d,0x31,0x8c,0xe,0x9b,0x76,0xb4,0x65,0x8,0xa8,0xad, + 0x44,0xbf,0x43,0x4b,0x31,0xa0,0xea,0xb8,0x57,0xe7,0xeb,0xea,0xea,0x94,0x82,0xcc, + 0x25,0xe,0x83,0xb,0xd,0xf9,0xc9,0x45,0x6d,0xeb,0x85,0x96,0x6a,0x40,0x53,0x60, + 0x1c,0x88,0xdd,0x64,0x44,0x4c,0x8f,0x9e,0xca,0x2,0x27,0x6b,0xb0,0x5a,0x31,0x2d, + 0x2b,0x29,0xc6,0xde,0x6d,0x5b,0x70,0x34,0x71,0x3f,0xea,0x1c,0xe,0x18,0x8c,0x66, + 0x74,0xba,0x61,0x2e,0x22,0xef,0x5c,0xa,0x7b,0x88,0x7e,0xf2,0xb4,0x31,0x4,0x94, + 0xe6,0xa0,0xe0,0xf3,0xe7,0x50,0x7e,0x7c,0x3d,0x5d,0x9d,0x3,0x61,0x11,0x11,0x88, + 0x9f,0x32,0x1d,0xd7,0x8d,0x1b,0xaf,0xc,0xb9,0xac,0x8c,0xd3,0x38,0x9f,0x25,0xe5, + 0xf1,0x2d,0xb0,0x33,0x9,0x22,0xd6,0x91,0xb3,0x49,0x5d,0x3c,0xd0,0x16,0x2,0x10, + 0x88,0x7e,0x4b,0xb8,0xa9,0x8,0xe1,0xce,0xf9,0xb,0x71,0xe4,0xc0,0x3e,0x77,0xc7, + 0x35,0xc8,0x62,0x19,0x99,0x52,0x51,0x8a,0xfa,0xd6,0xd8,0xeb,0x11,0xff,0xc0,0xd3, + 0xa8,0x8d,0x1a,0x84,0x62,0x43,0x38,0xaa,0xd,0xc1,0xb0,0x3b,0x4d,0x30,0x1b,0x1c, + 0xb0,0x38,0x2b,0x11,0xe1,0x2c,0x45,0xc9,0xa9,0x6d,0x48,0xfb,0xe6,0x43,0xd4,0x64, + 0xbb,0x27,0x22,0x53,0x49,0x99,0xf2,0x56,0x24,0x1c,0x16,0x1e,0x41,0xa3,0x3b,0x1c, + 0x16,0x8b,0x15,0x7,0x76,0x6d,0x77,0x75,0x5e,0xfe,0x70,0x75,0x37,0xa9,0x4f,0x1f, + 0x89,0xb6,0x12,0x80,0xc0,0x2d,0x4,0x65,0xaf,0x1,0xb2,0x76,0x47,0x32,0x94,0xcf, + 0x49,0x79,0x71,0x71,0xbd,0xf2,0x47,0xa8,0xfe,0xf2,0x5,0x6f,0x9f,0xb7,0x80,0x4d, + 0x3d,0x24,0x83,0x7b,0x75,0xe9,0x73,0x4a,0xdd,0x8f,0x90,0x65,0xdc,0xcc,0x3a,0xb0, + 0x97,0x94,0xaa,0xcb,0x53,0xa4,0x4,0x74,0xbe,0x33,0xaa,0x4d,0x76,0x5e,0xd0,0x96, + 0x91,0x89,0xd4,0x86,0xa6,0x91,0x2e,0xff,0x7b,0x82,0x14,0x17,0x2b,0x7e,0x51,0xb2, + 0x24,0x51,0x47,0xe9,0x8d,0xd4,0xee,0xc4,0x40,0x21,0xe5,0xd4,0x9,0xa5,0xae,0xef, + 0xf,0x59,0x19,0xe9,0xae,0xce,0x8b,0x5f,0x93,0xb2,0x8f,0x74,0x5e,0x20,0x63,0x5b, + 0x4,0xc0,0x58,0x16,0x2f,0x93,0xb2,0xe,0x40,0x9e,0x2d,0x7f,0xac,0x6a,0xb2,0xf3, + 0x82,0xb6,0xe,0xcd,0x24,0xc2,0x14,0xf7,0x23,0x5a,0x30,0x82,0xfc,0x8c,0xf4,0x17, + 0x97,0xcb,0xca,0xae,0xa2,0x2a,0x9b,0xd,0x67,0xd2,0xfd,0xaf,0x21,0x4a,0x3e,0xee, + 0x8e,0x66,0xe5,0x19,0xfe,0x20,0x82,0x58,0x42,0x4a,0xcc,0xed,0xaa,0x3,0x34,0xd9, + 0x79,0x41,0xdb,0xc7,0xa6,0x6a,0x87,0x65,0xe,0xbe,0x29,0xc8,0x60,0x95,0x3c,0x1d, + 0xc9,0xc7,0xf4,0x61,0xbb,0xa8,0x7f,0x6a,0x92,0x28,0x90,0x2,0x7d,0x8e,0xed,0xd, + 0x99,0x3e,0x6e,0x98,0xa,0xba,0xc,0x9a,0x3f,0xb,0xd1,0xf6,0x90,0x17,0x5f,0x58, + 0x52,0x7c,0x9,0x7d,0xfb,0xf,0x80,0xad,0xbc,0x4c,0x59,0xe9,0x21,0xcc,0x48,0x49, + 0x76,0x9,0x46,0xd4,0x5f,0xb7,0xce,0xe7,0xc7,0x2,0x99,0xc3,0x96,0x3a,0xbe,0x38, + 0xf4,0xc6,0x28,0x41,0xd6,0x8f,0x1a,0xf2,0x67,0x6d,0xf9,0xe3,0xb4,0x6f,0xc7,0x25, + 0xf0,0xfa,0x94,0xd4,0x96,0x60,0xfd,0x3f,0x5a,0x9,0xc0,0xff,0x0,0xad,0x34,0xa, + 0x76,0x24,0x17,0xa1,0xd2,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60, + 0x82, + +}; + +static const unsigned char qt_resource_name[] = { + // resources + 0x0,0x9, + 0xa,0x6c,0x78,0x43, + 0x0,0x72, + 0x0,0x65,0x0,0x73,0x0,0x6f,0x0,0x75,0x0,0x72,0x0,0x63,0x0,0x65,0x0,0x73, + // DB-instructors.png + 0x0,0x12, + 0x1,0xf4,0x23,0x67, + 0x0,0x44, + 0x0,0x42,0x0,0x2d,0x0,0x69,0x0,0x6e,0x0,0x73,0x0,0x74,0x0,0x72,0x0,0x75,0x0,0x63,0x0,0x74,0x0,0x6f,0x0,0x72,0x0,0x73,0x0,0x2e,0x0,0x70,0x0,0x6e, + 0x0,0x67, + // DB-trainees.png + 0x0,0xf, + 0x2,0xb7,0xb6,0x87, + 0x0,0x44, + 0x0,0x42,0x0,0x2d,0x0,0x74,0x0,0x72,0x0,0x61,0x0,0x69,0x0,0x6e,0x0,0x65,0x0,0x65,0x0,0x73,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + +}; + +static const unsigned char qt_resource_struct[] = { + // : + 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1, +0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + // :/resources + 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x2, +0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + // :/resources/DB-instructors.png + 0x0,0x0,0x0,0x18,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0, +0x0,0x0,0x1,0x8f,0x71,0x7a,0x10,0x0, + // :/resources/DB-trainees.png + 0x0,0x0,0x0,0x42,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x11,0x2f, +0x0,0x0,0x1,0x8f,0x71,0x78,0xa0,0xd0, + +}; + +#ifdef QT_NAMESPACE +# define QT_RCC_PREPEND_NAMESPACE(name) ::QT_NAMESPACE::name +# define QT_RCC_MANGLE_NAMESPACE0(x) x +# define QT_RCC_MANGLE_NAMESPACE1(a, b) a##_##b +# define QT_RCC_MANGLE_NAMESPACE2(a, b) QT_RCC_MANGLE_NAMESPACE1(a,b) +# define QT_RCC_MANGLE_NAMESPACE(name) QT_RCC_MANGLE_NAMESPACE2( \ + QT_RCC_MANGLE_NAMESPACE0(name), QT_RCC_MANGLE_NAMESPACE0(QT_NAMESPACE)) +#else +# define QT_RCC_PREPEND_NAMESPACE(name) name +# define QT_RCC_MANGLE_NAMESPACE(name) name +#endif + +#ifdef QT_NAMESPACE +namespace QT_NAMESPACE { +#endif + +bool qRegisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *); +bool qUnregisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *); + +#ifdef QT_NAMESPACE +} +#endif + +int QT_RCC_MANGLE_NAMESPACE(qInitResources_testDBpgSQL)(); +int QT_RCC_MANGLE_NAMESPACE(qInitResources_testDBpgSQL)() +{ + int version = 3; + QT_RCC_PREPEND_NAMESPACE(qRegisterResourceData) + (version, qt_resource_struct, qt_resource_name, qt_resource_data); + return 1; +} + +int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_testDBpgSQL)(); +int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_testDBpgSQL)() +{ + int version = 3; + QT_RCC_PREPEND_NAMESPACE(qUnregisterResourceData) + (version, qt_resource_struct, qt_resource_name, qt_resource_data); + return 1; +} + +namespace { + struct initializer { + initializer() { QT_RCC_MANGLE_NAMESPACE(qInitResources_testDBpgSQL)(); } + ~initializer() { QT_RCC_MANGLE_NAMESPACE(qCleanupResources_testDBpgSQL)(); } + } dummy; +} diff --git a/testDB/Debug64/testDBpgSQL_autogen/include/ui_mainwindow.h b/testDB/Debug64/testDBpgSQL_autogen/include/ui_mainwindow.h new file mode 100644 index 0000000..df9cc4f --- /dev/null +++ b/testDB/Debug64/testDBpgSQL_autogen/include/ui_mainwindow.h @@ -0,0 +1,120 @@ +/******************************************************************************** +** Form generated from reading UI file 'mainwindow.ui' +** +** Created by: Qt User Interface Compiler version 5.14.2 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_MAINWINDOW_H +#define UI_MAINWINDOW_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_MainWindow +{ +public: + QWidget *centralwidget; + QGridLayout *gridLayout; + QHBoxLayout *horizontalLayout; + QVBoxLayout *verticalLayout_1; + QToolButton *btnListTrainees; + QToolButton *btnListInstructors; + QSpacerItem *verticalSpacer; + QVBoxLayout *verticalLayout_2; + QMenuBar *menubar; + QStatusBar *statusbar; + + void setupUi(QMainWindow *MainWindow) + { + if (MainWindow->objectName().isEmpty()) + MainWindow->setObjectName(QString::fromUtf8("MainWindow")); + MainWindow->resize(800, 600); + centralwidget = new QWidget(MainWindow); + centralwidget->setObjectName(QString::fromUtf8("centralwidget")); + gridLayout = new QGridLayout(centralwidget); + gridLayout->setObjectName(QString::fromUtf8("gridLayout")); + horizontalLayout = new QHBoxLayout(); + horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); + verticalLayout_1 = new QVBoxLayout(); + verticalLayout_1->setObjectName(QString::fromUtf8("verticalLayout_1")); + btnListTrainees = new QToolButton(centralwidget); + btnListTrainees->setObjectName(QString::fromUtf8("btnListTrainees")); + btnListTrainees->setMinimumSize(QSize(130, 58)); + QIcon icon; + icon.addFile(QString::fromUtf8(":/resources/DB-trainees.png"), QSize(), QIcon::Normal, QIcon::Off); + btnListTrainees->setIcon(icon); + btnListTrainees->setIconSize(QSize(32, 32)); + btnListTrainees->setToolButtonStyle(Qt::ToolButtonTextUnderIcon); + + verticalLayout_1->addWidget(btnListTrainees); + + btnListInstructors = new QToolButton(centralwidget); + btnListInstructors->setObjectName(QString::fromUtf8("btnListInstructors")); + btnListInstructors->setMinimumSize(QSize(130, 58)); + QIcon icon1; + icon1.addFile(QString::fromUtf8(":/resources/DB-instructors.png"), QSize(), QIcon::Normal, QIcon::Off); + btnListInstructors->setIcon(icon1); + btnListInstructors->setIconSize(QSize(32, 32)); + btnListInstructors->setToolButtonStyle(Qt::ToolButtonTextUnderIcon); + + verticalLayout_1->addWidget(btnListInstructors); + + verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); + + verticalLayout_1->addItem(verticalSpacer); + + + horizontalLayout->addLayout(verticalLayout_1); + + verticalLayout_2 = new QVBoxLayout(); + verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); + + horizontalLayout->addLayout(verticalLayout_2); + + + gridLayout->addLayout(horizontalLayout, 0, 0, 1, 1); + + MainWindow->setCentralWidget(centralwidget); + menubar = new QMenuBar(MainWindow); + menubar->setObjectName(QString::fromUtf8("menubar")); + menubar->setGeometry(QRect(0, 0, 800, 21)); + MainWindow->setMenuBar(menubar); + statusbar = new QStatusBar(MainWindow); + statusbar->setObjectName(QString::fromUtf8("statusbar")); + MainWindow->setStatusBar(statusbar); + + retranslateUi(MainWindow); + + QMetaObject::connectSlotsByName(MainWindow); + } // setupUi + + void retranslateUi(QMainWindow *MainWindow) + { + MainWindow->setWindowTitle(QCoreApplication::translate("MainWindow", "MainWindow", nullptr)); + btnListTrainees->setText(QCoreApplication::translate("MainWindow", "List of Trainees", nullptr)); + btnListInstructors->setText(QCoreApplication::translate("MainWindow", "List of Instructors", nullptr)); + } // retranslateUi + +}; + +namespace Ui { + class MainWindow: public Ui_MainWindow {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_MAINWINDOW_H diff --git a/testDB/Debug64/testDBpgSQL_autogen/moc_predefs.h b/testDB/Debug64/testDBpgSQL_autogen/moc_predefs.h new file mode 100644 index 0000000..12a1073 --- /dev/null +++ b/testDB/Debug64/testDBpgSQL_autogen/moc_predefs.h @@ -0,0 +1,399 @@ +#define __DBL_MIN_EXP__ (-1021) +#define __FLT32X_MAX_EXP__ 1024 +#define __cpp_attributes 200809 +#define __UINT_LEAST16_MAX__ 0xffff +#define __ATOMIC_ACQUIRE 2 +#define __FLT128_MAX_10_EXP__ 4932 +#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F +#define __GCC_IEC_559_COMPLEX 2 +#define __UINT_LEAST8_TYPE__ unsigned char +#define __SIZEOF_FLOAT80__ 16 +#define _WIN32 1 +#define __INTMAX_C(c) c ## LL +#define __CHAR_BIT__ 8 +#define __UINT8_MAX__ 0xff +#define _WIN64 1 +#define __WINT_MAX__ 0xffff +#define __FLT32_MIN_EXP__ (-125) +#define __cpp_static_assert 200410 +#define QT_GUI_LIB 1 +#define __ORDER_LITTLE_ENDIAN__ 1234 +#define __SIZE_MAX__ 0xffffffffffffffffULL +#define __WCHAR_MAX__ 0xffff +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 +#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 +#define __GCC_ATOMIC_CHAR_LOCK_FREE 2 +#define __GCC_IEC_559 2 +#define __FLT32X_DECIMAL_DIG__ 17 +#define __FLT_EVAL_METHOD__ 0 +#define __cpp_binary_literals 201304 +#define __FLT64_DECIMAL_DIG__ 17 +#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 +#define __x86_64 1 +#define __cpp_variadic_templates 200704 +#define __UINT_FAST64_MAX__ 0xffffffffffffffffULL +#define __SIG_ATOMIC_TYPE__ int +#define __DBL_MIN_10_EXP__ (-307) +#define __FINITE_MATH_ONLY__ 0 +#define SIZEOF_DPTR (sizeof(void*)) +#define __GNUC_PATCHLEVEL__ 0 +#define __FLT32_HAS_DENORM__ 1 +#define __UINT_FAST8_MAX__ 0xff +#define __has_include(STR) __has_include__(STR) +#define _stdcall __attribute__((__stdcall__)) +#define __DEC64_MAX_EXP__ 385 +#define __INT8_C(c) c +#define __INT_LEAST8_WIDTH__ 8 +#define __UINT_LEAST64_MAX__ 0xffffffffffffffffULL +#define __SHRT_MAX__ 0x7fff +#define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __FLT64X_MAX_10_EXP__ 4932 +#define __UINT_LEAST8_MAX__ 0xff +#define __GCC_ATOMIC_BOOL_LOCK_FREE 2 +#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 +#define __UINTMAX_TYPE__ long long unsigned int +#define __DEC32_EPSILON__ 1E-6DF +#define __FLT_EVAL_METHOD_TS_18661_3__ 0 +#define __UINT32_MAX__ 0xffffffffU +#define __GXX_EXPERIMENTAL_CXX0X__ 1 +#define __LDBL_MAX_EXP__ 16384 +#define __FLT128_MIN_EXP__ (-16381) +#define __WINT_MIN__ 0 +#define __FLT128_MIN_10_EXP__ (-4931) +#define __INT_LEAST16_WIDTH__ 16 +#define __SCHAR_MAX__ 0x7f +#define __FLT128_MANT_DIG__ 113 +#define __WCHAR_MIN__ 0 +#define __INT64_C(c) c ## LL +#define __DBL_DIG__ 15 +#define __GCC_ATOMIC_POINTER_LOCK_FREE 2 +#define __FLT64X_MANT_DIG__ 64 +#define __SIZEOF_INT__ 4 +#define __SIZEOF_POINTER__ 8 +#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 +#define __USER_LABEL_PREFIX__ +#define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x +#define __STDC_HOSTED__ 1 +#define __WIN32 1 +#define __LDBL_HAS_INFINITY__ 1 +#define __WIN64 1 +#define __FLT32_DIG__ 6 +#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F +#define __GXX_WEAK__ 1 +#define __SHRT_WIDTH__ 16 +#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L +#define __DEC32_MAX__ 9.999999E96DF +#define __cpp_threadsafe_static_init 200806 +#define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x +#define __MINGW32__ 1 +#define __FLT32X_HAS_INFINITY__ 1 +#define __INT32_MAX__ 0x7fffffff +#define __INT_WIDTH__ 32 +#define __SIZEOF_LONG__ 4 +#define __UINT16_C(c) c +#define __PTRDIFF_WIDTH__ 64 +#define __DECIMAL_DIG__ 21 +#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 +#define __INTMAX_WIDTH__ 64 +#define __FLT64_MIN_EXP__ (-1021) +#define __has_include_next(STR) __has_include_next__(STR) +#define __FLT64X_MIN_10_EXP__ (-4931) +#define __LDBL_HAS_QUIET_NAN__ 1 +#define __FLT64_MANT_DIG__ 53 +#define _REENTRANT 1 +#define testDBpgSQL_DEBUG 1 +#define __GNUC__ 7 +#define _cdecl __attribute__((__cdecl__)) +#define __GXX_RTTI 1 +#define __MMX__ 1 +#define __cpp_delegating_constructors 200604 +#define __FLT_HAS_DENORM__ 1 +#define __SIZEOF_LONG_DOUBLE__ 16 +#define __BIGGEST_ALIGNMENT__ 16 +#define __STDC_UTF_16__ 1 +#define __FLT64_MAX_10_EXP__ 308 +#define __FLT32_HAS_INFINITY__ 1 +#define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define _thiscall __attribute__((__thiscall__)) +#define __cpp_raw_strings 200710 +#define __INT_FAST32_MAX__ 0x7fffffff +#define __WINNT 1 +#define __DBL_HAS_INFINITY__ 1 +#define __INT64_MAX__ 0x7fffffffffffffffLL +#define __WINNT__ 1 +#define __DEC32_MIN_EXP__ (-94) +#define __INTPTR_WIDTH__ 64 +#define __FLT32X_HAS_DENORM__ 1 +#define __INT_FAST16_TYPE__ short int +#define _fastcall __attribute__((__fastcall__)) +#define __LDBL_HAS_DENORM__ 1 +#define QT_WIDGETS_LIB 1 +#define __cplusplus 201103L +#define __cpp_ref_qualifiers 200710 +#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL +#define __INT_LEAST32_MAX__ 0x7fffffff +#define __DEC32_MIN__ 1E-95DF +#define __DEPRECATED 1 +#define __cpp_rvalue_references 200610 +#define __DBL_MAX_EXP__ 1024 +#define __WCHAR_WIDTH__ 16 +#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __DEC128_EPSILON__ 1E-33DL +#define __SSE2_MATH__ 1 +#define __ATOMIC_HLE_RELEASE 131072 +#define __WIN32__ 1 +#define __PTRDIFF_MAX__ 0x7fffffffffffffffLL +#define __amd64 1 +#define __tune_core2__ 1 +#define __ATOMIC_HLE_ACQUIRE 65536 +#define __FLT32_HAS_QUIET_NAN__ 1 +#define __GNUG__ 7 +#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL +#define __SIZEOF_SIZE_T__ 8 +#define __cpp_rvalue_reference 200610 +#define __cpp_nsdmi 200809 +#define __FLT64X_MIN_EXP__ (-16381) +#define __SIZEOF_WINT_T__ 2 +#define __LONG_LONG_WIDTH__ 64 +#define __cpp_initializer_lists 200806 +#define __FLT32_MAX_EXP__ 128 +#define __cpp_hex_float 201603 +#define __GXX_ABI_VERSION 1011 +#define __FLT128_HAS_INFINITY__ 1 +#define __FLT_MIN_EXP__ (-125) +#define __cpp_lambdas 200907 +#define __FLT64X_HAS_QUIET_NAN__ 1 +#define __INT_FAST64_TYPE__ long long int +#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 +#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) +#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x +#define __DECIMAL_BID_FORMAT__ 1 +#define __GXX_TYPEINFO_EQUALITY_INLINE 0 +#define __FLT64_MIN_10_EXP__ (-307) +#define __FLT64X_DECIMAL_DIG__ 21 +#define __DEC128_MIN__ 1E-6143DL +#define __REGISTER_PREFIX__ +#define __UINT16_MAX__ 0xffff +#define __DBL_HAS_DENORM__ 1 +#define __cdecl __attribute__((__cdecl__)) +#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 +#define __UINT8_TYPE__ unsigned char +#define __NO_INLINE__ 1 +#define __FLT_MANT_DIG__ 24 +#define __LDBL_DECIMAL_DIG__ 21 +#define __VERSION__ "7.3.0" +#define __UINT64_C(c) c ## ULL +#define __cpp_unicode_characters 200704 +#define __GCC_ATOMIC_INT_LOCK_FREE 2 +#define __FLT128_MAX_EXP__ 16384 +#define __FLT32_MANT_DIG__ 24 +#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define __FLT128_HAS_DENORM__ 1 +#define __FLT128_DIG__ 33 +#define __SCHAR_WIDTH__ 8 +#define __INT32_C(c) c +#define __DEC64_EPSILON__ 1E-15DD +#define __ORDER_PDP_ENDIAN__ 3412 +#define __DEC128_MIN_EXP__ (-6142) +#define __FLT32_MAX_10_EXP__ 38 +#define __INT_FAST32_TYPE__ int +#define __UINT_LEAST16_TYPE__ short unsigned int +#define __FLT64X_HAS_INFINITY__ 1 +#define __INT16_MAX__ 0x7fff +#define __cpp_rtti 199711 +#define __SIZE_TYPE__ long long unsigned int +#define __UINT64_MAX__ 0xffffffffffffffffULL +#define __FLT64X_DIG__ 18 +#define __INT8_TYPE__ signed char +#define __GCC_ASM_FLAG_OUTPUTS__ 1 +#define __FLT_RADIX__ 2 +#define __INT_LEAST16_TYPE__ short int +#define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L +#define __UINTMAX_C(c) c ## ULL +#define __GLIBCXX_BITSIZE_INT_N_0 128 +#define __SEH__ 1 +#define __SIG_ATOMIC_MAX__ 0x7fffffff +#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 +#define __SIZEOF_PTRDIFF_T__ 8 +#define __FLT32X_MANT_DIG__ 53 +#define __x86_64__ 1 +#define __FLT32X_MIN_EXP__ (-1021) +#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF +#define __MSVCRT__ 1 +#define __INT_FAST16_MAX__ 0x7fff +#define __FLT64_DIG__ 15 +#define __UINT_FAST32_MAX__ 0xffffffffU +#define __UINT_LEAST64_TYPE__ long long unsigned int +#define __FLT_HAS_QUIET_NAN__ 1 +#define __FLT_MAX_10_EXP__ 38 +#define __LONG_MAX__ 0x7fffffffL +#define __FLT64X_HAS_DENORM__ 1 +#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL +#define __FLT_HAS_INFINITY__ 1 +#define __cpp_unicode_literals 200710 +#define __UINT_FAST16_TYPE__ short unsigned int +#define __DEC64_MAX__ 9.999999999999999E384DD +#define __INT_FAST32_WIDTH__ 32 +#define __CHAR16_TYPE__ short unsigned int +#define __PRAGMA_REDEFINE_EXTNAME 1 +#define __SIZE_WIDTH__ 64 +#define __SEG_FS 1 +#define __INT_LEAST16_MAX__ 0x7fff +#define __DEC64_MANT_DIG__ 16 +#define __UINT_LEAST32_MAX__ 0xffffffffU +#define __SEG_GS 1 +#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 +#define __GCC_ATOMIC_LONG_LOCK_FREE 2 +#define __SIG_ATOMIC_WIDTH__ 32 +#define __INT_LEAST64_TYPE__ long long int +#define __INT16_TYPE__ short int +#define __INT_LEAST8_TYPE__ signed char +#define __DEC32_MAX_EXP__ 97 +#define __INT_FAST8_MAX__ 0x7f +#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __INTPTR_MAX__ 0x7fffffffffffffffLL +#define __GXX_MERGED_TYPEINFO_NAMES 0 +#define __cpp_range_based_for 200907 +#define __FLT64_HAS_QUIET_NAN__ 1 +#define __stdcall __attribute__((__stdcall__)) +#define __FLT32_MIN_10_EXP__ (-37) +#define __SSE2__ 1 +#define __EXCEPTIONS 1 +#define __LDBL_MANT_DIG__ 64 +#define __DBL_HAS_QUIET_NAN__ 1 +#define __FLT64_HAS_INFINITY__ 1 +#define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) +#define __INTPTR_TYPE__ long long int +#define __UINT16_TYPE__ short unsigned int +#define __WCHAR_TYPE__ short unsigned int +#define __SIZEOF_FLOAT__ 4 +#define __pic__ 1 +#define __UINTPTR_MAX__ 0xffffffffffffffffULL +#define __INT_FAST64_WIDTH__ 64 +#define __DEC64_MIN_EXP__ (-382) +#define __cpp_decltype 200707 +#define __FLT32_DECIMAL_DIG__ 9 +#define __INT_FAST64_MAX__ 0x7fffffffffffffffLL +#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 +#define __FLT_DIG__ 6 +#define __FLT64X_MAX_EXP__ 16384 +#define __UINT_FAST64_TYPE__ long long unsigned int +#define __INT_MAX__ 0x7fffffff +#define __amd64__ 1 +#define WIN32 1 +#define __nocona 1 +#define __code_model_medium__ 1 +#define __INT64_TYPE__ long long int +#define __FLT_MAX_EXP__ 128 +#define WIN64 1 +#define __ORDER_BIG_ENDIAN__ 4321 +#define __DBL_MANT_DIG__ 53 +#define __cpp_inheriting_constructors 201511 +#define QT_CORE_LIB 1 +#define __SIZEOF_FLOAT128__ 16 +#define __INT_LEAST64_MAX__ 0x7fffffffffffffffLL +#define __DEC64_MIN__ 1E-383DD +#define __WINT_TYPE__ short unsigned int +#define __UINT_LEAST32_TYPE__ unsigned int +#define __SIZEOF_SHORT__ 2 +#define __SSE__ 1 +#define __LDBL_MIN_EXP__ (-16381) +#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __WINT_WIDTH__ 16 +#define __INT_LEAST8_MAX__ 0x7f +#define __FLT32X_MAX_10_EXP__ 308 +#define __SIZEOF_INT128__ 16 +#define __WCHAR_UNSIGNED__ 1 +#define __LDBL_MAX_10_EXP__ 4932 +#define __ATOMIC_RELAXED 0 +#define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) +#define __thiscall __attribute__((__thiscall__)) +#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 +#define __UINT8_C(c) c +#define __FLT64_MAX_EXP__ 1024 +#define __INT_LEAST32_TYPE__ int +#define __SIZEOF_WCHAR_T__ 2 +#define __FLT128_HAS_QUIET_NAN__ 1 +#define __INT_FAST8_TYPE__ signed char +#define __fastcall __attribute__((__fastcall__)) +#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x +#define QT_SQL_LIB 1 +#define __GNUC_STDC_INLINE__ 1 +#define __FLT64_HAS_DENORM__ 1 +#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 +#define __DBL_DECIMAL_DIG__ 17 +#define __STDC_UTF_32__ 1 +#define __INT_FAST8_WIDTH__ 8 +#define __FXSR__ 1 +#define __DEC_EVAL_METHOD__ 2 +#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __MINGW64__ 1 +#define __cpp_runtime_arrays 198712 +#define __UINT64_TYPE__ long long unsigned int +#define __UINT32_C(c) c ## U +#define __INTMAX_MAX__ 0x7fffffffffffffffLL +#define __cpp_alias_templates 200704 +#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define WINNT 1 +#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F +#define __INT8_MAX__ 0x7f +#define __LONG_WIDTH__ 32 +#define __PIC__ 1 +#define __UINT_FAST32_TYPE__ unsigned int +#define __CHAR32_TYPE__ unsigned int +#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F +#define __cpp_constexpr 200704 +#define __INT32_TYPE__ int +#define __SIZEOF_DOUBLE__ 8 +#define __cpp_exceptions 199711 +#define __FLT_MIN_10_EXP__ (-37) +#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 +#define __INT_LEAST32_WIDTH__ 32 +#define __INTMAX_TYPE__ long long int +#define _INTEGRAL_MAX_BITS 64 +#define __DEC128_MAX_EXP__ 6145 +#define __FLT32X_HAS_QUIET_NAN__ 1 +#define __ATOMIC_CONSUME 1 +#define __nocona__ 1 +#define __GNUC_MINOR__ 3 +#define __GLIBCXX_TYPE_INT_N_0 __int128 +#define __INT_FAST16_WIDTH__ 16 +#define __UINTMAX_MAX__ 0xffffffffffffffffULL +#define __DEC32_MANT_DIG__ 7 +#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x +#define __DBL_MAX_10_EXP__ 308 +#define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L +#define __INT16_C(c) c +#define __STDC__ 1 +#define __FLT32X_DIG__ 15 +#define __PTRDIFF_TYPE__ long long int +#define __ATOMIC_SEQ_CST 5 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 1 +#define __UINT32_TYPE__ unsigned int +#define __FLT32X_MIN_10_EXP__ (-307) +#define __UINTPTR_TYPE__ long long unsigned int +#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD +#define __DEC128_MANT_DIG__ 34 +#define __LDBL_MIN_10_EXP__ (-4931) +#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 +#define __SSE_MATH__ 1 +#define __SIZEOF_LONG_LONG__ 8 +#define __cpp_user_defined_literals 200809 +#define __FLT128_DECIMAL_DIG__ 36 +#define __GCC_ATOMIC_LLONG_LOCK_FREE 2 +#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x +#define __LDBL_DIG__ 18 +#define __FLT_DECIMAL_DIG__ 9 +#define __UINT_FAST16_MAX__ 0xffff +#define __GCC_ATOMIC_SHORT_LOCK_FREE 2 +#define __INT_LEAST64_WIDTH__ 64 +#define __SSE3__ 1 +#define __UINT_FAST8_TYPE__ unsigned char +#define __WIN64__ 1 +#define __ATOMIC_ACQ_REL 4 +#define __ATOMIC_RELEASE 3 +#define __declspec(x) __attribute__((x)) diff --git a/testDB/Debug64/testDBpgSQL_autogen/mocs_compilation.cpp b/testDB/Debug64/testDBpgSQL_autogen/mocs_compilation.cpp new file mode 100644 index 0000000..de9bec6 --- /dev/null +++ b/testDB/Debug64/testDBpgSQL_autogen/mocs_compilation.cpp @@ -0,0 +1,2 @@ +// This file is autogenerated. Changes will be overwritten. +#include "EWIEGA46WW/moc_mainwindow.cpp" diff --git a/testDB/testDBpgSQL/CMakeLists.txt b/testDB/testDBpgSQL/CMakeLists.txt new file mode 100644 index 0000000..88c7722 --- /dev/null +++ b/testDB/testDBpgSQL/CMakeLists.txt @@ -0,0 +1,77 @@ +cmake_minimum_required(VERSION 3.5) + +project(testDBpgSQL LANGUAGES CXX) + +set(CMAKE_INCLUDE_CURRENT_DIR ON) + +set(CMAKE_AUTOUIC ON) +set(CMAKE_AUTOMOC ON) +set(CMAKE_AUTORCC ON) + +set(CMAKE_CXX_STANDARD 11) +set(CMAKE_CXX_STANDARD_REQUIRED ON) + +if(CMAKE_BUILD_TYPE STREQUAL "Debug") + set(testDBpgSQL_DEBUG TRUE) +endif() + +if(testDBpgSQL_DEBUG) + add_definitions(-DtestDBpgSQL_DEBUG) +endif() + +# QtCreator supports the following variables for Android, which are identical to qmake Android variables. +# Check http://doc.qt.io/qt-5/deployment-android.html for more information. +# They need to be set before the find_package(Qt5 ...) call. + +#if(ANDROID) +# set(ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/android") +# if (ANDROID_ABI STREQUAL "armeabi-v7a") +# set(ANDROID_EXTRA_LIBS +# ${CMAKE_CURRENT_SOURCE_DIR}/path/to/libcrypto.so +# ${CMAKE_CURRENT_SOURCE_DIR}/path/to/libssl.so) +# endif() +#endif() + +find_package(Qt5 COMPONENTS Widgets REQUIRED) +find_package(Qt5 COMPONENTS Sql REQUIRED) + +if(ANDROID) + add_library(testDBpgSQL SHARED + main.cpp + mainwindow.cpp + mainwindow.h + mainwindow.ui + ) +else() + add_executable(testDBpgSQL + main.cpp + mainwindow.cpp + mainwindow.h + mainwindow.ui + testDBpgSQL.qrc + ) +endif() + +target_link_libraries(testDBpgSQL PRIVATE Qt5::Widgets) +target_link_libraries(testDBpgSQL PRIVATE Qt5::Sql) + + +target_include_directories(testDBpgSQL PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/../../DBXML/InstructorsAndTrainees) +target_include_directories(testDBpgSQL PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/../../DBXML/InstructorsAndTrainees/instructors) +target_include_directories(testDBpgSQL PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/../../DBXML/InstructorsAndTrainees/trainees) +target_include_directories(testDBpgSQL PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/../../DBXML/InstructorsAndTrainees/tasks) +if(testDBpgSQL_DEBUG) + target_link_directories(testDBpgSQL PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/../../DBXML/Debug64) +elseif() + target_link_directories(testDBpgSQL PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/../../DBXML/Release64) +endif() +target_link_libraries(testDBpgSQL PRIVATE libInstructorsAndTrainees.dll) + + +target_include_directories(testDBpgSQL PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/../../DB/DataBaseLMS) +if(testDBpgSQL_DEBUG) + target_link_directories(testDBpgSQL PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/../../DB/Debug64) +elseif() + target_link_directories(testDBpgSQL PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/../../DB/Release64) +endif() +target_link_libraries(testDBpgSQL PRIVATE libDataBaseLMS.dll) diff --git a/testDB/testDBpgSQL/CMakeLists.txt.user b/testDB/testDBpgSQL/CMakeLists.txt.user new file mode 100644 index 0000000..0d483bb --- /dev/null +++ b/testDB/testDBpgSQL/CMakeLists.txt.user @@ -0,0 +1,620 @@ + + + + + + EnvironmentId + {00ce76f6-77cf-4587-a216-9a8e243377cb} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + 2 + UTF-8 + false + 4 + false + 80 + true + true + 1 + true + false + 0 + true + true + 0 + 8 + true + 1 + true + true + true + false + + + + ProjectExplorer.Project.PluginSettings + + + -fno-delayed-template-parsing + + true + + + + ProjectExplorer.Project.Target.0 + + Desktop Qt 5.14.2 MinGW 64-bit + Desktop Qt 5.14.2 MinGW 64-bit + qt.qt5.5142.win64_mingw73_kit + 0 + 0 + 0 + + + CMAKE_BUILD_TYPE:STRING=Debug + CMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx} + CMAKE_C_COMPILER:STRING=%{Compiler:Executable:C} + CMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX} + QT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable} + + D:/LMS/testDB/Debug64 + + + + + all + + true + CMakeProjectManager.MakeStep + + 1 + Сборка + Сборка + ProjectExplorer.BuildSteps.Build + + + + + + clean + + true + CMakeProjectManager.MakeStep + + 1 + Очистка + Очистка + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Отладка + CMakeProjectManager.CMakeBuildConfiguration + + + + CMAKE_BUILD_TYPE:STRING=Release + CMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx} + CMAKE_C_COMPILER:STRING=%{Compiler:Executable:C} + CMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX} + QT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable} + + D:/LMS/testDB/Release64 + + + + + all + + true + CMakeProjectManager.MakeStep + + 1 + Сборка + Сборка + ProjectExplorer.BuildSteps.Build + + + + + + clean + + true + CMakeProjectManager.MakeStep + + 1 + Очистка + Очистка + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Выпуск + CMakeProjectManager.CMakeBuildConfiguration + + + + CMAKE_BUILD_TYPE:STRING=RelWithDebInfo + CMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx} + CMAKE_C_COMPILER:STRING=%{Compiler:Executable:C} + CMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX} + QT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable} + + D:/ProjectsQT_5_14/testDB/build-testDBpgSQL-Desktop_Qt_5_14_2_MinGW_64_bit-RelWithDebInfo + + + + + all + + true + CMakeProjectManager.MakeStep + + 1 + Сборка + Сборка + ProjectExplorer.BuildSteps.Build + + + + + + clean + + true + CMakeProjectManager.MakeStep + + 1 + Очистка + Очистка + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Выпуск с отладочной информацией + CMakeProjectManager.CMakeBuildConfiguration + + + + CMAKE_BUILD_TYPE:STRING=MinSizeRel + CMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx} + CMAKE_C_COMPILER:STRING=%{Compiler:Executable:C} + CMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX} + QT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable} + + D:/ProjectsQT_5_14/testDB/build-testDBpgSQL-Desktop_Qt_5_14_2_MinGW_64_bit-MinSizeRel + + + + + all + + true + CMakeProjectManager.MakeStep + + 1 + Сборка + Сборка + ProjectExplorer.BuildSteps.Build + + + + + + clean + + true + CMakeProjectManager.MakeStep + + 1 + Очистка + Очистка + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Выпуск минимального размера + CMakeProjectManager.CMakeBuildConfiguration + + 4 + + + 0 + Развёртывание + Развёртывание + ProjectExplorer.BuildSteps.Deploy + + 1 + ProjectExplorer.DefaultDeployConfiguration + + 1 + + + dwarf + + cpu-cycles + + + 250 + + -e + cpu-cycles + --call-graph + dwarf,4096 + -F + 250 + + -F + true + 4096 + false + false + 1000 + + true + + false + false + false + false + true + 0.01 + 10 + true + kcachegrind + 1 + 25 + + 1 + true + false + true + valgrind + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + + 2 + + testDBpgSQL + CMakeProjectManager.CMakeRunConfiguration.testDBpgSQL + testDBpgSQL + + false + + false + true + true + false + false + true + + D:/LMS/testDB/Debug64 + + 1 + + + + ProjectExplorer.Project.Target.1 + + Desktop Qt 5.14.2 MinGW 32-bit + Desktop Qt 5.14.2 MinGW 32-bit + qt.qt5.5142.win32_mingw73_kit + 0 + 0 + 0 + + + CMAKE_BUILD_TYPE:STRING=Debug + CMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx} + CMAKE_C_COMPILER:STRING=%{Compiler:Executable:C} + CMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX} + QT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable} + + D:/ProjectsQT_5_14/testDB/Debug + + + + + all + + true + CMakeProjectManager.MakeStep + + 1 + Сборка + Сборка + ProjectExplorer.BuildSteps.Build + + + + + + clean + + true + CMakeProjectManager.MakeStep + + 1 + Очистка + Очистка + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Отладка + CMakeProjectManager.CMakeBuildConfiguration + + + + CMAKE_BUILD_TYPE:STRING=Release + CMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx} + CMAKE_C_COMPILER:STRING=%{Compiler:Executable:C} + CMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX} + QT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable} + + D:/ProjectsQT_5_14/testDB/build-testDBpgSQL-Desktop_Qt_5_14_2_MinGW_32_bit-Release + + + + + all + + true + CMakeProjectManager.MakeStep + + 1 + Сборка + Сборка + ProjectExplorer.BuildSteps.Build + + + + + + clean + + true + CMakeProjectManager.MakeStep + + 1 + Очистка + Очистка + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Выпуск + CMakeProjectManager.CMakeBuildConfiguration + + + + CMAKE_BUILD_TYPE:STRING=RelWithDebInfo + CMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx} + CMAKE_C_COMPILER:STRING=%{Compiler:Executable:C} + CMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX} + QT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable} + + D:/ProjectsQT_5_14/testDB/build-testDBpgSQL-Desktop_Qt_5_14_2_MinGW_32_bit-RelWithDebInfo + + + + + all + + true + CMakeProjectManager.MakeStep + + 1 + Сборка + Сборка + ProjectExplorer.BuildSteps.Build + + + + + + clean + + true + CMakeProjectManager.MakeStep + + 1 + Очистка + Очистка + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Выпуск с отладочной информацией + CMakeProjectManager.CMakeBuildConfiguration + + + + CMAKE_BUILD_TYPE:STRING=MinSizeRel + CMAKE_CXX_COMPILER:STRING=%{Compiler:Executable:Cxx} + CMAKE_C_COMPILER:STRING=%{Compiler:Executable:C} + CMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX} + QT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable} + + D:/ProjectsQT_5_14/testDB/build-testDBpgSQL-Desktop_Qt_5_14_2_MinGW_32_bit-MinSizeRel + + + + + all + + true + CMakeProjectManager.MakeStep + + 1 + Сборка + Сборка + ProjectExplorer.BuildSteps.Build + + + + + + clean + + true + CMakeProjectManager.MakeStep + + 1 + Очистка + Очистка + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Выпуск минимального размера + CMakeProjectManager.CMakeBuildConfiguration + + 4 + + + 0 + Развёртывание + Развёртывание + ProjectExplorer.BuildSteps.Deploy + + 1 + ProjectExplorer.DefaultDeployConfiguration + + 1 + + + dwarf + + cpu-cycles + + + 250 + + -e + cpu-cycles + --call-graph + dwarf,4096 + -F + 250 + + -F + true + 4096 + false + false + 1000 + + true + + false + false + false + false + true + 0.01 + 10 + true + kcachegrind + 1 + 25 + + 1 + true + false + true + valgrind + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + + 2 + + testDBpgSQL + CMakeProjectManager.CMakeRunConfiguration.testDBpgSQL + testDBpgSQL + + false + + false + true + true + false + false + true + + + + 1 + + + + ProjectExplorer.Project.TargetCount + 2 + + + ProjectExplorer.Project.Updater.FileVersion + 22 + + + Version + 22 + + diff --git a/testDB/testDBpgSQL/main.cpp b/testDB/testDBpgSQL/main.cpp new file mode 100644 index 0000000..a8df012 --- /dev/null +++ b/testDB/testDBpgSQL/main.cpp @@ -0,0 +1,12 @@ +#include "mainwindow.h" +#include + + +int main(int argc, char *argv[]) +{ + QApplication a(argc, argv); + MainWindow w; + + w.show(); + return a.exec(); +} diff --git a/testDB/testDBpgSQL/mainwindow.cpp b/testDB/testDBpgSQL/mainwindow.cpp new file mode 100644 index 0000000..29c626b --- /dev/null +++ b/testDB/testDBpgSQL/mainwindow.cpp @@ -0,0 +1,46 @@ +#include + +#include "mainwindow.h" +#include "./ui_mainwindow.h" + + +MainWindow::MainWindow(QWidget *parent) + : QMainWindow(parent) + , ui(new Ui::MainWindow) +{ + ui->setupUi(this); + + QString appDirPath = QCoreApplication::applicationDirPath(); + //QMessageBox::information(this, tr("appFilePath"), appDirPath); + m_instructorsAndTrainees = new InstructorsAndTrainees(appDirPath); + m_tasksWidget = new TasksWidget(m_instructorsAndTrainees->getDataBaseTrainees()); + m_viewerTrainees = new ViewerTrainees(m_instructorsAndTrainees->getDataBaseTrainees()); + m_viewerInstructors = new ViewerInstructors(m_instructorsAndTrainees->getDataBaseInstructors()); + + ui->verticalLayout_2->addWidget(m_viewerTrainees); + ui->verticalLayout_2->addWidget(m_viewerInstructors); + ui->verticalLayout_2->addWidget(m_tasksWidget); + + m_tasksWidget->setMaximumHeight(200); + m_viewerInstructors->setMinimumSize(800, 300); + m_viewerTrainees->setMinimumSize(800, 800); + + this->showMaximized(); +} + +MainWindow::~MainWindow() +{ + delete ui; +} + +void MainWindow::on_btnListTrainees_clicked() +{ + m_instructorsAndTrainees->EditTrainees(this); + m_viewerTrainees->updateTrainees(); +} + +void MainWindow::on_btnListInstructors_clicked() +{ + m_instructorsAndTrainees->EditInstructors(this); + m_viewerInstructors->updateInstructors(); +} diff --git a/testDB/testDBpgSQL/mainwindow.h b/testDB/testDBpgSQL/mainwindow.h new file mode 100644 index 0000000..5789bc3 --- /dev/null +++ b/testDB/testDBpgSQL/mainwindow.h @@ -0,0 +1,36 @@ +#ifndef MAINWINDOW_H +#define MAINWINDOW_H + +#include + +#include "instructorsAndTrainees.h" +#include "viewertrainees.h" +#include "viewerinstructors.h" +#include "taskswidget.h" + + +QT_BEGIN_NAMESPACE +namespace Ui { class MainWindow; } +QT_END_NAMESPACE + +class MainWindow : public QMainWindow +{ + Q_OBJECT + +public: + MainWindow(QWidget *parent = nullptr); + ~MainWindow(); + +private slots: + void on_btnListTrainees_clicked(); + void on_btnListInstructors_clicked(); + +private: + Ui::MainWindow *ui; + + InstructorsAndTrainees* m_instructorsAndTrainees; + ViewerTrainees* m_viewerTrainees; + ViewerInstructors* m_viewerInstructors; + TasksWidget* m_tasksWidget; +}; +#endif // MAINWINDOW_H diff --git a/testDB/testDBpgSQL/mainwindow.ui b/testDB/testDBpgSQL/mainwindow.ui new file mode 100644 index 0000000..64f543f --- /dev/null +++ b/testDB/testDBpgSQL/mainwindow.ui @@ -0,0 +1,112 @@ + + + MainWindow + + + + 0 + 0 + 800 + 600 + + + + MainWindow + + + + + + + + + + + + 130 + 58 + + + + List of Trainees + + + + :/resources/DB-trainees.png:/resources/DB-trainees.png + + + + 32 + 32 + + + + Qt::ToolButtonTextUnderIcon + + + + + + + + 130 + 58 + + + + List of Instructors + + + + :/resources/DB-instructors.png:/resources/DB-instructors.png + + + + 32 + 32 + + + + Qt::ToolButtonTextUnderIcon + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + + + + + + + + 0 + 0 + 800 + 21 + + + + + + + + + + diff --git a/testDB/testDBpgSQL/resources/DB-instructors.png b/testDB/testDBpgSQL/resources/DB-instructors.png new file mode 100644 index 0000000..c1cdab5 Binary files /dev/null and b/testDB/testDBpgSQL/resources/DB-instructors.png differ diff --git a/testDB/testDBpgSQL/resources/DB-trainees.png b/testDB/testDBpgSQL/resources/DB-trainees.png new file mode 100644 index 0000000..9688ebf Binary files /dev/null and b/testDB/testDBpgSQL/resources/DB-trainees.png differ diff --git a/testDB/testDBpgSQL/testDBpgSQL.qrc b/testDB/testDBpgSQL/testDBpgSQL.qrc new file mode 100644 index 0000000..82e7edb --- /dev/null +++ b/testDB/testDBpgSQL/testDBpgSQL.qrc @@ -0,0 +1,6 @@ + + + resources/DB-instructors.png + resources/DB-trainees.png + +