-
Notifications
You must be signed in to change notification settings - Fork 0
/
installdlg.lfm
92 lines (92 loc) · 2.03 KB
/
installdlg.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
object FInstalldlg: TFInstalldlg
Left = 2823
Height = 289
Top = 24
Width = 559
Caption = 'opsi-kiosk-client'
ClientHeight = 289
ClientWidth = 559
FormStyle = fsSystemStayOnTop
OnActivate = FormActivate
Position = poMainFormCenter
LCLVersion = '2.2.0.2'
object ToolBar1: TToolBar
Left = 0
Height = 65
Top = 224
Width = 559
Align = alBottom
TabOrder = 0
object BitBtnNow: TBitBtn
Left = 6
Height = 22
Top = 7
Width = 548
Align = alTop
BorderSpacing.Around = 5
Caption = 'Install now (Close all Applications, Kiosk is closed automatically)'
Font.CharSet = ANSI_CHARSET
Font.Height = -13
Font.Name = 'Arial'
Font.Pitch = fpVariable
Font.Quality = fqDraft
OnClick = BitBtnNowClick
ParentFont = False
TabOrder = 0
end
object BitBtnLater: TBitBtn
Left = 6
Height = 22
Top = 34
Width = 548
Align = alTop
BorderSpacing.Around = 5
Caption = 'Install at next Standard Event (e.g. Reboot)'
Font.CharSet = ANSI_CHARSET
Font.Height = -13
Font.Name = 'Arial'
Font.Pitch = fpVariable
Font.Quality = fqDraft
OnClick = BitBtnLaterClick
ParentFont = False
TabOrder = 1
end
end
object PanelDlgTop: TPanel
Left = 0
Height = 32
Top = 0
Width = 559
Align = alTop
ClientHeight = 32
ClientWidth = 559
TabOrder = 1
object Label1: TLabel
Left = 6
Height = 20
Top = 6
Width = 547
Align = alClient
Alignment = taCenter
BorderSpacing.Around = 5
Caption = 'The following Actions will be done:'
Font.CharSet = ANSI_CHARSET
Font.Height = -16
Font.Name = 'Arial'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentFont = False
end
end
object Memo1: TMemo
Left = 0
Height = 192
Top = 32
Width = 559
Align = alClient
OnChange = Memo1Change
ReadOnly = True
TabOrder = 2
end
end