|
@@ -15,17 +15,15 @@
|
|
|
</LinearGradientBrush>
|
|
|
</Grid.Background>
|
|
|
<Label Content="Информация о клиентах" Foreground="White" FontSize="35" FontFamily="Century Gothic" HorizontalAlignment="Center" Margin="148,54,148,336.6"/>
|
|
|
- <StackPanel Margin="6,124,547,68.6" Orientation="Vertical">
|
|
|
- <TextBox Name="nametxt" Margin="10,0,0,0" FontSize="18" FontFamily="Century Gothic" Foreground="White" MaxLength="15"
|
|
|
- materialDesign:HintAssist.Hint="Имя клиента"/>
|
|
|
- <TextBox Name="familiatxt" Margin="10,15,0,0" FontSize="18" FontFamily="Century Gothic" Foreground="White" MaxLength="15"
|
|
|
+ <StackPanel Margin="6,134,547,58.6" Orientation="Vertical">
|
|
|
+ <TextBox Name="familiatxt" Margin="10,0,0,0" FontSize="18" FontFamily="Century Gothic" Foreground="White" MaxLength="15"
|
|
|
materialDesign:HintAssist.Hint="Фамилия клиента"/>
|
|
|
+ <TextBox Name="nametxt" Margin="10,15,0,0" FontSize="18" FontFamily="Century Gothic" Foreground="White" MaxLength="15"
|
|
|
+ materialDesign:HintAssist.Hint="Имя клиента"/>
|
|
|
<TextBox Name="otchestvotxt" Margin="10,15,0,0" FontSize="18" FontFamily="Century Gothic" Foreground="White" MaxLength="25"
|
|
|
materialDesign:HintAssist.Hint="Отчество клиента"/>
|
|
|
- <ComboBox Margin="10,10,0,0" FontSize="18" FontFamily="Century Gothic" Foreground="White"
|
|
|
- Style="{StaticResource MaterialDesignFloatingHintComboBox}"
|
|
|
- materialDesign:ColorZoneAssist.Mode="Inverted"
|
|
|
- materialDesign:HintAssist.Hint="Страна">
|
|
|
+ <ComboBox Margin="10,10,0,0" FontSize="18" FontFamily="Century Gothic" Foreground="White" Style="{StaticResource MaterialDesignFloatingHintComboBox}"
|
|
|
+ materialDesign:ColorZoneAssist.Mode="Inverted" materialDesign:HintAssist.Hint="Страна">
|
|
|
<ComboBoxItem
|
|
|
Content="Россия" />
|
|
|
<ComboBoxItem
|
|
@@ -41,37 +39,29 @@
|
|
|
</ComboBox>
|
|
|
</StackPanel>
|
|
|
<StackPanel Margin="0,320,547,43.6" Orientation="Horizontal">
|
|
|
- <Button
|
|
|
- Style="{StaticResource MaterialDesignIconButton}" Foreground="White"
|
|
|
- ToolTip="Добавить" Margin="25,0,0,0">
|
|
|
- <materialDesign:PackIcon
|
|
|
- Kind="Add" />
|
|
|
+ <Button Style="{StaticResource MaterialDesignIconButton}" Foreground="White" ToolTip="Добавить" Margin="25,0,0,0">
|
|
|
+ <materialDesign:PackIcon Kind="Add" />
|
|
|
</Button>
|
|
|
- <Button
|
|
|
- Style="{StaticResource MaterialDesignIconButton}" Foreground="White"
|
|
|
- ToolTip="Редактировать" Margin="25,0,0,0">
|
|
|
- <materialDesign:PackIcon
|
|
|
- Kind="Edit" />
|
|
|
+ <Button Style="{StaticResource MaterialDesignIconButton}" Foreground="White" ToolTip="Редактировать" Margin="25,0,0,0">
|
|
|
+ <materialDesign:PackIcon Kind="Edit" />
|
|
|
</Button>
|
|
|
- <Button
|
|
|
- Style="{StaticResource MaterialDesignIconButton}" Foreground="White"
|
|
|
- ToolTip="Удалить" Margin="25,0,0,0">
|
|
|
- <materialDesign:PackIcon
|
|
|
- Kind="Delete" />
|
|
|
+ <Button Style="{StaticResource MaterialDesignIconButton}" Foreground="White" ToolTip="Удалить" Margin="25,0,0,0">
|
|
|
+ <materialDesign:PackIcon Kind="Delete" />
|
|
|
</Button>
|
|
|
</StackPanel>
|
|
|
- <DataGrid HorizontalAlignment="Left" Height="257" Margin="293,124,0,0" VerticalAlignment="Top" Width="497" />
|
|
|
- <Button
|
|
|
- Style="{StaticResource MaterialDesignIconButton}"
|
|
|
- ToolTip="Вернуться к окну выбора функции" Margin="10,10,742,391.6" Click="Back">
|
|
|
- <materialDesign:PackIcon
|
|
|
- Kind="Backburger" Foreground="White"/>
|
|
|
+ <DataGrid IsReadOnly="True" HorizontalAlignment="Left" Height="257" Margin="293,134,0,0" VerticalAlignment="Top" Width="497" />
|
|
|
+ <Button Style="{StaticResource MaterialDesignIconButton}" ToolTip="Вернуться к окну выбора функции" Margin="10,10,742,391.6" Click="Back">
|
|
|
+ <materialDesign:PackIcon Kind="Backburger" Foreground="White"/>
|
|
|
+ </Button>
|
|
|
+ <Button Style="{StaticResource MaterialDesignIconButton}" ToolTip="Выход из приложения" Margin="742,10,10,391.6" Click="Close">
|
|
|
+ <materialDesign:PackIcon Kind="ExitToApp" Foreground="White"/>
|
|
|
</Button>
|
|
|
- <Button
|
|
|
+ <Button Name="WindMin"
|
|
|
Style="{StaticResource MaterialDesignIconButton}"
|
|
|
- ToolTip="Выход из приложения" Margin="742,10,10,391.6" Click="Close">
|
|
|
- <materialDesign:PackIcon
|
|
|
- Kind="ExitToApp" Foreground="White"/>
|
|
|
+ ToolTip="Свернуть окно" Margin="694,10,58,391.6" Click="WindMin_Click">
|
|
|
+ <materialDesign:PackIcon
|
|
|
+ Kind="WindowMinimize" Foreground="White"/>
|
|
|
</Button>
|
|
|
+ <TextBlock Name="timetxt" HorizontalAlignment="Center" FontFamily="Century Gothic" Margin="561,105,10,0" TextWrapping="Wrap" Foreground="White" FontSize="22" VerticalAlignment="Top" Height="28" Width="229"/>
|
|
|
</Grid>
|
|
|
</Window>
|