| 1 |
object Form_LevelDB: TForm_LevelDB |
| 2 |
Left = 0 |
| 3 |
Top = 0 |
| 4 |
BorderIcons = [] |
| 5 |
BorderStyle = bsToolWindow |
| 6 |
Caption = 'Creating DB' |
| 7 |
ClientHeight = 89 |
| 8 |
ClientWidth = 400 |
| 9 |
Color = clBtnFace |
| 10 |
Font.Charset = DEFAULT_CHARSET |
| 11 |
Font.Color = clWindowText |
| 12 |
Font.Height = -11 |
| 13 |
Font.Name = 'Tahoma' |
| 14 |
Font.Style = [] |
| 15 |
OldCreateOrder = False |
| 16 |
Position = poScreenCenter |
| 17 |
PixelsPerInch = 96 |
| 18 |
TextHeight = 13 |
| 19 |
object group_progress: TGroupBox |
| 20 |
Left = 0 |
| 21 |
Top = 0 |
| 22 |
Width = 400 |
| 23 |
Height = 89 |
| 24 |
Caption = 'Progress ...' |
| 25 |
TabOrder = 0 |
| 26 |
object lbl_progress: TLabel |
| 27 |
Left = 2 |
| 28 |
Top = 32 |
| 29 |
Width = 396 |
| 30 |
Height = 17 |
| 31 |
Align = alTop |
| 32 |
AutoSize = False |
| 33 |
end |
| 34 |
object lbl_estimation: TLabel |
| 35 |
Left = 2 |
| 36 |
Top = 49 |
| 37 |
Width = 396 |
| 38 |
Height = 17 |
| 39 |
Align = alTop |
| 40 |
AutoSize = False |
| 41 |
Caption = 'Estimated finishing time:' |
| 42 |
end |
| 43 |
object progress: TProgressBar |
| 44 |
Left = 2 |
| 45 |
Top = 15 |
| 46 |
Width = 396 |
| 47 |
Height = 17 |
| 48 |
Align = alTop |
| 49 |
Smooth = True |
| 50 |
TabOrder = 0 |
| 51 |
end |
| 52 |
object btn_abortok: TButton |
| 53 |
Left = 3 |
| 54 |
Top = 64 |
| 55 |
Width = 60 |
| 56 |
Height = 22 |
| 57 |
Caption = 'Abort...' |
| 58 |
TabOrder = 1 |
| 59 |
OnClick = btn_abortokClick |
| 60 |
end |
| 61 |
end |
| 62 |
end |