zhangyk-c
2024-07-11 9ca59ac2d37530208538a05a704b5ea712cab7db
HStation.RevitDev/RevitDataExport/Forms/Wpf_FamilyPanel.xaml
@@ -6,11 +6,20 @@
             xmlns:local="clr-namespace:HStation.RevitDev.RevitDataExport.Forms"
             Title="" Background="LightGray">
    <Grid>
        <DockPanel>
            <Button Click="CreateInstance" Content="点我试试">
                <Button.Background>
                    <ImageBrush ImageSource="C:/Users/Administrator/Desktop/1.png"></ImageBrush>
                </Button.Background>
        <DockPanel LastChildFill="False">
            <Button DockPanel.Dock="Top" Height="100" Click="CreateInstance" Content="点我试试">
            </Button>
            <Button DockPanel.Dock="Top" Height="100" Click="CreateInstance" Content="点我试试">
            </Button>
            <Button DockPanel.Dock="Top" Height="100" Click="CreateInstance" Content="点我试试">
            </Button>
            <Button DockPanel.Dock="Top" Height="100" Click="CreateInstance" Content="点我试试">
            </Button>
            <Button DockPanel.Dock="Top" Height="100" Click="CreateInstance" Content="点我试试">
            </Button>
            <Button DockPanel.Dock="Top" Height="100" Click="CreateInstance" Content="点我试试">
            </Button>
            <Button DockPanel.Dock="Top" Height="100" Click="CreateInstance" Content="点我试试">
            </Button>
        </DockPanel>
    </Grid>