mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-17 17:42:44 +02:00
38 lines
732 B
Plaintext
38 lines
732 B
Plaintext
object frProgressForm: TfrProgressForm
|
|
Left = 235
|
|
Height = 106
|
|
Top = 137
|
|
Width = 278
|
|
HorzScrollBar.Page = 277
|
|
VertScrollBar.Page = 105
|
|
BorderStyle = bsDialog
|
|
Caption = 'frProgressForm'
|
|
ClientHeight = 106
|
|
ClientWidth = 278
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
object Label1: TLabel
|
|
Left = 20
|
|
Height = 14
|
|
Top = 32
|
|
Width = 7
|
|
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
|
|
end
|