# Gambas Form File 3.0 { Form Form MoveScaled(8,16,50,50) Text = ("") Resizable = False { panMove DrawingArea MoveScaled(2,1,46,4) Background = Color.Background { btnSide DrawingArea MoveScaled(9,0,6,4) } { btnSide2 DrawingArea btnSide Name = "btnSide2" MoveScaled(19,0,6,4) } } { panSide Panel MoveScaled(8,8,34,32) } }