mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-26 06:02:39 +02:00
45 lines
850 B
Plaintext
45 lines
850 B
Plaintext
object frProgressForm: TfrProgressForm
|
|
Left = 235
|
|
Height = 106
|
|
Top = 137
|
|
Width = 278
|
|
ActiveControl = Button1
|
|
BorderStyle = bsDialog
|
|
Caption = 'frProgressForm'
|
|
ClientHeight = 106
|
|
ClientWidth = 278
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.27'
|
|
object Label1: TLabel
|
|
Left = 20
|
|
Height = 16
|
|
Top = 32
|
|
Width = 9
|
|
Alignment = taCenter
|
|
Caption = '1'
|
|
ParentColor = False
|
|
end
|
|
object Button1: TButton
|
|
Left = 100
|
|
Height = 25
|
|
Top = 68
|
|
Width = 75
|
|
BorderSpacing.InnerBorder = 4
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
OnClick = Button1Click
|
|
TabOrder = 0
|
|
end
|
|
object Timer1: TTimer
|
|
Enabled = False
|
|
Interval = 10
|
|
OnTimer = Timer1Timer
|
|
left = 224
|
|
top = 24
|
|
end
|
|
end
|