lazarus/ide/progressdlg.lfm
mattias 6dc2ea4455 implemented IDE progress dialog
git-svn-id: trunk@8121 -
2005-11-09 21:29:23 +00:00

48 lines
955 B
Plaintext

object IDEProgressDialog: TIDEProgressDialog
ActiveControl = AbortButton
Caption = 'IDEProgressDialog'
ClientHeight = 132
ClientWidth = 400
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 112
Position = poDesktopCenter
HorzScrollBar.Page = 399
VertScrollBar.Page = 131
Left = 286
Height = 132
Top = 202
Width = 400
object DescriptionLabel: TLabel
Anchors = [akTop]
AutoSize = False
Caption = 'DescriptionLabel'
Color = clNone
ParentColor = False
WordWrap = True
Left = 152
Height = 13
Top = 16
Width = 95
end
object AbortButton: TButton
Anchors = [akBottom]
BorderSpacing.InnerBorder = 2
Caption = 'AbortButton'
ModalResult = 3
TabOrder = 0
Left = 130
Height = 33
Top = 92
Width = 139
end
object ProgressBar: TProgressBar
Anchors = [akTop]
Max = 100
Left = 15
Height = 20
Top = 64
Width = 370
end
end