-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunit2.lfm
53 lines (53 loc) · 1.13 KB
/
unit2.lfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
object FormInstall: TFormInstall
Left = 246
Height = 118
Top = 480
Width = 415
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Installing...'
ClientHeight = 118
ClientWidth = 415
Color = 1907483
Font.CharSet = RUSSIAN_CHARSET
Font.Color = clWhite
Font.Pitch = fpVariable
Font.Quality = fqDraft
OnShow = FormShow
Position = poOwnerFormCenter
LCLVersion = '3.4.0.0'
object LabelCaption: TLabel
Left = 16
Height = 32
Top = 8
Width = 111
Caption = 'Installing...'
Font.CharSet = RUSSIAN_CHARSET
Font.Color = clWhite
Font.Height = -24
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentFont = False
end
object LabelInfo: TLabel
Left = 16
Height = 21
Top = 48
Width = 4
Caption = ' '
Font.CharSet = RUSSIAN_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentFont = False
end
object ProgressBarDownload: TProgressBar
Left = 16
Height = 20
Top = 80
Width = 384
Style = pbstMarquee
TabOrder = 0
end
end