mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 11:06:30 +00:00
remove fix, todo: test
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
WindowState="Maximized">
|
||||
|
||||
<Window.Resources>
|
||||
<DataTemplate x:Key="ThumbnailTemplate" DataType="{x:Type dto:AnnotationImageView}">
|
||||
<DataTemplate x:Key="ThumbnailTemplate" DataType="{x:Type dto:AnnotationThumbnail}">
|
||||
<Border BorderBrush="IndianRed" Padding="5">
|
||||
<Border.Style>
|
||||
<Style TargetType="Border">
|
||||
@@ -123,11 +123,12 @@
|
||||
</Grid>
|
||||
</ItemsPanelTemplate>
|
||||
</StatusBar.ItemsPanel>
|
||||
<StatusBarItem Grid.Column="2" Background="Black">
|
||||
<StatusBarItem Grid.Column="0" Background="Black">
|
||||
<Button Name="ValidateBtn"
|
||||
Padding="2"
|
||||
ToolTip="Підтвердити валідність. Клавіша: [A]"
|
||||
Background="Black" BorderBrush="Black" Cursor="Hand"
|
||||
ToolTip="Підтвердити валідність. Клавіша: [V]"
|
||||
Background="Black" BorderBrush="Black"
|
||||
Cursor="Hand"
|
||||
Click="ValidateAnnotationsClick">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Image>
|
||||
@@ -148,8 +149,54 @@
|
||||
</StackPanel>
|
||||
</Button>
|
||||
</StatusBarItem>
|
||||
<Separator Grid.Column="4"/>
|
||||
<StatusBarItem Grid.Column="5" Background="Black">
|
||||
|
||||
<Separator Grid.Column="1" />
|
||||
|
||||
<StatusBarItem x:Name="RefreshThumbnailsButtonItem" Grid.Column="2" Background="Black">
|
||||
<Button
|
||||
Padding="2"
|
||||
Height="25"
|
||||
ToolTip="Оновити базу іконок" Background="Black"
|
||||
BorderBrush="Black"
|
||||
Cursor="Hand"
|
||||
Click="RefreshThumbnailsBtnClick">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Image>
|
||||
<Image.Source>
|
||||
<DrawingImage>
|
||||
<DrawingImage.Drawing>
|
||||
<DrawingGroup ClipGeometry="M0,0 V1200 H1200 V0 H0 Z">
|
||||
<GeometryDrawing Brush="LightGray" Geometry="M889.68 166.32c-93.608-102.216-228.154-166.32-377.68-166.32-282.77 0-512
|
||||
229.23-512 512h96c0-229.75 186.25-416 416-416 123.020 0 233.542 53.418 309.696 138.306l-149.696 149.694h352v-352l-134.32 134.32z" />
|
||||
<GeometryDrawing Brush="LightGray" Geometry="M928 512c0 229.75-186.25 416-416 416-123.020
|
||||
0-233.542-53.418-309.694-138.306l149.694-149.694h-352v352l134.32-134.32c93.608 102.216 228.154 166.32 377.68 166.32 282.77 0 512-229.23 512-512h-96z" />
|
||||
</DrawingGroup>
|
||||
</DrawingImage.Drawing>
|
||||
</DrawingImage>
|
||||
</Image.Source>
|
||||
</Image>
|
||||
<TextBlock Foreground="White" Padding="8 0 0 0">Оновити базу іконок</TextBlock>
|
||||
</StackPanel>
|
||||
</Button>
|
||||
</StatusBarItem>
|
||||
<StatusBarItem Grid.Column="2" x:Name="RefreshProgressBarItem" Visibility="Hidden">
|
||||
<StackPanel>
|
||||
<TextBlock Name="RefreshThumbCaption" Padding="0 0 5 0">База іконок:</TextBlock>
|
||||
<ProgressBar x:Name="RefreshThumbBar"
|
||||
Width="150"
|
||||
Height="15"
|
||||
HorizontalAlignment="Stretch"
|
||||
Background="#252525"
|
||||
BorderBrush="#252525"
|
||||
Foreground="LightBlue"
|
||||
Maximum="100"
|
||||
Minimum="0"
|
||||
Value="0">
|
||||
</ProgressBar>
|
||||
</StackPanel>
|
||||
</StatusBarItem>
|
||||
|
||||
<StatusBarItem Grid.Column="3" Background="Black">
|
||||
<TextBlock Name="StatusText" Text=""/>
|
||||
</StatusBarItem>
|
||||
</StatusBar>
|
||||
|
||||
Reference in New Issue
Block a user