mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
24 lines
315 B
Text
24 lines
315 B
Text
description "Demonstrates using of GridCtrl and Sqlite3 database\377";
|
|
|
|
charset "UTF-8";
|
|
|
|
uses
|
|
CtrlLib,
|
|
plugin\sqlite3,
|
|
GridCtrl,
|
|
DropGrid;
|
|
|
|
file
|
|
HomeBudget.h,
|
|
HomeBudget.cpp,
|
|
HomeBudget.sch,
|
|
HomeBudget.t,
|
|
HomeBudget.iml,
|
|
HomeBudget.lay,
|
|
src.tpp,
|
|
help.tpp;
|
|
|
|
mainconfig
|
|
"" = "GUI",
|
|
"" = "GUI .NOGTK";
|
|
|