| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Copyright (c) Microsoft Corporation. All rights reserved. |
| --> |
| <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> |
| <Fragment> |
| <UI> |
| <Dialog Id="ApacheSelectDlg" Width="370" Height="270" Title="!(loc.ApacheSelectDlg_Title)"> |
| <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="!(loc.WixUIBack)" /> |
| <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Text="!(loc.WixUINext)"> |
| <Publish Event="SpawnWaitDialog" Value="WaitForCostingDlg">CostingComplete = 1</Publish> |
| </Control> |
| <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="!(loc.WixUICancel)"> |
| <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish> |
| </Control> |
| <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="!(loc.ApacheSelectDlgBannerBitmap)" /> |
| <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="2" /> |
| <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="2" /> |
| <Control Id="Description" Type="Text" X="20" Y="21" Width="280" Height="15" Transparent="yes" NoPrefix="yes" Text="!(loc.ApacheSelectDlgDescription)" /> |
| <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" Text="!(loc.ApacheSelectDlgTitle)" /> |
| <Control Id="Instruction" Type="Text" Height="15" Width="280" X="20" Y="53" Text="!(loc.ApacheSelectDlgInstruction)" /> |
| <Control Id="radioButtonGroupBox1" Type="RadioButtonGroup" Height="122" Width="296" X="34" Y="83" Property="APACHEVERSION"> |
| <RadioButtonGroup Property="APACHEVERSION"> |
| <RadioButton X="63" Y="26" Height="18" Width="150" Text="!(loc.ApacheSelectDlgRadio1)" Value="Apache20" /> |
| <RadioButton X="63" Y="49" Height="18" Width="150" Text="!(loc.ApacheSelectDlgRadio2)" Value="Apache22" /> |
| </RadioButtonGroup> |
| </Control> |
| </Dialog> |
| </UI> |
| </Fragment> |
| </Wix> |