-
Notifications
You must be signed in to change notification settings - Fork 0
/
progresswindow.lfm
60 lines (60 loc) · 1.24 KB
/
progresswindow.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
54
55
56
57
58
59
60
object FormProgressWindow: TFormProgressWindow
Left = 708
Height = 208
Top = 292
Width = 553
Caption = 'Initialize OpsiClientKiosk'
ClientHeight = 208
ClientWidth = 553
FormStyle = fsStayOnTop
Position = poScreenCenter
LCLVersion = '3.2.0.0'
object ProgressBar1: TProgressBar
Left = 8
Height = 25
Top = 80
Width = 536
TabOrder = 0
end
object ProgressBarDetail: TProgressBar
Left = 8
Height = 25
Top = 152
Width = 536
Step = 1
TabOrder = 1
end
object LabelDataLoad: TLabel
Left = 8
Height = 15
Top = 57
Width = 78
Caption = 'LabelDataLoad'
ParentColor = False
end
object LabelDataLoadDetail: TLabel
Left = 8
Height = 15
Top = 129
Width = 108
Caption = 'LabelDataLoadDetail'
ParentColor = False
end
object LabelInfo: TLabel
Left = 8
Height = 21
Top = 16
Width = 136
Caption = 'Please wait while '
Font.CharSet = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
WordWrap = True
end
end