|
@@ -1,4 +1,4 @@
|
|
|
-<Page x:Class="BuzuevaDemo.Pages.CreateZapis"
|
|
|
+<Page x:Class="BuzuevaDemo.Pages.CreateData"
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
@@ -8,7 +8,7 @@
|
|
|
Title="CreateZapis" Height="450" Width="245">
|
|
|
|
|
|
<Grid>
|
|
|
- <StackPanel Orientation="Vertical" HorizontalAlignment="Center" VerticalAlignment="Center">
|
|
|
+ <StackPanel Orientation="Vertical" HorizontalAlignment="Stretch" VerticalAlignment="Center" Margin="10">
|
|
|
<GroupBox Header="Наименование">
|
|
|
<TextBox/>
|
|
|
</GroupBox>
|
|
@@ -21,12 +21,12 @@
|
|
|
<GroupBox Header="Адрес">
|
|
|
<TextBox/>
|
|
|
</GroupBox>
|
|
|
- <StackPanel Orientation="Horizontal" HorizontalAlignment="Center">
|
|
|
- <GroupBox Header="ИНН">
|
|
|
- <TextBox/>
|
|
|
+ <StackPanel Orientation="Horizontal" HorizontalAlignment="Center" >
|
|
|
+ <GroupBox Header="ИНН" >
|
|
|
+ <TextBox Width="80"/>
|
|
|
</GroupBox>
|
|
|
<GroupBox Header="КПП">
|
|
|
- <TextBox/>
|
|
|
+ <TextBox Width="80"/>
|
|
|
</GroupBox>
|
|
|
</StackPanel>
|
|
|
<Image Width="100" Height="100"/>
|