lazarus/components/lazreport/source/lr_progr.lfm
2009-03-26 14:48:47 +00:00

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