6233d89e0f
- primo rilascio.
104 lines
6.4 KiB
XML
104 lines
6.4 KiB
XML
<UserControl x:Class="GridViewPanelView"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
|
|
<StackPanel Background="Gray" Orientation="Horizontal">
|
|
<RadioButton Style="{StaticResource EgtCAM5_RadioButton}" Command="{Binding WireframeCommand}">
|
|
<Image Source="/Resources/GridViewPanel/RenderingWF.png" Stretch="Uniform"/>
|
|
</RadioButton>
|
|
<RadioButton Style="{StaticResource EgtCAM5_RadioButton}" Command="{Binding HiddenLineCommand}">
|
|
<Image Source="/Resources/GridViewPanel/RenderingHL.png" Stretch="Uniform"/>
|
|
</RadioButton>
|
|
<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>
|
|
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding ZoomInCommand}">
|
|
<Image Source="/Resources/GridViewPanel/ZoomIn.png" Stretch="Uniform"/>
|
|
</Button>
|
|
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding ZoomOutCommand}">
|
|
<Image Source="/Resources/GridViewPanel/ZoomOut.png" Stretch="Uniform"/>
|
|
</Button>
|
|
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding TopViewCommand}">
|
|
<Image Source="/Resources/GridViewPanel/LookFromTOP.png" Stretch="Uniform"/>
|
|
</Button>
|
|
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding FrontViewCommand}">
|
|
<Image Source="/Resources/GridViewPanel/LookFromFRONT.png" Stretch="Uniform"/>
|
|
</Button>
|
|
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding LeftViewCommand}">
|
|
<Image Source="/Resources/GridViewPanel/LookFromLEFT.png" Stretch="Uniform"/>
|
|
</Button>
|
|
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding BackViewCommand}">
|
|
<Image Source="/Resources/GridViewPanel/LookFromBACK.png" Stretch="Uniform"/>
|
|
</Button>
|
|
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding RightViewCommand}">
|
|
<Image Source="/Resources/GridViewPanel/LookFromRIGHT.png" Stretch="Uniform"/>
|
|
</Button>
|
|
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding IsoViewSWCommand}">
|
|
<Image Source="/Resources/GridViewPanel/LookFromISO_SW.png" Stretch="Uniform"/>
|
|
</Button>
|
|
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding IsoViewSECommand}">
|
|
<Image Source="/Resources/GridViewPanel/LookFromISO_SE.png" Stretch="Uniform"/>
|
|
</Button>
|
|
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding IsoViewNECommand}">
|
|
<Image Source="/Resources/GridViewPanel/LookFromISO_NE.png" Stretch="Uniform"/>
|
|
</Button>
|
|
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding IsoViewNWCommand}">
|
|
<Image Source="/Resources/GridViewPanel/LookFromISO_NW.png" Stretch="Uniform"/>
|
|
</Button>
|
|
<ToggleButton Style="{StaticResource EgtCAM5_ToggleButton}" Command="{Binding CurveDirCommand}">
|
|
<Image Source="/Resources/GridViewPanel/CurveDir.png" Stretch="Uniform"/>
|
|
</ToggleButton>
|
|
<ToggleButton Style="{StaticResource EgtCAM5_ToggleButton}" Command="{Binding AnalyzeCommand}">
|
|
<Image Source="/Resources/GridViewPanel/Analyze.png" Stretch="Uniform"/>
|
|
</ToggleButton>
|
|
<ToggleButton Style="{StaticResource EgtCAM5_ToggleButton}" Command="{Binding GetDistCommand}">
|
|
<Image Source="/Resources/GridViewPanel/GetDist.png" Stretch="Uniform"/>
|
|
</ToggleButton>
|
|
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding CPlaneTopCommand}">
|
|
<Image Source="/Resources/GridViewPanel/CplaneTOP.png" Stretch="Uniform"/>
|
|
</Button>
|
|
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding CPlaneFrontCommand}">
|
|
<Image Source="/Resources/GridViewPanel/CplaneFRONT.png" Stretch="Uniform"/>
|
|
</Button>
|
|
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding CPlaneRightCommand}">
|
|
<Image Source="/Resources/GridViewPanel/CplaneRIGHT.png" Stretch="Uniform"/>
|
|
</Button>
|
|
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding CPlaneBackCommand}">
|
|
<Image Source="/Resources/GridViewPanel/CplaneBACK.png" Stretch="Uniform"/>
|
|
</Button>
|
|
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding CPlaneLeftCommand}">
|
|
<Image Source="/Resources/GridViewPanel/CplaneLEFT.png" Stretch="Uniform"/>
|
|
</Button>
|
|
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding CPlaneBottomCommand}">
|
|
<Image Source="/Resources/GridViewPanel/CplaneBOTTOM.png" Stretch="Uniform"/>
|
|
</Button>
|
|
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding CPlaneViewCommand}">
|
|
<Image Source="/Resources/GridViewPanel/CplaneView.png" Stretch="Uniform"/>
|
|
</Button>
|
|
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding CPlaneElevationCommand}">
|
|
<Image Source="/Resources/GridViewPanel/CplaneELEVATION.png" Stretch="Uniform"/>
|
|
</Button>
|
|
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding CPlaneOriginCommand}">
|
|
<Image Source="/Resources/GridViewPanel/CplaneORIGIN.png" Stretch="Uniform"/>
|
|
</Button>
|
|
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding CPlaneRotateCommand}">
|
|
<Image Source="/Resources/GridViewPanel/CplaneROTATE.png" Stretch="Uniform"/>
|
|
</Button>
|
|
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding CPlane3PCommand}">
|
|
<Image Source="/Resources/GridViewPanel/Cplane3POINTS.png" Stretch="Uniform"/>
|
|
</Button>
|
|
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding CPlanePerpObjCommand}">
|
|
<Image Source="/Resources/GridViewPanel/CplanePERPCURVE.png" Stretch="Uniform"/>
|
|
</Button>
|
|
<Button Style="{StaticResource EgtCAM5_Button}" Command="{Binding CPlaneObjCommand}">
|
|
<Image Source="/Resources/GridViewPanel/CplaneOBJECT.png" Stretch="Uniform"/>
|
|
</Button>
|
|
|
|
</StackPanel>
|
|
|
|
</UserControl>
|