52 Star 136 Fork 35

翩若游龙 / dbcompare

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
MainWindow.xaml 1.68 KB
一键复制 编辑 原始数据 按行查看 历史
root 提交于 2017-03-14 14:17 . test
<Window x:Class="Dasic.MainWindow"
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:library="clr-namespace:Dasic.Library"
xmlns:local="clr-namespace:Dasic"
mc:Ignorable="d"
Title="Dasic常用工具库" Height="400" Width="320" ResizeMode="NoResize" Icon="Images/logo.ico">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="50*" />
<RowDefinition Height="50*" />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="50*" />
<ColumnDefinition Width="50*" />
</Grid.ColumnDefinitions>
<Canvas x:Name="CanvasDbCompare" Grid.Column="0" Grid.Row="0" Margin="10,10,5,5" Background="#F5F5F5">
<library:ExtendButton x:Name="BtnDbCompare" Template="{StaticResource BtnVertical}" ToolTip="运行数据库对比工具"
Content="数据库对比工具" FontSize="16" Foreground="#333" BorderBrush="Transparent"
Background="Transparent" MoveImage="Images/database_2.png"
OutImage="Images/database_1.png"
Width="{Binding ElementName=CanvasDbCompare,Path=ActualWidth}"
Height="{Binding ElementName=CanvasDbCompare, Path=ActualHeight}"
Click="BtnDbCompare_OnClick" />
</Canvas>
</Grid>
</Window>
C#
1
https://gitee.com/otman/dbcompare.git
git@gitee.com:otman/dbcompare.git
otman
dbcompare
dbcompare
master

搜索帮助