# Gambas Form File 2.0 { Form Form MoveScaled(0,0,103,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,95,4) { cbxState ComboBox MoveScaled(2,0,22.5,4) ToolTip = ("Filter by state of applications") ReadOnly = True List = [("(All)"), ("Installed"), ("Not installed")] Text = ("") } { Panel2 Panel MoveScaled(61,0,2,4) Expand = True } { tbxSearch TextBox MoveScaled(64,0,24,4) Foreground = &HA0A0A0& Text = ("Enter search term") } { btnSearch Button MoveScaled(89,0,4,4) ToolTip = ("Search applications") Text = ("") Picture = Picture["icon:/24/find"] Border = False } } { hspMain HSplit MoveScaled(1,8,78,60) Expand = True { lctCategory ListContainer MoveScaled(2,7,12,37) Mouse = Mouse.Pointing } { vspRight VSplit MoveScaled(17,1,60,58) { vbxMessage VBox MoveScaled(3,1,55,16) Visible = False { Panel3 Panel MoveScaled(1,1,53,7.5) { PictureBox1 PictureBox MoveScaled(0,0,160,7.5) Picture = Picture["background.png"] } { TextLabel1 TextLabel MoveScaled(8,0,44,8) Text = ("Install or remove applications") Alignment = Align.Normal Transparent = True } } { TextLabel2 TextLabel MoveScaled(1,8,53,7) Background = &HFFFFFF& Foreground = &H000000& Expand = True Padding = 16 Text = ("Install or remove applications (vine-app-install) is a GUI tool to easily install/uninstall applications recomended for desktop use.
\n
\n
\nShort description
\n
\nClick category in the left pane, then the applications for that category are listed in the right side. Choose an application and click it, then detail of selected application is shown below.
\n
\nDetail pane contains icon, description and screenshot for selected application. Also you can install or uninstall that application using button.
\n
\nFor more detail, click help buttn and check on-line help manual.") } } { lctApps ListContainer MoveScaled(2,21,57,6) Visible = False Expand = True } { svwDetail ScrollView MoveScaled(2,28,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,27,6) Expand = True Text = ("") Alignment = Align.Normal } { vbxButton VBox MoveScaled(43,0,9,7) { btnApply Button MoveScaled(1,0,9,3) Text = ("") Picture = Picture["icon:/24/add"] } } } { 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,70,90,4) Spacing = 8 { btnHelp Button MoveScaled(1,0,9,4) Text = ("&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") } { Panel1 Panel MoveScaled(34,0,2,4) Expand = True } { pgbProgress ProgressBar MoveScaled(42,0,20,4) Visible = False } { btnClose Button MoveScaled(77,0,10,4) Text = ("&Close") } } }