恢复旧版安装页面布局
This commit is contained in:
+10
-10
@@ -35,22 +35,22 @@
|
||||
</Grid>
|
||||
</DockPanel>
|
||||
|
||||
<Separator DockPanel.Dock="Bottom" Margin="0, 10, 0, 20" Background="{x:Null}" Opacity="0.5" />
|
||||
<DockPanel DockPanel.Dock="Bottom" Visibility="{Binding InstallDirVisibility}">
|
||||
<Separator DockPanel.Dock="Bottom" Margin="0, 10, 0, 20" Background="{x:Null}" Opacity="0.5" />
|
||||
<CheckBox Content="{Binding AgreeToSendFeedbackText}" DockPanel.Dock="Bottom" Margin="0,20,0,0" IsChecked="{Binding SendFeedbackChecked}" Visibility="{Binding SendFeedbackVisibility}" TabIndex="4" />
|
||||
|
||||
<CheckBox Content="{Binding AgreeToSendFeedbackText}" DockPanel.Dock="Bottom" Margin="0,20,0,0" IsChecked="{Binding SendFeedbackChecked}" Visibility="{Binding SendFeedbackVisibility}" TabIndex="4" Foreground="{DynamicResource TextDepth1}" />
|
||||
<TextBlock TextWrapping="Wrap" DockPanel.Dock="Bottom" Text="{Binding PathValidationError}" Visibility="{Binding PathValidationErrorVisibility}" Margin="0,10,0,0" Foreground="{DynamicResource TextDepth1}" />
|
||||
|
||||
<DockPanel DockPanel.Dock="Bottom" LastChildFill="True" Visibility="{Binding InstallDirVisibility}">
|
||||
<Button DockPanel.Dock="Right" Command="{Binding FolderSelectionDialogCommand}" Content="..." TabIndex="3" VerticalAlignment="Center" Padding="0" Height="26" Width="26" Margin="5,0,0,0" FontSize="10.667" />
|
||||
<TextBox Text="{Binding InstallDir, UpdateSourceTrigger=PropertyChanged}" TabIndex="2" VerticalAlignment="Center" />
|
||||
<DockPanel DockPanel.Dock="Bottom" LastChildFill="True" >
|
||||
<Button DockPanel.Dock="Right" Command="{Binding FolderSelectionDialogCommand}" Content="..." TabIndex="3" VerticalAlignment="Center" Padding="0" Height="26" Width="26" Margin="5,0,0,0" FontSize="10.667"/>
|
||||
<TextBox Text="{Binding InstallDir, UpdateSourceTrigger=PropertyChanged}" TabIndex="2" VerticalAlignment="Center" />
|
||||
</DockPanel>
|
||||
</DockPanel>
|
||||
|
||||
<TextBlock TextWrapping="Wrap" DockPanel.Dock="Bottom" Text="{Binding PathValidationError}" Visibility="{Binding PathValidationErrorVisibility}" Margin="0,0,0,10" Foreground="{DynamicResource TextDepth1}" />
|
||||
|
||||
<Separator DockPanel.Dock="Bottom" Background="{DynamicResource BackgroundDepth2}" Margin="0,10" Opacity="0.5" />
|
||||
|
||||
<CheckBox Content="{Binding AgreeToLicenseText}" DockPanel.Dock="Bottom" Margin="0,5,0,0" IsChecked="{Binding AcceptLicenseChecked}" Visibility="{Binding LicenseInfoVisibility}" TabIndex="1" Checked="checkBoxAcceptEula_Checked" Unchecked="checkBoxAcceptEula_Unchecked" Foreground="{DynamicResource TextDepth1}" />
|
||||
<CheckBox Content="{Binding AgreeToLicenseText}" DockPanel.Dock="Bottom" Margin="0,5,0,0" IsChecked="{Binding AcceptLicenseChecked}" Visibility="{Binding LicenseInfoVisibility}" TabIndex="1" Checked="checkBoxAcceptEula_Checked" Unchecked="checkBoxAcceptEula_Unchecked" />
|
||||
|
||||
<ContentControl x:Name="contentEula" Content="{Binding LicenseDocument}" Visibility="{Binding LicenseInfoVisibility}" TabIndex="0" />
|
||||
<ContentControl x:Name="contentEula" Content="{Binding LicenseDocument}" Visibility="{Binding LicenseInfoVisibility}" TabIndex="0"/>
|
||||
|
||||
</DockPanel>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user