Files
lazarus-ccr/applications/cactusjukebox/source/status.lfm

45 lines
876 B
Plaintext
Raw Normal View History

object Status: TStatus
Left = 211
Height = 129
Top = 331
Width = 526
HorzScrollBar.Page = 525
VertScrollBar.Page = 128
ActiveControl = Button1
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Please Wait...'
ClientHeight = 129
ClientWidth = 526
OnCreate = FormCreate
Position = poDesktopCenter
ShowInTaskBar = stNever
LCLVersion = '0.9.29'
object Statuslabel: TLabel
Left = 16
Height = 17
Top = 16
Width = 62
Caption = 'Statuslabel'
FocusControl = Statuslabel
ParentColor = False
end
object ProgressBar1: TProgressBar
Left = 64
Height = 20
Top = 48
Width = 404
TabOrder = 1
end
object Button1: TButton
Left = 224
Height = 25
Top = 88
Width = 75
BorderSpacing.InnerBorder = 4
Caption = 'Cancel'
OnClick = Button1Click
TabOrder = 0
end
end