-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmapplychanges.lfm
More file actions
110 lines (110 loc) · 2.01 KB
/
mapplychanges.lfm
File metadata and controls
110 lines (110 loc) · 2.01 KB
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
object scrApplyChanges: TscrApplyChanges
Left = 8
Height = 176
Top = 25
Width = 265
HelpType = htKeyword
HelpKeyword = 'applychanges'
AlphaBlend = True
BorderStyle = bsDialog
Caption = 'Apply Changes'
ClientHeight = 176
ClientWidth = 265
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
OnShow = FormShow
Position = poOwnerFormCenter
LCLVersion = '2.2.0.4'
object Label1: TLabel
Left = 16
Height = 13
Top = 16
Width = 145
Caption = '&Progress Dialog for Feedback:'
FocusControl = Dialog
Visible = False
end
object Label5: TLabel
Left = 16
Height = 13
Top = 16
Width = 160
Caption = '&Return Success State in Variable:'
FocusControl = Variable
end
object Action: TLabel
Left = 16
Height = 13
Top = 64
Width = 89
Caption = 'Action to Perform:'
end
object Dialog: TComboBox
Left = 16
Height = 20
Top = 32
Width = 233
ItemHeight = 19
TabOrder = 0
Visible = False
end
object BitBtn1: TBitBtn
Left = 96
Height = 25
Top = 136
Width = 75
Caption = 'OK'
Default = True
Kind = bkOK
ModalResult = 1
NumGlyphs = 2
TabOrder = 5
end
object BitBtn2: TBitBtn
Left = 176
Height = 25
Top = 136
Width = 75
Cancel = True
Caption = 'Cancel'
Kind = bkCancel
ModalResult = 2
NumGlyphs = 2
TabOrder = 6
end
object Variable: TComboBox
Left = 16
Height = 20
Top = 32
Width = 233
ItemHeight = 19
TabOrder = 1
end
object Install: TRadioButton
Left = 16
Height = 18
Top = 80
Width = 96
Caption = '&Install Product'
TabOrder = 2
end
object Uninstall: TRadioButton
Left = 16
Height = 18
Top = 112
Width = 108
Caption = '&Uninstall Product'
TabOrder = 4
end
object Advertise: TRadioButton
Left = 16
Height = 18
Top = 96
Width = 112
Caption = '&Advertise Product'
TabOrder = 3
Visible = False
end
end