mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
25 lines
344 B
Text
25 lines
344 B
Text
description "GUI widgets and routines for SQL\377";
|
|
|
|
uses
|
|
Sql,
|
|
CtrlLib,
|
|
Report;
|
|
|
|
file
|
|
SqlCtrl.h,
|
|
SqlCtrl.t charset "UTF-8",
|
|
SqlCtrl_init.icpp,
|
|
SqlCtrl.cpp,
|
|
SqlArray.cpp,
|
|
SqlDetail.cpp,
|
|
SqlDlg.h,
|
|
SqlDlg.cpp,
|
|
SqlConsole.cpp,
|
|
SqlObjectTree.cpp,
|
|
SqlCtrl.lay,
|
|
SqlCtrl.iml,
|
|
SqlCtrl.usc,
|
|
Info readonly separator,
|
|
Copying,
|
|
src.tpp;
|
|
|