From f0413c2d3f561f2caacf5e4ab60bc142c6366006 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Wed, 5 Sep 2001 06:59:33 +0000 Subject: [PATCH] HGF form persistence file sample --- harbour/contrib/hgf/tests/form3.hbf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 harbour/contrib/hgf/tests/form3.hbf diff --git a/harbour/contrib/hgf/tests/form3.hbf b/harbour/contrib/hgf/tests/form3.hbf new file mode 100644 index 0000000000..82b025cade --- /dev/null +++ b/harbour/contrib/hgf/tests/form3.hbf @@ -0,0 +1,9 @@ +OBJECT oForm3 AS TForm3 + + ::Caption = "Harbour GUI Framework power" + ::Top = 200 + ::Left = 150 + ::Width = 400 + ::Height = 250 + +ENDOBJECT