EgtCAM5 :
- Migliorie varie.
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
<RadioButton Style="{StaticResource EgtCAM5_RadioButton}" Command="{Binding ShadingCommand}">
|
||||
<Image Source="/Resources/GridViewPanel/RenderingSH.png" Stretch="Uniform"/>
|
||||
</RadioButton>
|
||||
<Separator Style="{StaticResource {x:Static ToolBar.SeparatorStyleKey}}" Background="LightGray"/>
|
||||
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding ZoomAllCommand}">
|
||||
<Image Source="/Resources/GridViewPanel/ZoomAll.png" Stretch="Uniform"/>
|
||||
</Button>
|
||||
@@ -22,6 +21,7 @@
|
||||
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding ZoomOutCommand}">
|
||||
<Image Source="/Resources/GridViewPanel/ZoomOut.png" Stretch="Uniform"/>
|
||||
</Button>
|
||||
<Separator Style="{StaticResource {x:Static ToolBar.SeparatorStyleKey}}" Background="LightGray"/>
|
||||
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding TopViewCommand}">
|
||||
<Image Source="/Resources/GridViewPanel/LookFromTOP.png" Stretch="Uniform"/>
|
||||
</Button>
|
||||
@@ -58,6 +58,7 @@
|
||||
<ToggleButton Style="{StaticResource EgtCAM5_ToggleButton}" Command="{Binding GetDistCommand}">
|
||||
<Image Source="/Resources/GridViewPanel/GetDist.png" Stretch="Uniform"/>
|
||||
</ToggleButton>
|
||||
<Separator Style="{StaticResource {x:Static ToolBar.SeparatorStyleKey}}" Background="LightGray"/>
|
||||
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding CPlaneTopCommand}">
|
||||
<Image Source="/Resources/GridViewPanel/CplaneTOP.png" Stretch="Uniform"/>
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user