|
1355 | 1355 | Check the status in the console |
1356 | 1356 | </TextBlock> |
1357 | 1357 | <Rectangle Fill="{DynamicResource MainForegroundColor}" Height="2" HorizontalAlignment="Stretch" Margin="0,10,0,10"/> |
1358 | | - <TextBlock Margin="5" Padding="1" TextWrapping="Wrap" Foreground="{DynamicResource ComboBoxForegroundColor}" ToolTip="Scratch directories act as a custom destination for image files"><Bold>Scratch directory settings (optional)</Bold></TextBlock> |
1359 | | - <CheckBox x:Name="WPFMicrowinISOScratchDir" Content="Use ISO directory for ScratchDir " IsChecked="False" Margin="{DynamicResource MicrowinCheckBoxMargin}" |
1360 | | - ToolTip="Check this to use the path of the ISO file you specify as a scratch directory" /> |
1361 | | - <Grid> |
1362 | | - <Grid.ColumnDefinitions> |
1363 | | - <ColumnDefinition Width="*" /> <!-- Takes the remaining space --> |
1364 | | - <ColumnDefinition Width="30" /> <!-- Fixed width for Button --> |
1365 | | - </Grid.ColumnDefinitions> |
1366 | | - <TextBox Name="MicrowinScratchDirBox" Background="Transparent" BorderBrush="{DynamicResource MainForegroundColor}" |
1367 | | - Text="Scratch" |
1368 | | - Margin="2" |
1369 | | - IsReadOnly="False" |
1370 | | - ToolTip="Specify an alternate path for the scratch directory" |
1371 | | - Grid.Column="0" |
1372 | | - VerticalAlignment="Center" |
1373 | | - Foreground="{DynamicResource LabelboxForegroundColor}"> |
1374 | | - </TextBox> |
1375 | | - <Button Name="MicrowinScratchDirBT" |
1376 | | - Width="Auto" |
1377 | | - Height="Auto" |
1378 | | - Grid.Column="1" |
1379 | | - Margin="2" |
1380 | | - Padding="1" VerticalAlignment="Center"> |
1381 | | - <Button.Content> |
1382 | | - ... |
1383 | | - </Button.Content> |
1384 | | - </Button> |
1385 | | - </Grid> |
1386 | | - <Rectangle Fill="{DynamicResource MainForegroundColor}" Height="2" HorizontalAlignment="Stretch" Margin="0,10,0,10"/> |
1387 | 1358 | <TextBox Name="MicrowinFinalIsoLocation" Background="Transparent" BorderBrush="{DynamicResource MainForegroundColor}" |
1388 | 1359 | Text="ISO location will be printed here" |
1389 | 1360 | Margin="2" |
|
1457 | 1428 | <CheckBox Name="MicrowinImportDrivers" Content="Import drivers from current system" Margin="{DynamicResource MicrowinCheckBoxMargin}" IsChecked="False" ToolTip="Export all third-party drivers from your system and inject them to the MicroWin image"/> |
1458 | 1429 | <CheckBox Name="MicrowinCopyVirtIO" Content="Include VirtIO drivers" Margin="{DynamicResource MicrowinCheckBoxMargin}" IsChecked="False" ToolTip="Copy VirtIO Guest Tools drivers to your ISO file. Check this only if you want to use it on QEMU/Proxmox VE"/> |
1459 | 1430 | <Rectangle Fill="{DynamicResource MainForegroundColor}" Height="2" HorizontalAlignment="Stretch" Margin="0,10,0,10"/> |
1460 | | - <Rectangle Fill="{DynamicResource MainForegroundColor}" Height="2" HorizontalAlignment="Stretch" Margin="0,10,0,10"/> |
1461 | 1431 | <TextBlock Margin="6" Padding="1" TextWrapping="Wrap"><Bold>Custom user settings (leave empty for default user)</Bold></TextBlock> |
1462 | 1432 | <TextBlock Margin="6" Padding="1" TextWrapping="Wrap">User name (20 characters max.):</TextBlock> |
1463 | 1433 | <TextBox Name="MicrowinUserName" Background="Transparent" BorderThickness="1" BorderBrush="{DynamicResource MainForegroundColor}" |
|
0 commit comments