Add clanker code
This commit is contained in:
@@ -47,6 +47,16 @@
|
||||
<TextBlock Name="SpzTextBlock" Grid.Column="1" FontSize="14" />
|
||||
</Grid>
|
||||
|
||||
<!-- Znacka -->
|
||||
<Grid Margin="0,5">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="120" />
|
||||
<ColumnDefinition Width="*" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<TextBlock Text="Znacka:" FontSize="14" FontWeight="SemiBold" />
|
||||
<TextBlock Name="ZnackaTextBlock" Grid.Column="1" FontSize="14" />
|
||||
</Grid>
|
||||
|
||||
<!-- Model -->
|
||||
<Grid Margin="0,5">
|
||||
<Grid.ColumnDefinitions>
|
||||
@@ -85,6 +95,16 @@
|
||||
<TextBlock Name="YearTextBlock" Grid.Column="1" FontSize="14" />
|
||||
</Grid>
|
||||
|
||||
<!-- Palivo -->
|
||||
<Grid Margin="0,5">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="120" />
|
||||
<ColumnDefinition Width="*" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<TextBlock Text="Palivo:" FontSize="14" FontWeight="SemiBold" />
|
||||
<TextBlock Name="PalivoTextBlock" Grid.Column="1" FontSize="14" />
|
||||
</Grid>
|
||||
|
||||
<!-- Najete km -->
|
||||
<Grid Margin="0,5">
|
||||
<Grid.ColumnDefinitions>
|
||||
@@ -104,6 +124,50 @@
|
||||
<TextBlock Text="Cena:" FontSize="14" FontWeight="SemiBold" />
|
||||
<TextBlock Name="PriceTextBlock" Grid.Column="1" FontSize="14" />
|
||||
</Grid>
|
||||
|
||||
<Separator Margin="0,15,0,15" />
|
||||
|
||||
<TextBlock Text="Vlastnik" FontSize="16" FontWeight="Bold" Margin="0,0,0,10" />
|
||||
|
||||
<!-- Vlastnik Jmeno -->
|
||||
<Grid Margin="0,5">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="120" />
|
||||
<ColumnDefinition Width="*" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<TextBlock Text="Jmeno a Prijmeni:" FontSize="14" FontWeight="SemiBold" />
|
||||
<TextBlock Name="OwnerNameTextBlock" Grid.Column="1" FontSize="14" />
|
||||
</Grid>
|
||||
|
||||
<!-- Adresa -->
|
||||
<Grid Margin="0,5">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="120" />
|
||||
<ColumnDefinition Width="*" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<TextBlock Text="Adresa:" FontSize="14" FontWeight="SemiBold" />
|
||||
<TextBlock Name="AddressTextBlock" Grid.Column="1" FontSize="14" TextWrapping="Wrap" />
|
||||
</Grid>
|
||||
|
||||
<!-- Telefon -->
|
||||
<Grid Margin="0,5">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="120" />
|
||||
<ColumnDefinition Width="*" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<TextBlock Text="Telefon:" FontSize="14" FontWeight="SemiBold" />
|
||||
<TextBlock Name="PhoneTextBlock" Grid.Column="1" FontSize="14" />
|
||||
</Grid>
|
||||
|
||||
<!-- Email -->
|
||||
<Grid Margin="0,5">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="120" />
|
||||
<ColumnDefinition Width="*" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<TextBlock Text="Email:" FontSize="14" FontWeight="SemiBold" />
|
||||
<TextBlock Name="EmailTextBlock" Grid.Column="1" FontSize="14" />
|
||||
</Grid>
|
||||
</StackPanel>
|
||||
</ScrollViewer>
|
||||
|
||||
@@ -139,3 +203,5 @@
|
||||
</Border>
|
||||
</Grid>
|
||||
</Window>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user