syncing uppdev

git-svn-id: svn://ultimatepp.org/upp/trunk@1640 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-10-19 20:44:34 +00:00
parent e911f590bc
commit 653585a9af
2 changed files with 4 additions and 5 deletions

View file

@ -4,10 +4,10 @@ using namespace Upp;
GUI_APP_MAIN
{
// WithDropChoice<EditString> d;
// d.AddList("Test");
DropDate d;
DropDate d1, d2;
d1.Default(Date(1990, 1, 1));
TopWindow win;
win.Add(d.SizePos());
win.Add(d1.HSizePos().TopPos(0, Ctrl::STDSIZE));
win.Add(d2.HSizePos().TopPos(Ctrl::STDSIZE, Ctrl::STDSIZE));
win.Run();
}

View file

@ -10,4 +10,3 @@ GUI_APP_MAIN
win.Add(tm.HSizePos().TopPos(10, Ctrl::STDSIZE));
win.Run();
}