# Gambas Form File 2.0 { Form Form MoveScaled(0,0,102.5,75) Enabled = False Mouse = Mouse.Wait Text = ("") Icon = Picture["vine-app-install.png"] Arrangement = Arrange.Vertical Spacing = 8 Padding = 8 { HBox1 HBox MoveScaled(1,1,75,4) { cbxState ComboBox MoveScaled(2,0,22.5,4) Text = ("") ReadOnly = True List = [("(All)"), ("Installed"), ("Not installed"), ("Marked changes")] } { Panel2 Panel MoveScaled(29,0,5,4) Expand = True } { tbxSearch TextBox MoveScaled(43,0,24,4) Foreground = &HA0A0A0& Text = ("Enter search term") } { btnSearch Button MoveScaled(68,0,4,4) Text = ("") Picture = Picture["icon:/medium/find"] Border = False } } { hspMain HSplit MoveScaled(1,7,78,47) Expand = True { lctCategory ListContainer MoveScaled(2,6,12,37) Background = Color.LightBackground Mouse = Mouse.Pointing } { vspRight VSplit MoveScaled(17,1,60,44) { lctApps ListContainer MoveScaled(2,3,57,17) Expand = True } { svwDetail ScrollView MoveScaled(2,21,57,21) Visible = False Expand = True Arrangement = Arrange.Vertical Spacing = 8 Padding = 8 ScrollBar = Scroll.Vertical { HBox2 HBox MoveScaled(1,1,53,18) AutoResize = True Spacing = 8 { pbxDetail PictureBox MoveScaled(1,1,6,6) } { tlbAppDesc TextLabel MoveScaled(9,1,27,16) Expand = True AutoResize = True Text = ("") } { pbxThumb PictureBox MoveScaled(35,1,15,11.25) } } } } } { HBox3 HBox MoveScaled(1,57,77,4) Spacing = 8 { btnHelp Button MoveScaled(1,0,15,4) Enabled = False Text = ("&Help") Picture = Picture["icon:/medium/help"] } { Panel1 Panel MoveScaled(18,0,4,4) Expand = True } { pgbProgress ProgressBar MoveScaled(24,0,20,4) Visible = False } { btnApply Button MoveScaled(45,0,15,4) Text = ("&Apply") Picture = Picture["icon:/medium/apply"] } { btnClose Button MoveScaled(61,0,15,4) Text = ("&Close") Picture = Picture["icon:/medium/close"] } } }