mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
24 lines
330 B
Text
24 lines
330 B
Text
description "GUI widgets and routines for SQL";
|
|
|
|
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;
|
|
|