diff options
Diffstat (limited to 'src/ext/Bal/wixstdba/Resources/dncpreq.thm')
-rw-r--r-- | src/ext/Bal/wixstdba/Resources/dncpreq.thm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ext/Bal/wixstdba/Resources/dncpreq.thm b/src/ext/Bal/wixstdba/Resources/dncpreq.thm index 4ae61819..fda84004 100644 --- a/src/ext/Bal/wixstdba/Resources/dncpreq.thm +++ b/src/ext/Bal/wixstdba/Resources/dncpreq.thm | |||
@@ -32,6 +32,19 @@ | |||
32 | <Progressbar Name="OverallCalculatedProgressbar" X="11" Y="175" Width="-11" Height="15" /> | 32 | <Progressbar Name="OverallCalculatedProgressbar" X="11" Y="175" Width="-11" Height="15" /> |
33 | <Button Name="ProgressCancelButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">#(loc.ProgressCancelButton)</Button> | 33 | <Button Name="ProgressCancelButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">#(loc.ProgressCancelButton)</Button> |
34 | </Page> | 34 | </Page> |
35 | <Page Name="Success"> | ||
36 | <Label X="11" Y="112" Width="-11" Height="30" FontId="2" DisablePrefix="yes"> | ||
37 | <Text>#(loc.SuccessHeader)</Text> | ||
38 | </Label> | ||
39 | <Label X="-11" Y="-20" Width="400" Height="34" FontId="3" DisablePrefix="yes"> | ||
40 | <Text>#(loc.SuccessRestartText)</Text> | ||
41 | </Label> | ||
42 | <Button Name="SuccessRestartButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.SuccessRestartButton)</Button> | ||
43 | <Button Name="SuccessCloseButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0"> | ||
44 | <Text>#(loc.SuccessCloseButton)</Text> | ||
45 | <CloseWindowAction /> | ||
46 | </Button> | ||
47 | </Page> | ||
35 | <Page Name="Failure"> | 48 | <Page Name="Failure"> |
36 | <Label X="11" Y="112" Width="-11" Height="30" FontId="2" DisablePrefix="yes">#(loc.FailureHeader)</Label> | 49 | <Label X="11" Y="112" Width="-11" Height="30" FontId="2" DisablePrefix="yes">#(loc.FailureHeader)</Label> |
37 | <Hypertext Name="FailureLogFileLink" X="11" Y="153" Width="-11" Height="51" FontId="3" TabStop="yes" HideWhenDisabled="yes">#(loc.FailureLogLinkText)</Hypertext> | 50 | <Hypertext Name="FailureLogFileLink" X="11" Y="153" Width="-11" Height="51" FontId="3" TabStop="yes" HideWhenDisabled="yes">#(loc.FailureLogLinkText)</Hypertext> |