forked from TeslaFly01/SmartSqlT
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
zfluok
committed
Mar 27, 2023
1 parent
ba1c854
commit 9a04ed3
Showing
10 changed files
with
84 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,11 +13,12 @@ | |
mc:Ignorable="d"> | ||
|
||
<Grid> | ||
<Grid | ||
Height="50" | ||
VerticalAlignment="Top" | ||
Background="#e3e4e7"> | ||
<Image Source="pack://application:,,,/Resources/Img/connect_bg.png" Stretch="Fill" /> | ||
<Grid Height="50" VerticalAlignment="Top"> | ||
<Border BorderThickness="0" CornerRadius="8 8 0 0 "> | ||
<Border.Background> | ||
<ImageBrush ImageSource="pack://application:,,,/Resources/Img/connect_bg.png" Stretch="Fill" /> | ||
</Border.Background> | ||
</Border> | ||
<StackPanel> | ||
<TextBlock | ||
Margin="20,18" | ||
|
@@ -36,7 +37,7 @@ | |
Source="pack://application:,,,/Resources/svg/[email protected]" /> | ||
</StackPanel> | ||
</Grid> | ||
<Grid Margin="0,50,0,0"> | ||
<Grid Margin="0,50,0,0" Background="White"> | ||
<Grid.ColumnDefinitions> | ||
<ColumnDefinition Width="100" /> | ||
<ColumnDefinition Width="*" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,11 @@ | |
|
||
<Grid> | ||
<Grid Height="50" VerticalAlignment="Top"> | ||
<Image Source="pack://application:,,,/Resources/Img/connect_bg.png" Stretch="Fill" /> | ||
<Border BorderThickness="0" CornerRadius="8 8 0 0 "> | ||
<Border.Background> | ||
<ImageBrush ImageSource="pack://application:,,,/Resources/Img/connect_bg.png" Stretch="Fill" /> | ||
</Border.Background> | ||
</Border> | ||
<StackPanel> | ||
<TextBlock | ||
Margin="20,18" | ||
|
@@ -33,7 +37,7 @@ | |
Source="pack://application:,,,/Resources/svg/[email protected]" /> | ||
</StackPanel> | ||
</Grid> | ||
<Grid Margin="0,50,0,0"> | ||
<Grid Margin="0,50,0,0" Background="White"> | ||
<Grid.ColumnDefinitions> | ||
<ColumnDefinition Width="100" /> | ||
<ColumnDefinition Width="*" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,11 +13,12 @@ | |
mc:Ignorable="d"> | ||
|
||
<Grid> | ||
<Grid | ||
Height="50" | ||
VerticalAlignment="Top" | ||
Background="#e3e4e7"> | ||
<Image Source="pack://application:,,,/Resources/Img/connect_bg.png" Stretch="Fill" /> | ||
<Grid Height="50" VerticalAlignment="Top"> | ||
<Border BorderThickness="0" CornerRadius="8 8 0 0 "> | ||
<Border.Background> | ||
<ImageBrush ImageSource="pack://application:,,,/Resources/Img/connect_bg.png" Stretch="Fill" /> | ||
</Border.Background> | ||
</Border> | ||
<StackPanel> | ||
<TextBlock | ||
Margin="20,18" | ||
|
@@ -36,7 +37,7 @@ | |
Source="pack://application:,,,/Resources/svg/[email protected]" /> | ||
</StackPanel> | ||
</Grid> | ||
<Grid Margin="0,50,0,0"> | ||
<Grid Margin="0,50,0,0" Background="White"> | ||
<Grid.ColumnDefinitions> | ||
<ColumnDefinition Width="100" /> | ||
<ColumnDefinition Width="*" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,11 @@ | |
mc:Ignorable="d"> | ||
<Grid> | ||
<Grid Height="50" VerticalAlignment="Top"> | ||
<Image Source="pack://application:,,,/Resources/Img/connect_bg.png" Stretch="Fill" /> | ||
<Border BorderThickness="0" CornerRadius="8 8 0 0 "> | ||
<Border.Background> | ||
<ImageBrush ImageSource="pack://application:,,,/Resources/Img/connect_bg.png" Stretch="Fill" /> | ||
</Border.Background> | ||
</Border> | ||
<StackPanel> | ||
<TextBlock | ||
Margin="20,18" | ||
|
@@ -32,7 +36,7 @@ | |
Source="pack://application:,,,/Resources/svg/[email protected]" /> | ||
</StackPanel> | ||
</Grid> | ||
<Grid Margin="0,50,0,0"> | ||
<Grid Margin="0,50,0,0" Background="White"> | ||
<Grid.ColumnDefinitions> | ||
<ColumnDefinition Width="100" /> | ||
<ColumnDefinition Width="*" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,27 +12,35 @@ | |
Loaded="SqlServerUC_OnLoaded" | ||
mc:Ignorable="d"> | ||
<Grid> | ||
<Grid Height="50" VerticalAlignment="Top"> | ||
<Image Source="pack://application:,,,/Resources/Img/connect_bg.png" Stretch="Fill" /> | ||
<StackPanel> | ||
<TextBlock | ||
Margin="20,18" | ||
HorizontalAlignment="Left" | ||
FontWeight="Bold" | ||
Foreground="#697b8c" | ||
Text="SQLServer 连接设置" /> | ||
</StackPanel> | ||
<StackPanel HorizontalAlignment="Right" VerticalAlignment="Center"> | ||
<svgc:SvgViewbox | ||
Width="50" | ||
Height="45" | ||
Margin="5" | ||
HorizontalAlignment="Left" | ||
IsHitTestVisible="False" | ||
Source="pack://application:,,,/Resources/svg/[email protected]" /> | ||
</StackPanel> | ||
<Grid | ||
Height="50" | ||
VerticalAlignment="Top"> | ||
<Grid> | ||
<Border BorderThickness="0" CornerRadius="8 8 0 0 "> | ||
<Border.Background> | ||
<ImageBrush ImageSource="pack://application:,,,/Resources/Img/connect_bg.png" /> | ||
</Border.Background> | ||
</Border> | ||
<StackPanel> | ||
<TextBlock | ||
Margin="20,18" | ||
HorizontalAlignment="Left" | ||
FontWeight="Bold" | ||
Foreground="#697b8c" | ||
Text="SQLServer 连接设置" /> | ||
</StackPanel> | ||
<StackPanel HorizontalAlignment="Right" VerticalAlignment="Center"> | ||
<svgc:SvgViewbox | ||
Width="50" | ||
Height="45" | ||
Margin="5" | ||
HorizontalAlignment="Left" | ||
IsHitTestVisible="False" | ||
Source="pack://application:,,,/Resources/svg/[email protected]" /> | ||
</StackPanel> | ||
</Grid> | ||
</Grid> | ||
<Grid Margin="0,50,0,0"> | ||
<Grid Margin="0,50,0,0" Background="White"> | ||
<Grid.ColumnDefinitions> | ||
<ColumnDefinition Width="100" /> | ||
<ColumnDefinition Width="*" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,11 @@ | |
mc:Ignorable="d"> | ||
<Grid> | ||
<Grid Height="50" VerticalAlignment="Top"> | ||
<Image Source="pack://application:,,,/Resources/Img/connect_bg.png" Stretch="Fill" /> | ||
<Border BorderThickness="0" CornerRadius="8 8 0 0 "> | ||
<Border.Background> | ||
<ImageBrush ImageSource="pack://application:,,,/Resources/Img/connect_bg.png" Stretch="Fill" /> | ||
</Border.Background> | ||
</Border> | ||
<StackPanel> | ||
<TextBlock | ||
Margin="20,18" | ||
|
@@ -32,7 +36,7 @@ | |
Source="pack://application:,,,/Resources/svg/[email protected]" /> | ||
</StackPanel> | ||
</Grid> | ||
<Grid Margin="0,50,0,0"> | ||
<Grid Margin="0,50,0,0" Background="White"> | ||
<Grid.ColumnDefinitions> | ||
<ColumnDefinition Width="100" /> | ||
<ColumnDefinition Width="*" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters