mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-30 00:23:01 +00:00
added Revit 2022 SDK minus except *rvt and *rfa
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<UserControl x:Class="Revit.SDK.Samples.UIAPI.CS.OptionsDialog.Options"
|
||||
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"
|
||||
mc:Ignorable="d"
|
||||
d:DesignHeight="512" d:DesignWidth="432">
|
||||
<Grid Background="White">
|
||||
<Border BorderBrush="Silver" BorderThickness="1" Height="90" HorizontalAlignment="Left" Margin="20,147,0,0" Name="border2" VerticalAlignment="Top" Width="389" Grid.Row="2">
|
||||
<ComboBox Height="23" Name="ButtonAccessibility" Width="120">
|
||||
<ComboBoxItem Content="Always available" IsSelected="True" />
|
||||
<ComboBoxItem Content="Architecture discipline only" />
|
||||
<ComboBoxItem Content="Structural analysis only" />
|
||||
<ComboBoxItem Content="MEP disciplines" />
|
||||
</ComboBox>
|
||||
</Border>
|
||||
<Label Content="Discipline checks (Autodesk Revit)" Height="28" HorizontalAlignment="Left" Margin="25,121,0,0" Name="label2" VerticalAlignment="Top" />
|
||||
<Label Content="Buttons available in:" Height="28" HorizontalAlignment="Right" Margin="0,147,24,0" Name="label3" VerticalAlignment="Top" Width="383" />
|
||||
</Grid>
|
||||
</UserControl>
|
||||
Reference in New Issue
Block a user