init commit
This commit is contained in:
parent
c722f8dca4
commit
35948e2f79
@ -5,5 +5,13 @@
|
|||||||
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
|
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
|
||||||
x:Class="demo_hard.SallerWindow"
|
x:Class="demo_hard.SallerWindow"
|
||||||
Title="SallerWindow">
|
Title="SallerWindow">
|
||||||
|
<DockPanel>
|
||||||
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" DockPanel.Dock="Top">
|
||||||
|
<TextBlock Text="Добро пожаловать в окно создания заказа"/>
|
||||||
|
</StackPanel>
|
||||||
|
<StackPanel>
|
||||||
|
<TextBlock Text="Номер заказа"/>
|
||||||
|
<TextBlock Text="Сделать штрих кода нада"/>
|
||||||
|
</StackPanel>
|
||||||
|
</DockPanel>
|
||||||
</Window>
|
</Window>
|
||||||
|
Binary file not shown.
@ -13,7 +13,7 @@ using System.Reflection;
|
|||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("demo_hard")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("demo_hard")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c91804fd9638a5631768e0f8d9252b7076859bc2")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c722f8dca42b45d1b29f690d670497660d1ed8c5")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("demo_hard")]
|
[assembly: System.Reflection.AssemblyProductAttribute("demo_hard")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("demo_hard")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("demo_hard")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
@ -1 +1 @@
|
|||||||
c7751d4c859009911ef8abab35f4913fc67078eaa69e0f8e455111b451d12c80
|
8fbb7fd3573c9c601aedfd3526df593771d1d09e7f49ddff25c75c0eb415b1d5
|
||||||
|
@ -1 +1 @@
|
|||||||
17386669662844324
|
17387422914147165
|
Loading…
Reference in New Issue
Block a user