d2605949d2
- Migliorie varie.
194 lines
7.2 KiB
XML
194 lines
7.2 KiB
XML
<UserControl x:Class="OperationPropertyExpanderView"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:EgtCAM5">
|
|
|
|
<Expander Header="Operation Parameters">
|
|
<StackPanel DataContext="{Binding OperationListBoxItem}">
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="Name"/>
|
|
<TextBox Text="{Binding Invert}"/>
|
|
</UniformGrid>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="Depth"/>
|
|
<TextBox Text="{Binding Depth}"/>
|
|
</UniformGrid>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="Invert"/>
|
|
<CheckBox HorizontalAlignment="Center" IsChecked="{Binding Invert}" />
|
|
</UniformGrid>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="WorkSide"/>
|
|
<ComboBox ItemsSource="{Binding WorkSideList}"
|
|
SelectedIndex="{Binding SelectedWorkSide}">
|
|
<ComboBoxItem Content="Center" IsSelected="True"/>
|
|
<ComboBoxItem Content="Left"/>
|
|
<ComboBoxItem Content="Right"/>
|
|
</ComboBox>
|
|
</UniformGrid>
|
|
<Expander Header="Generic">
|
|
<StackPanel>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="Step"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="StepType"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="SideAngle"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="StartPos"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="ReturnPos"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="StartSlowLen"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="EndSlowLen"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="OffsetSr"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="OffsetSl"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
</StackPanel>
|
|
</Expander>
|
|
<Expander>
|
|
<Expander.Header>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="LeadInType"/>
|
|
<ComboBox>
|
|
<ComboBoxItem Content="None"/>
|
|
<ComboBoxItem Content="Linear"/>
|
|
<ComboBoxItem Content="Tangent" IsSelected="True"/>
|
|
<ComboBoxItem Content="Helix"/>
|
|
</ComboBox>
|
|
</UniformGrid>
|
|
</Expander.Header>
|
|
<StackPanel>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="StartAddLen"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="ReturnPos"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="ReturnPos"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
<TextBox />
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="ReturnPos"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="ReturnPos"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
</StackPanel>
|
|
</Expander>
|
|
<Expander HorizontalAlignment="Left">
|
|
<Expander.Header>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="LeadOutType"/>
|
|
<ComboBox>
|
|
<ComboBoxItem Content="None"/>
|
|
<ComboBoxItem Content="Linear"/>
|
|
<ComboBoxItem Content="Tangent" IsSelected="True"/>
|
|
<ComboBoxItem Content="Helix"/>
|
|
</ComboBox>
|
|
</UniformGrid>
|
|
</Expander.Header>
|
|
<StackPanel>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="ReturnPos"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="ReturnPos"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="ReturnPos"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="ReturnPos"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="ReturnPos"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
</StackPanel>
|
|
</Expander>
|
|
<Expander>
|
|
<Expander.Header>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="LeaveTab"/>
|
|
<CheckBox HorizontalAlignment="Center"/>
|
|
</UniformGrid>
|
|
</Expander.Header>
|
|
<StackPanel>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="ReturnPos"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="ReturnPos"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="ReturnPos"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="ReturnPos"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
</StackPanel>
|
|
</Expander>
|
|
<Expander Header="Tool">
|
|
<StackPanel>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="Speed"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="Feed"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="StartFeed"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="EndFeed"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
<UniformGrid Columns="2">
|
|
<TextBlock Text="TipFeed"/>
|
|
<TextBox />
|
|
</UniformGrid>
|
|
</StackPanel>
|
|
</Expander>
|
|
</StackPanel>
|
|
</Expander>
|
|
|
|
</UserControl>
|