SQLBib 1.0.2
See the version list below for details.
dotnet add package SQLBib --version 1.0.2
NuGet\Install-Package SQLBib -Version 1.0.2
<PackageReference Include="SQLBib" Version="1.0.2" />
<PackageVersion Include="SQLBib" Version="1.0.2" />
<PackageReference Include="SQLBib" />
paket add SQLBib --version 1.0.2
#r "nuget: SQLBib, 1.0.2"
#:package SQLBib@1.0.2
#addin nuget:?package=SQLBib&version=1.0.2
#tool nuget:?package=SQLBib&version=1.0.2
<Window x:Class="user72.PartnersWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:user72" mc:Ignorable="d" Title="Работа с партнерами" Height="450" Width="800" MinHeight="350" MinWidth="700" MaxHeight="550" MaxWidth="900" WindowStartupLocation="CenterScreen" Icon="/Images/Мастер пол.ico"> <TabControl> <TabItem Header="Партнеры"> <Grid> <Grid.RowDefinitions> <RowDefinition Height="Auto"/> <RowDefinition Height=""/> </Grid.RowDefinitions> <Image Source="{StaticResource LogoImage}" Width="100" Height="100" Margin="0,10,0,20" HorizontalAlignment="Center" Grid.Row="0"/> <ScrollViewer VerticalScrollBarVisibility="Auto" Grid.Row="1"> <ItemsControl ItemsSource="{Binding Partner}"> <ItemsControl.ItemTemplate> <DataTemplate> <Border Background="White" BorderBrush="#EEEEEE" BorderThickness="1" CornerRadius="4" Margin="0,0,0,15" Padding="15" Width="500"> <StackPanel> <DockPanel LastChildFill="False" Margin="-7,0,0,0"> <TextBlock DockPanel.Dock="Left"> <Run Text="{Binding TipPartnera.Naimenovanie}" FontWeight="Bold" FontSize="16"/> <Run Text=" | " FontWeight="Bold" FontSize="16"/> <Run Text="{Binding Naimenovanie}" FontWeight="Bold" FontSize="16"/> </TextBlock> <TextBlock Text="{Binding SkidkaPartnera, StringFormat='{} {0}%'}" DockPanel.Dock="Right" Foreground="#67BA80" FontWeight="Bold"/> </DockPanel> <TextBlock Text="{Binding Director}" Foreground="#666666" Margin="0,0,0,3"/> <TextBlock Text="{Binding Telephone, StringFormat='{}+7 {0}'}" Foreground="#333333" Margin="0,0,0,5"/> <TextBlock Text="{Binding Rayting, StringFormat='{}Рейтинг: {0}'}" Foreground="#67BA80" Margin="0,0,0,0"/> </StackPanel> </Border> </DataTemplate> </ItemsControl.ItemTemplate> <ItemsControl.ItemsPanel> <ItemsPanelTemplate> <StackPanel Orientation="Vertical"/> </ItemsPanelTemplate> </ItemsControl.ItemsPanel> </ItemsControl> </ScrollViewer> </Grid> </TabItem> <TabItem Header="Выход"> <Grid> <Grid.RowDefinitions> <RowDefinition Height="Auto"/> <RowDefinition Height=""/> </Grid.RowDefinitions> <Image Source="{StaticResource LogoImage}" Width="100" Height="100" Margin="0,10,0,20" HorizontalAlignment="Center" Grid.Row="0"/> <StackPanel VerticalAlignment="Center" HorizontalAlignment="Center" Grid.Row="1"> <TextBlock Text="Вы уверены, что хотите выйти?" Style="{StaticResource HeaderTextStyle}"/> <Button Content="Выйти из системы" Width="200" Click="ExitButton_Click"/> </StackPanel> </Grid> </TabItem> </TabControl> </Window>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.