# Gambas Form File 2.0 { Form Form MoveScaled(0,0,62.5,31) Text = ("") Icon = Picture["rpminstall.png"] Arrangement = Arrange.Vertical Spacing = 8 Padding = 8 { HBox3 HBox MoveScaled(0,0,60,7) Spacing = 8 { PictureBox1 PictureBox MoveScaled(2,1,6,6) Picture = Picture["rpminstall.png"] Alignment = Align.Center } { TextLabel1 TextLabel MoveScaled(10,1,47,7) Expand = True AutoResize = True Text = ("Installing RPM Packages
\n
\nFollowing files will be installed") Alignment = Align.Normal } } { HBox2 HBox MoveScaled(0,8,60,18) Expand = True Spacing = 8 { lvwMain ListView MoveScaled(1,2,53,14) Drop = True Expand = True Mode = Select.Multiple } { VBox1 VBox MoveScaled(55,1,4,16) Spacing = 8 { btnAdd Button MoveScaled(0,0,4,4) ToolTip = ("Add files") Text = ("") Picture = Picture["icon:/small/add"] } { btnRemove Button MoveScaled(0,5,4,4) ToolTip = ("Remove files") Text = ("") Picture = Picture["icon:/small/remove"] } { Panel2 Panel MoveScaled(0,10,4,4) Expand = True } } } { Timer #Timer #X = 0 #Y = 208 Enabled = True Delay = 500 } { hbxBottom HBox MoveScaled(6,27,54,4) Spacing = 8 { btnHelp Button MoveScaled(2,0,15,4) Text = ("&Help") Picture = Picture["icon:/24/help"] } { Panel1 Panel MoveScaled(19,0,2,4) Expand = True } { btnCancel Button MoveScaled(22,0,15,4) Text = ("&Cancel") Picture = Picture["icon:/24/cancel"] } { btnRun Button MoveScaled(38,0,15,4) Text = ("&Run") Picture = Picture["icon:/24/apply"] Default = True } } }