qin
2024-09-28 e358beb08f5be49703009b64f058ecfbcfeefbd9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Page x:Class="HStation.RevitDev.RevitDataExport.Forms.Wpf_InstancePanel"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
             xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
             xmlns:local="clr-namespace:HStation.RevitDev.RevitDataExport.Forms"
             Background="LightGray">
    <Grid>
        <Grid.RowDefinitions>
            <RowDefinition/>
            <!--<RowDefinition Height="30"/>-->
        </Grid.RowDefinitions>
        <TabControl Name="tabControl" Grid.Row="0">
        </TabControl>
        <!--<Button Name="reflesh" Grid.Row="1" Background="LightBlue" Click="reflesh_Click">载入</Button>-->
    </Grid>
</Page>