[GB.DB.FORM]

* BUG: new form.type and form.border adaptation


git-svn-id: svn://localhost/gambas/trunk@1328 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
seraf1 2008-04-21 08:06:52 +00:00
parent cc737eae7b
commit f51960f7a6

View file

@ -50,7 +50,8 @@ Public Sub _New()
$hForm = New Form As "LstForm"
Object.Attach($hForm, Me, "LstForm")
$hForm.Border = Form.None
$hForm.Border = False
$hForm.Type = Form.Popup
$hForm.SkipTaskbar = True
$hForm.Arrangement = Arrange.Fill
$hForm.Stacking = Form.Above