1object IDEProgressDialog: TIDEProgressDialog
2  Left = 286
3  Height = 132
4  Top = 202
5  Width = 400
6  Caption = 'IDEProgressDialog'
7  ClientHeight = 132
8  ClientWidth = 400
9  OnCreate = FormCreate
10  OnDestroy = FormDestroy
11  Position = poScreenCenter
12  LCLVersion = '0.9.29'
13  object DescriptionLabel: TLabel
14    Left = 152
15    Height = 13
16    Top = 16
17    Width = 95
18    Anchors = [akTop]
19    AutoSize = False
20    Caption = 'DescriptionLabel'
21    ParentColor = False
22    WordWrap = True
23  end
24  object ProgressBar: TProgressBar
25    AnchorSideLeft.Control = Owner
26    AnchorSideRight.Control = Owner
27    AnchorSideRight.Side = asrBottom
28    Left = 15
29    Height = 20
30    Top = 64
31    Width = 370
32    Anchors = [akTop, akLeft, akRight]
33    BorderSpacing.Left = 15
34    BorderSpacing.Right = 15
35    TabOrder = 0
36  end
37  object AbortButton: TBitBtn
38    Left = 161
39    Height = 26
40    Top = 99
41    Width = 77
42    Anchors = [akBottom]
43    AutoSize = True
44    Cancel = True
45    Caption = 'Cancel'
46    Kind = bkCancel
47    ModalResult = 3
48    NumGlyphs = 0
49    TabOrder = 1
50  end
51end
52