mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-29 06:12:18 -06:00
26 lines
384 B
Text
26 lines
384 B
Text
description "GUI widgets and routines for SQL\377";
|
|
|
|
uses
|
|
Sql,
|
|
CtrlLib,
|
|
Report,
|
|
CodeEditor;
|
|
|
|
file
|
|
SqlCtrl.h options(BUILDER_OPTION) PCH,
|
|
SqlCtrl.t charset "UTF-8",
|
|
SqlCtrl_init.cpp,
|
|
SqlCtrl.cpp,
|
|
SqlArray.cpp,
|
|
SqlDetail.cpp,
|
|
SqlDlg.h,
|
|
SqlDlg.cpp,
|
|
SqlObjectTree.cpp,
|
|
SqlConsole.cpp,
|
|
SqlCtrl.lay,
|
|
SqlCtrl.iml,
|
|
SqlCtrl.usc,
|
|
Info readonly separator,
|
|
Copying,
|
|
src.tpp;
|
|
|