mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@10279 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
6b30ec4921
commit
2bb38b8f97
14 changed files with 26 additions and 44 deletions
|
|
@ -12,6 +12,5 @@ file
|
|||
SqlCtrls.lay;
|
||||
|
||||
mainconfig
|
||||
"" = "GUI";,
|
||||
"" = "GUI SCH";
|
||||
"" = "GUI";
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue