# Gambas Form File 2.0 { Form Form MoveScaled(0,0,58,46) Mouse = Mouse.Wait Text = ("") Icon = Picture["rpminstall.png"] Border = Window.Fixed Arrangement = Arrange.Vertical AutoResize = True Spacing = 8 Padding = 8 { tlbProgress TextLabel MoveScaled(1,1,56,4) AutoResize = True Text = ("Installing RPM packages...") Alignment = Align.Normal } { pgbProgress ProgressBar MoveScaled(1,5,56,4) } { hbxPBottom HBox MoveScaled(1,10,56,4) { tbtDetail ToggleButton MoveScaled(2,0,15,4) Enabled = False Text = ("&Detail") Picture = Picture["icon:/24/forward"] } { Panel1 Panel MoveScaled(24,0,6,4) Expand = True } { btnPrgClose Button MoveScaled(39,0,15,4) Enabled = False Text = ("&Close") Picture = Picture["icon:/24/close"] Default = True } } { txaDetail TextArea MoveScaled(1,15,56,30) Visible = False Text = ("") ReadOnly = True } }