mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 17:46:36 +00:00
queue + local sqlite WIP
This commit is contained in:
@@ -4,11 +4,13 @@
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
mc:Ignorable="d"
|
||||
Title="Azaion Оператор" Height="60" Width="214"
|
||||
Title="Azaion Оператор" Height="50" Width="214"
|
||||
WindowStyle="None"
|
||||
ResizeMode="NoResize"
|
||||
Top="0"
|
||||
Topmost="True">
|
||||
Topmost="True"
|
||||
MouseMove="OnMouseMove"
|
||||
MouseDown="MainSuite_OnMouseDown">
|
||||
<Grid Background="Black">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="48"></ColumnDefinition>
|
||||
@@ -31,8 +33,8 @@
|
||||
<Border Grid.Column="2">
|
||||
<Button
|
||||
VerticalAlignment="Top"
|
||||
Width="24"
|
||||
Height="24"
|
||||
Width="18"
|
||||
Height="18"
|
||||
ToolTip="Закрити" Background="Black" BorderBrush="Black" Cursor="Hand"
|
||||
Name="CloseBtn"
|
||||
Click="CloseBtn_OnClick">
|
||||
|
||||
Reference in New Issue
Block a user