To .NET 5 (lot of refactoring)
[master-thesis.git] / Parasitemia / ParasitemiaUI / XAML / PPICalculatorWindow.xaml
diff --git a/Parasitemia/ParasitemiaUI/XAML/PPICalculatorWindow.xaml b/Parasitemia/ParasitemiaUI/XAML/PPICalculatorWindow.xaml
deleted file mode 100644 (file)
index 2ac8540..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
-        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
-        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
-        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
-        mc:Ignorable="d"
-        x:Name="PPICalculatorWindow" Height="200" Width="378.5" MinHeight="200" MinWidth="280" Title="PPI Calculator" Icon="pack://application:,,,/Resources/icon.ico">
-   <Grid Margin="3">
-      <Grid.ColumnDefinitions>
-         <ColumnDefinition Width="Auto"/>
-         <ColumnDefinition Width="1*"/>
-      </Grid.ColumnDefinitions>
-      <Grid.RowDefinitions>
-         <RowDefinition Height="Auto" />
-         <RowDefinition Height="Auto" />
-         <RowDefinition Height="Auto" />
-         <RowDefinition Height="20" />
-         <RowDefinition Height="Auto" />
-         <RowDefinition Height="1*" />
-      </Grid.RowDefinitions>
-      <Label Content="Sensor size" Grid.Row="0" Grid.Column="0" />
-      <ComboBox x:Name="cmbSensorSize" Grid.Row="0" Grid.Column="1" VerticalAlignment="Center" />
-
-      <Label Content="Sensor resolution [Megapixel]" Grid.Row="1" Grid.Column="0" />
-      <TextBox x:Name="txtSensorResolution" Grid.Row="1" Grid.Column="1" VerticalAlignment="Center" />
-
-      <Label Content="Zoom" Grid.Row="2" Grid.Column="0" />
-      <TextBox x:Name="txtZoom" Grid.Row="2" Grid.Column="1" VerticalAlignment="Center" />
-
-      <Label Content="Image resolution [PPI]" Grid.Row="4" Grid.Column="0" />
-      <TextBox x:Name="txtImageResolution" Grid.Row="4" Grid.Column="1" VerticalAlignment="Center" IsReadOnly="True" />
-
-      <Grid Grid.Column="0" Grid.Row="5" Grid.ColumnSpan="2">
-         <Grid.ColumnDefinitions>
-            <ColumnDefinition Width="1*"/>
-            <ColumnDefinition Width="Auto"/>
-         </Grid.ColumnDefinitions>
-         <Button x:Name="butCancel" Content="Cancel" HorizontalAlignment="Right" Margin="3" VerticalAlignment="Bottom" Width="75" Height="20" Grid.Column="0" />
-         <Button x:Name="butOK" Content="OK" HorizontalAlignment="Right" Margin="3" VerticalAlignment="Bottom" Width="75" Height="20" Grid.Column="1" />
-      </Grid>
-   </Grid>
-</Window>
\ No newline at end of file