|
@@ -37,20 +37,39 @@
|
|
|
|
|
|
<Separator Height="10" Background="{x:Null}" />
|
|
<Separator Height="10" Background="{x:Null}" />
|
|
|
|
|
|
- <StackPanel Orientation="Horizontal" Width="480" HorizontalAlignment = "Left">
|
|
|
|
- <Separator Width="20" Background="{x:Null}"/>
|
|
|
|
- <TextBlock Style="{StaticResource BlockCommon}" Text="ФИО исполнителя:" FontSize="20"></TextBlock>
|
|
|
|
- <Separator Width="5" Background="{x:Null}" />
|
|
|
|
- <ComboBox Name="cbExecutor" Width="276" Height="20"></ComboBox>
|
|
|
|
|
|
+ <StackPanel Orientation="Horizontal" Width="700" HorizontalAlignment = "Left">
|
|
|
|
+ <StackPanel Orientation="Horizontal" Width="480" HorizontalAlignment = "Left">
|
|
|
|
+ <Separator Width="20" Background="{x:Null}"/>
|
|
|
|
+ <TextBlock Style="{StaticResource BlockCommon}" Text="ФИО исполнителя:" FontSize="20"></TextBlock>
|
|
|
|
+ <Separator Width="5" Background="{x:Null}" />
|
|
|
|
+ <ComboBox Name="cbExecutor" Width="276" Height="20" DisplayMemberPath="ID"></ComboBox>
|
|
|
|
+ </StackPanel>
|
|
|
|
+
|
|
|
|
+ <Separator Width="17" Background="{x:Null}" />
|
|
|
|
+
|
|
|
|
+ <StackPanel Orientation="Horizontal" Width="200">
|
|
|
|
+ <TextBlock Style="{StaticResource BlockCommon}" Text="Крайний срок:" FontSize="20"></TextBlock>
|
|
|
|
+ </StackPanel>
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
|
|
|
- <StackPanel Orientation="Horizontal" Width="480" HorizontalAlignment = "Left">
|
|
|
|
- <Separator Width="20" Background="{x:Null}"/>
|
|
|
|
- <TextBlock Style="{StaticResource BlockCommon}" Text="ФИО менеджера:" FontSize="20"></TextBlock>
|
|
|
|
|
|
+ <Separator Height="0" Background="{x:Null}" />
|
|
|
|
+
|
|
|
|
+ <StackPanel Orientation="Horizontal" Width="700" HorizontalAlignment = "Left">
|
|
|
|
+ <StackPanel Orientation="Horizontal" Width="480" HorizontalAlignment = "Left">
|
|
|
|
+ <Separator Width="20" Background="{x:Null}"/>
|
|
|
|
+ <TextBlock Style="{StaticResource BlockCommon}" Text="ФИО менеджера:" FontSize="20"></TextBlock>
|
|
|
|
+ <Separator Width="17" Background="{x:Null}" />
|
|
|
|
+ <ComboBox Name="cbManager" Width="276" Height="20" DisplayMemberPath="ID"></ComboBox>
|
|
|
|
+ </StackPanel>
|
|
|
|
+
|
|
<Separator Width="17" Background="{x:Null}" />
|
|
<Separator Width="17" Background="{x:Null}" />
|
|
- <ComboBox Name="cbManager" Width="276" Height="20"></ComboBox>
|
|
|
|
|
|
+
|
|
|
|
+ <StackPanel Orientation="Horizontal" Width="200">
|
|
|
|
+ <DatePicker Name="DPickerDateDeadLine" Background="White" Height="25" FontSize="14" Width="190" />
|
|
|
|
+ </StackPanel>
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
|
|
|
|
|
+
|
|
<Separator Height="10" Background="{x:Null}" />
|
|
<Separator Height="10" Background="{x:Null}" />
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" Width="480" HorizontalAlignment = "Left">
|
|
<StackPanel Orientation="Horizontal" Width="480" HorizontalAlignment = "Left">
|
|
@@ -96,11 +115,21 @@
|
|
|
|
|
|
<Separator Height="10" Background="{x:Null}" />
|
|
<Separator Height="10" Background="{x:Null}" />
|
|
|
|
|
|
- <StackPanel Orientation="Horizontal" Width="480" HorizontalAlignment = "Left">
|
|
|
|
- <Separator Width="20" Background="{x:Null}"/>
|
|
|
|
- <TextBlock Style="{StaticResource BlockCommon}" Text="Описание:" FontSize="20" HorizontalAlignment="Left" VerticalAlignment="Top"></TextBlock>
|
|
|
|
- <Separator Width="20" Background="{x:Null}" />
|
|
|
|
- <TextBox x:Name="TBoxDescription" Width="336" Height="65" TextWrapping="Wrap" AcceptsReturn="True"></TextBox>
|
|
|
|
|
|
+ <StackPanel Orientation="Horizontal" Width="700" HorizontalAlignment = "Left">
|
|
|
|
+ <StackPanel Orientation="Horizontal" Width="480" HorizontalAlignment = "Left">
|
|
|
|
+ <Separator Width="20" Background="{x:Null}"/>
|
|
|
|
+ <TextBlock Style="{StaticResource BlockCommon}" Text="Описание:" FontSize="20" HorizontalAlignment="Left" VerticalAlignment="Top"></TextBlock>
|
|
|
|
+ <Separator Width="20" Background="{x:Null}" />
|
|
|
|
+ <TextBox x:Name="TBoxDescription" Width="336" Height="65" TextWrapping="Wrap" AcceptsReturn="True"></TextBox>
|
|
|
|
+ </StackPanel>
|
|
|
|
+
|
|
|
|
+ <Button Grid.Row="3" Name="BtnSaveTask" Content="Сохранить" Width="191" Height="NaN" BorderThickness="0" Style="{StaticResource StandartButtons}" Margin="16,10,0,15" Click ="BtnSaveTask_Click">
|
|
|
|
+ <Button.Resources>
|
|
|
|
+ <Style TargetType="Border">
|
|
|
|
+ <Setter Property="CornerRadius" Value="10"/>
|
|
|
|
+ </Style>
|
|
|
|
+ </Button.Resources>
|
|
|
|
+ </Button>
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
|
|
|
</StackPanel>
|
|
</StackPanel>
|