mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-30 13:23:39 +02:00
58 lines
1.4 KiB
Plaintext
58 lines
1.4 KiB
Plaintext
object Pas2jsProgressDialog: TPas2jsProgressDialog
|
|
Left = 248
|
|
Height = 135
|
|
Top = 250
|
|
Width = 706
|
|
Caption = 'Pas2jsProgressDialog'
|
|
ClientHeight = 135
|
|
ClientWidth = 706
|
|
Position = poWorkAreaCenter
|
|
LCLVersion = '3.99.0.0'
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
object CancelButton: TButton
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 8
|
|
Height = 31
|
|
Top = 98
|
|
Width = 692
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 0
|
|
end
|
|
object ProgressBar1: TProgressBar
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = CancelButton
|
|
Left = 6
|
|
Height = 19
|
|
Top = 73
|
|
Width = 694
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
TabOrder = 1
|
|
end
|
|
object NoteLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = ProgressBar1
|
|
Left = 6
|
|
Height = 61
|
|
Top = 6
|
|
Width = 694
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'NoteLabel'
|
|
WordWrap = True
|
|
end
|
|
end
|