# Gambas Form File 2.0 { Form Form MoveScaled(0,0,96,83) Text = ("") { cvTwoCols ColumnView MoveScaled(47,12,35,29) } { gvTwoCols GridView MoveScaled(47,43,35,36) } { btExit Button MoveScaled(84,2,10,4) Text = ("eXit") } { btFillColView Button MoveScaled(14,19,12,6) Text = ("Fill ColVw") } { btFillGrdView Button MoveScaled(15,46,12,6) Text = ("Fill GrdVw") } { txlbGrid TextLabel MoveScaled(12,62,22,4) Text = ("gridElement...") } }