# Gambas Form File 2.0 { Form Form MoveScaled(0,0,62,23) Text = ("Report") Icon = Picture["Icone/Report.gif"] Border = Window.Fixed { Anteprima TableView MoveScaled(0,23,64,36) Header = GridView.Horizontal } { Frame1 Frame MoveScaled(0,0,62,22) Text = ("Output") { pdf RadioButton MoveScaled(2,3,9,3) Text = ("Pdf") } { ps RadioButton MoveScaled(2,6,9,3) Text = ("Ps") } { latex RadioButton MoveScaled(2,9,9,3) Text = ("Latex") } { html RadioButton MoveScaled(15,3,8,3) Text = ("Html") } { csv RadioButton MoveScaled(15,6,18,3) Text = ("Csv(no-color)") } { ViewResult CheckBox MoveScaled(36,4,23,3) Text = ("Visualizza il risultatato") } { Genera Button MoveScaled(2,13,23,8) Text = ("Genera") Picture = Picture["Icone/Report.gif"] } { Stampa RadioButton MoveScaled(15,9,10,3) Text = ("Stampa") } { Annulla Button MoveScaled(37,13,23,8) Text = ("Annulla") Picture = Picture["Icone/esci.png"] } } { SitAziende TableView MoveScaled(14,23,40,14) Header = GridView.Horizontal } }