-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathufrmOracleCleanupMain.dfm
More file actions
73 lines (73 loc) · 1.62 KB
/
Copy pathufrmOracleCleanupMain.dfm
File metadata and controls
73 lines (73 loc) · 1.62 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
object frmOracleCleanupMain: TfrmOracleCleanupMain
Left = 0
Top = 0
Caption = 'Oracle Uninstall Cleanup'
ClientHeight = 311
ClientWidth = 981
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
DesignSize = (
981
311)
PixelsPerInch = 96
TextHeight = 16
object Label1: TLabel
Left = 8
Top = 8
Width = 297
Height = 89
AutoSize = False
Caption =
'After a failed Retail Pro 9 install, Oracle is not uninstalled c' +
'leanly. This means you can'#39't immediately re-run the Retail Pro 9' +
' installer as it will tell you to uninstall Oracle first. This p' +
'rogram helps rectify that problem.'
WordWrap = True
end
object btnStep1: TButton
Left = 24
Top = 108
Width = 175
Height = 53
Caption = 'Step 1'
CommandLinkHint = 'Delete Registry Keys'
Style = bsCommandLink
TabOrder = 0
OnClick = btnStep1Click
end
object lbLog: TListBox
Left = 311
Top = 8
Width = 661
Height = 295
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 1
end
object btnStep2: TButton
Left = 24
Top = 175
Width = 175
Height = 50
Caption = 'Step 2'
CommandLinkHint = 'Reboot the computer'
Style = bsCommandLink
TabOrder = 2
OnClick = btnStep2Click
end
object btnStep3: TButton
Left = 24
Top = 239
Width = 175
Height = 58
Caption = 'Step 3'
CommandLinkHint = 'Delete Folders'
Style = bsCommandLink
TabOrder = 3
OnClick = btnStep3Click
end
end