gbox               63 Concordance.hpp     WGroupBox*    gbox;      // ジャンルチェックボックス
gbox              247 ConcordanceFunc.cpp     gbox = new WGroupBox(L"Выбор жанров", opts);
gbox              248 ConcordanceFunc.cpp     gbox->setId("gbx");
gbox              249 ConcordanceFunc.cpp     g12 = new WCheckBox(L"Все", gbox);
gbox              250 ConcordanceFunc.cpp     g0  = new WCheckBox(L"Стихи", gbox);
gbox              251 ConcordanceFunc.cpp     g1  = new WCheckBox(L"Поэмы", gbox);
gbox              252 ConcordanceFunc.cpp     g2  = new WCheckBox(L"Сказки", gbox);
gbox              253 ConcordanceFunc.cpp     g3  = new WCheckBox(L"Евгений Онегин", gbox);
gbox              254 ConcordanceFunc.cpp     g4  = new WCheckBox(L"Драматические произведения", gbox);
gbox              255 ConcordanceFunc.cpp     g5  = new WCheckBox(L"Романы и Повести", gbox);
gbox              256 ConcordanceFunc.cpp     g6  = new WCheckBox(L"Критика", gbox);
gbox              257 ConcordanceFunc.cpp     gbox->addWidget(new WBreak());
gbox              258 ConcordanceFunc.cpp     g7  = new WCheckBox(L"Исторические произведения ", gbox);
gbox              259 ConcordanceFunc.cpp     g8  = new WCheckBox(L"История Петра I", gbox);
gbox              260 ConcordanceFunc.cpp     g9  = new WCheckBox(L"Воспоминания и Дневники", gbox);
gbox              261 ConcordanceFunc.cpp     g10 = new WCheckBox(L"Записки и Деловые бумаги", gbox);
gbox              262 ConcordanceFunc.cpp     g11 = new WCheckBox(L"Письма", gbox);