lazarus/ide/progressdlg.lfm
laurent 5e4ca3e5a5 Load glyph form resource
git-svn-id: trunk@16686 -
2008-09-23 15:47:21 +00:00

46 lines
875 B
Plaintext

object IDEProgressDialog: TIDEProgressDialog
Left = 286
Height = 132
Top = 202
Width = 400
Caption = 'IDEProgressDialog'
ClientHeight = 132
ClientWidth = 400
OnCreate = FormCreate
OnDestroy = FormDestroy
ParentFont = False
Position = poScreenCenter
LCLVersion = '0.9.25'
object DescriptionLabel: TLabel
Left = 152
Height = 13
Top = 16
Width = 95
Anchors = [akTop]
AutoSize = False
Caption = 'DescriptionLabel'
ParentColor = False
WordWrap = True
end
object ProgressBar: TProgressBar
Left = 15
Height = 20
Top = 64
Width = 370
Anchors = [akTop]
Max = 100
TabOrder = 0
end
object AbortButton: TBitBtn
Left = 130
Height = 33
Top = 92
Width = 139
Anchors = [akBottom]
Caption = 'AbortButton'
ModalResult = 3
NumGlyphs = 0
TabOrder = 1
end
end