.reference

git-svn-id: svn://ultimatepp.org/upp/trunk@10279 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-10-09 11:02:07 +00:00
parent 6b30ec4921
commit 2bb38b8f97
14 changed files with 26 additions and 44 deletions

View file

@ -12,6 +12,5 @@ file
SqlCtrls.lay;
mainconfig
"" = "GUI";,
"" = "GUI SCH";
"" = "GUI";

View file

@ -69,9 +69,9 @@ PersonsDlg::PersonsDlg()
{
CtrlLayout(*this, "Persons");
create <<= THISBACK(Create);
edit <<= THISBACK(Edit);
remove <<= THISBACK(Remove);
create << THISFN(Create);
edit << THISFN(Edit);
remove << THISFN(Remove);
list.SetTable(PERSON);
list.AddKey(ID);