# Gambas Form File 2.0 { Form Form MoveScaled(0,0,55,45) Text = ("List of updates") Icon = Picture["update-watch.png"] Arrangement = Arrange.Vertical Spacing = 8 Padding = 8 { hbxTop HBox MoveScaled(1,0,53,8) Spacing = 8 { pbxIcon PictureBox MoveScaled(0,1,6,6) Picture = Picture["update-watch-red.png"] } { tlbTitle TextLabel MoveScaled(7,0,30,8) Expand = True Text = ("Update found
\n
\nIt may includes security fixes.
\nPlease update immediately.") Alignment = Align.TopLeft } } { tvwPackage TreeView MoveScaled(1,9,53,22) Expand = True Mode = Select.None } { hbxBottom HBox MoveScaled(1,40,53,4) Spacing = 8 { btnHelp Button MoveScaled(1,0,10,4) Text = ("&Help") } { Panel2 Panel MoveScaled(16,0,2,4) Expand = True } { btnUpgrade Button MoveScaled(22,0,12,4) Text = ("&Upgrade all") } { btnClose Button MoveScaled(44,0,8,4) Text = ("&Close") } } }