lazarus/ide/progressdlg.lfm
paul dd8ccf2773 (IDE):
- change poDesktopCenter to poScreenCenter (since some forms has wrong position after poDesktopCenter had been implemented in some widgetsets)

git-svn-id: trunk@11677 -
2007-07-30 16:33:41 +00:00

48 lines
925 B
Plaintext

object IDEProgressDialog: TIDEProgressDialog
ActiveControl = AbortButton
Caption = 'IDEProgressDialog'
ClientHeight = 132
ClientWidth = 400
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 112
Position = poScreenCenter
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]
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