# Gambas Form File 2.0 { Form Form MoveScaled(0,0,63,44) Text = ("List of updates") Icon = Picture["update-watch.png"] Arrangement = Arrange.Vertical Spacing = 8 Padding = 8 { hbxTop HBox MoveScaled(1,0,53,8) AutoResize = True Spacing = 8 { pbxIcon PictureBox MoveScaled(0,1,6,6) Picture = Picture["icon:/48/refresh"] } { tlbTitle TextLabel MoveScaled(8,1,42,5) Expand = True AutoResize = True Text = ("Reading package information...") Alignment = Align.Normal } } { cvwPackage ColumnView MoveScaled(1,9,53,26) Enabled = False Expand = True Mode = Select.None Sorted = True Header = False Resizable = True } { tlbInfo TextLabel MoveScaled(1,36,53,2) AutoResize = True Text = ("") Alignment = Align.Normal } { hbxBottom HBox MoveScaled(1,39,53,4) Spacing = 8 { btnHelp Button MoveScaled(0,0,5,4) Text = ("&Help") } { Panel2 Panel MoveScaled(6,0,1,4) Expand = True } { btnUpgrade Button MoveScaled(8,0,9,4) Visible = False Text = ("&Upgrade all") } { btnRun Button MoveScaled(18,0,9,4) Visible = False Text = ("&Run package manager") } { btnReboot Button MoveScaled(28,0,9,4) Visible = False Text = ("&Reboot now") } { btnClose Button MoveScaled(44,0,8,4) Text = ("&Close") } } }