neue Interface
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:local="clr-namespace:WpfApp1"
|
||||
mc:Ignorable="d"
|
||||
Title="MainWindow" Height="450" Width="650">
|
||||
Title="MainWindow" Height="450" Width="500" Background="RosyBrown">
|
||||
<Window.Resources>
|
||||
<SolidColorBrush x:Key="LabelBackground1"/>
|
||||
</Window.Resources>
|
||||
<Grid Margin="0,0,283,0">
|
||||
<Grid>
|
||||
<Grid HorizontalAlignment="Left" Height="280" Margin="30,30,0,0" VerticalAlignment="Top" Width="280">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition />
|
||||
@@ -29,8 +29,8 @@
|
||||
<ColumnDefinition />
|
||||
<ColumnDefinition />
|
||||
</Grid.ColumnDefinitions>
|
||||
<Button Grid.Column="0" Grid.Row="0" Height="40" VerticalAlignment="Bottom" Click="Button_Click">1</Button>
|
||||
<Button Grid.Column="0" Grid.Row="1">8</Button>
|
||||
<Button Grid.Column="0" Height="40" VerticalAlignment="Center" Click="Button_Click" HorizontalAlignment="Left" Width="40">1</Button>
|
||||
<Button x:Name="Mybutton" Grid.Column="0" Grid.Row="1" Height="40" VerticalAlignment="Top" Click="Mybutton_Click">8</Button>
|
||||
<Button Grid.Column="0" Grid.Row="2">15</Button>
|
||||
<Button Grid.Column="0" Grid.Row="3">22</Button>
|
||||
<Button Grid.Column="0" Grid.Row="4">29</Button>
|
||||
@@ -88,12 +88,12 @@
|
||||
<ColumnDefinition />
|
||||
<ColumnDefinition />
|
||||
</Grid.ColumnDefinitions>
|
||||
<Label x:Name="Label0" Grid.Column="0" Content="*" Background="LightCyan"/>
|
||||
<Label x:Name="Label1" Grid.Column="1" Content="*" Background="LightCyan"/>
|
||||
<Label x:Name="Label2" Grid.Column="2" Content="*" Background="LightCyan"/>
|
||||
<Label x:Name="Label3" Grid.Column="3" Content="*" Background="LightCyan"/>
|
||||
<Label x:Name="Label4" Grid.Column="4" Content="*" Background="LightCyan"/>
|
||||
<Label x:Name="Label5" Grid.Column="5" Content="*" Background="LightCyan"/>
|
||||
<Label x:Name="Label0" Grid.Column="0" Content="*" HorizontalAlignment="Center" Padding="13" Background="LightCyan"/>
|
||||
<Label x:Name="Label1" Grid.Column="1" Content="*" HorizontalAlignment="Center" Padding="13" Background="LightCyan"/>
|
||||
<Label x:Name="Label2" Grid.Column="2" Content="*" HorizontalAlignment="Center" Padding="13" Background="LightCyan"/>
|
||||
<Label x:Name="Label3" Grid.Column="3" Content="*" HorizontalAlignment="Center" Padding="13" Background="LightCyan"/>
|
||||
<Label x:Name="Label4" Grid.Column="4" Content="*" HorizontalAlignment="Center" Padding="13" Background="LightCyan"/>
|
||||
<Label x:Name="Label5" Grid.Column="5" Content="*" HorizontalAlignment="Center" Padding="13" Background="LightCyan"/>
|
||||
</Grid>
|
||||
</Grid>
|
||||
</Window>
|
||||
|
||||
Reference in New Issue
Block a user