# Gambas Form File 2.0 { Form Form MoveScaled(0,0,102.5,75) Enabled = False Mouse = Mouse.Wait Text = ("Install or remove applications") Icon = Picture["vine-app-install.png"] Arrangement = Arrange.Vertical Spacing = 8 Padding = 8 { hbxTop HBox MoveScaled(1,1,75,4) { cbxState ComboBox MoveScaled(2,0,22.5,4) ToolTip = ("Filter by state of applications") 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) ToolTip = ("Search applications") Text = ("") Picture = Picture["icon:/24/find"] Border = False } } { hspMain HSplit MoveScaled(1,8,78,48) Expand = True { lctCategory ListContainer MoveScaled(2,7,12,37) Background = Color.LightBackground Mouse = Mouse.Pointing } { vspRight VSplit MoveScaled(17,1,60,46) { lctApps ListContainer MoveScaled(2,3,57,12) Expand = True } { svwDetail ScrollView MoveScaled(2,16,57,29) Visible = False Expand = True Arrangement = Arrange.Vertical Spacing = 8 Padding = 8 ScrollBar = Scroll.Vertical { hbxAppName HBox MoveScaled(1,1,53,6) Spacing = 8 { pbxDetail PictureBox MoveScaled(0,0,6,6) } { tlbAppName TextLabel MoveScaled(11,0,34,6) Expand = True Text = ("") Alignment = Align.Normal } } { hbxAppDesc HBox MoveScaled(1,7,53,21) AutoResize = True Spacing = 8 { tlbAppDesc TextLabel MoveScaled(2,3,27,16) Expand = True AutoResize = True Text = ("") } { vbxThumb VBox MoveScaled(37,2,15,17) Spacing = 4 { pbxThumb PictureBox MoveScaled(0,0,15,11.25) } { btnThumb Button MoveScaled(1,13,14,3) Font = Font["Underline,-2"] Foreground = &H0000FF& Text = ("Large image") Border = False } } } } } } { hbxBottom HBox MoveScaled(1,57,90,4) Spacing = 8 { btnHelp Button MoveScaled(1,0,9,4) Text = ("&Help") Picture = Picture["icon:/24/help"] } { btnSwitch Button MoveScaled(11,0,11,4) ToolTip = ("Exit 'add or remove applications' and run synaptic package manager.\nTo manage all packages installed on this system, you should use synaptic package manager.") Text = ("&Switch") Picture = Picture["synaptic-24x24.png"] } { Panel1 Panel MoveScaled(34,0,2,4) Expand = True } { pgbProgress ProgressBar MoveScaled(42,0,20,4) Visible = False } { btnApply Button MoveScaled(64,0,11,4) Text = ("&Apply") Picture = Picture["icon:/24/apply"] } { btnClose Button MoveScaled(77,0,10,4) Text = ("&Close") Picture = Picture["icon:/24/close"] } } }