|
|
|
@ -85,6 +85,25 @@
|
|
|
|
<!-- Open Codeplug -->
|
|
|
|
<!-- Open Codeplug -->
|
|
|
|
<Button VerticalContentAlignment="Bottom" HorizontalAlignment="Left" Margin="238,0,0,0" VerticalAlignment="Center" Height="46" Width="45" Click="OpenCodeplug_Click" BorderBrush="#FFC1C1C1" BorderThickness="1,1,1,1" Grid.Row="1" FontSize="10" FontFamily="Arial"
|
|
|
|
<Button VerticalContentAlignment="Bottom" HorizontalAlignment="Left" Margin="238,0,0,0" VerticalAlignment="Center" Height="46" Width="45" Click="OpenCodeplug_Click" BorderBrush="#FFC1C1C1" BorderThickness="1,1,1,1" Grid.Row="1" FontSize="10" FontFamily="Arial"
|
|
|
|
ToolTip="Open Codeplug">
|
|
|
|
ToolTip="Open Codeplug">
|
|
|
|
|
|
|
|
<Button.Style>
|
|
|
|
|
|
|
|
<Style TargetType="Button">
|
|
|
|
|
|
|
|
<Setter Property="Template">
|
|
|
|
|
|
|
|
<Setter.Value>
|
|
|
|
|
|
|
|
<ControlTemplate TargetType="Button">
|
|
|
|
|
|
|
|
<Border x:Name="OpenCodeplugBorder" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}"
|
|
|
|
|
|
|
|
BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}">
|
|
|
|
|
|
|
|
<ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center"/>
|
|
|
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
<ControlTemplate.Triggers>
|
|
|
|
|
|
|
|
<Trigger Property="IsMouseOver" Value="True">
|
|
|
|
|
|
|
|
<Setter TargetName="OpenCodeplugBorder" Property="BorderBrush" Value="#FF0AC6FB"/>
|
|
|
|
|
|
|
|
</Trigger>
|
|
|
|
|
|
|
|
</ControlTemplate.Triggers>
|
|
|
|
|
|
|
|
</ControlTemplate>
|
|
|
|
|
|
|
|
</Setter.Value>
|
|
|
|
|
|
|
|
</Setter>
|
|
|
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
</Button.Style>
|
|
|
|
<Button.Resources>
|
|
|
|
<Button.Resources>
|
|
|
|
<Style TargetType="{x:Type Border}">
|
|
|
|
<Style TargetType="{x:Type Border}">
|
|
|
|
<Setter Property="CornerRadius" Value="2"/>
|
|
|
|
<Setter Property="CornerRadius" Value="2"/>
|
|
|
|
@ -102,6 +121,25 @@
|
|
|
|
<!-- Global PTT -->
|
|
|
|
<!-- Global PTT -->
|
|
|
|
<Button VerticalContentAlignment="Bottom" HorizontalAlignment="Left" x:Name="btnGlobalPtt" VerticalAlignment="Center" Height="46" Width="82" BorderBrush="#FFC1C1C1" BorderThickness="1,1,1,1" Grid.Row="1" FontSize="10" FontFamily="Arial" Margin="285,0,0,0"
|
|
|
|
<Button VerticalContentAlignment="Bottom" HorizontalAlignment="Left" x:Name="btnGlobalPtt" VerticalAlignment="Center" Height="46" Width="82" BorderBrush="#FFC1C1C1" BorderThickness="1,1,1,1" Grid.Row="1" FontSize="10" FontFamily="Arial" Margin="285,0,0,0"
|
|
|
|
ToolTip="Global PTT">
|
|
|
|
ToolTip="Global PTT">
|
|
|
|
|
|
|
|
<Button.Style>
|
|
|
|
|
|
|
|
<Style TargetType="Button">
|
|
|
|
|
|
|
|
<Setter Property="Template">
|
|
|
|
|
|
|
|
<Setter.Value>
|
|
|
|
|
|
|
|
<ControlTemplate TargetType="Button">
|
|
|
|
|
|
|
|
<Border x:Name="OpenCodeplugBorder" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}"
|
|
|
|
|
|
|
|
BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}">
|
|
|
|
|
|
|
|
<ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center"/>
|
|
|
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
<ControlTemplate.Triggers>
|
|
|
|
|
|
|
|
<Trigger Property="IsMouseOver" Value="True">
|
|
|
|
|
|
|
|
<Setter TargetName="OpenCodeplugBorder" Property="BorderBrush" Value="#FF0AC6FB"/>
|
|
|
|
|
|
|
|
</Trigger>
|
|
|
|
|
|
|
|
</ControlTemplate.Triggers>
|
|
|
|
|
|
|
|
</ControlTemplate>
|
|
|
|
|
|
|
|
</Setter.Value>
|
|
|
|
|
|
|
|
</Setter>
|
|
|
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
</Button.Style>
|
|
|
|
<Button.Resources>
|
|
|
|
<Button.Resources>
|
|
|
|
<Style TargetType="{x:Type Border}">
|
|
|
|
<Style TargetType="{x:Type Border}">
|
|
|
|
<Setter Property="CornerRadius" Value="2"/>
|
|
|
|
<Setter Property="CornerRadius" Value="2"/>
|
|
|
|
@ -126,6 +164,25 @@
|
|
|
|
<!-- Alert Tone 1, 2 and 3 -->
|
|
|
|
<!-- Alert Tone 1, 2 and 3 -->
|
|
|
|
<Button VerticalContentAlignment="Bottom" HorizontalAlignment="Left" Margin="369,0,0,0" VerticalAlignment="Center" Height="46" Width="45" x:Name="btnAlert1" Click="btnAlert1_Click" BorderBrush="#FFC1C1C1" BorderThickness="1,1,1,1" Grid.Row="1" FontSize="10" FontFamily="Arial"
|
|
|
|
<Button VerticalContentAlignment="Bottom" HorizontalAlignment="Left" Margin="369,0,0,0" VerticalAlignment="Center" Height="46" Width="45" x:Name="btnAlert1" Click="btnAlert1_Click" BorderBrush="#FFC1C1C1" BorderThickness="1,1,1,1" Grid.Row="1" FontSize="10" FontFamily="Arial"
|
|
|
|
ToolTip="Alert Tone 1">
|
|
|
|
ToolTip="Alert Tone 1">
|
|
|
|
|
|
|
|
<Button.Style>
|
|
|
|
|
|
|
|
<Style TargetType="Button">
|
|
|
|
|
|
|
|
<Setter Property="Template">
|
|
|
|
|
|
|
|
<Setter.Value>
|
|
|
|
|
|
|
|
<ControlTemplate TargetType="Button">
|
|
|
|
|
|
|
|
<Border x:Name="OpenCodeplugBorder" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}"
|
|
|
|
|
|
|
|
BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}">
|
|
|
|
|
|
|
|
<ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center"/>
|
|
|
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
<ControlTemplate.Triggers>
|
|
|
|
|
|
|
|
<Trigger Property="IsMouseOver" Value="True">
|
|
|
|
|
|
|
|
<Setter TargetName="OpenCodeplugBorder" Property="BorderBrush" Value="#FF0AC6FB"/>
|
|
|
|
|
|
|
|
</Trigger>
|
|
|
|
|
|
|
|
</ControlTemplate.Triggers>
|
|
|
|
|
|
|
|
</ControlTemplate>
|
|
|
|
|
|
|
|
</Setter.Value>
|
|
|
|
|
|
|
|
</Setter>
|
|
|
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
</Button.Style>
|
|
|
|
<Button.Resources>
|
|
|
|
<Button.Resources>
|
|
|
|
<Style TargetType="{x:Type Border}">
|
|
|
|
<Style TargetType="{x:Type Border}">
|
|
|
|
<Setter Property="CornerRadius" Value="2"/>
|
|
|
|
<Setter Property="CornerRadius" Value="2"/>
|
|
|
|
@ -138,12 +195,31 @@
|
|
|
|
</LinearGradientBrush>
|
|
|
|
</LinearGradientBrush>
|
|
|
|
</Button.Background>
|
|
|
|
</Button.Background>
|
|
|
|
<StackPanel>
|
|
|
|
<StackPanel>
|
|
|
|
<Image HorizontalAlignment="Center" Width="37" Source="/dvmconsole;component/Assets/alerttone.png" IsHitTestVisible="False" Height="34"/>
|
|
|
|
<Image HorizontalAlignment="Center" Width="37" Source="/dvmconsole;component/Assets/alerttone.png" IsHitTestVisible="False" Height="32"/>
|
|
|
|
<TextBlock TextAlignment="Center">1</TextBlock>
|
|
|
|
<TextBlock TextAlignment="Center">1</TextBlock>
|
|
|
|
</StackPanel>
|
|
|
|
</StackPanel>
|
|
|
|
</Button>
|
|
|
|
</Button>
|
|
|
|
<Button VerticalContentAlignment="Bottom" HorizontalAlignment="Left" Margin="416,0,0,0" VerticalAlignment="Center" Height="46" Width="45" x:Name="btnAlert2" Click="btnAlert2_Click" BorderBrush="#FFC1C1C1" BorderThickness="1,1,1,1" Grid.Row="1" FontSize="10" FontFamily="Arial"
|
|
|
|
<Button VerticalContentAlignment="Bottom" HorizontalAlignment="Left" Margin="416,0,0,0" VerticalAlignment="Center" Height="46" Width="45" x:Name="btnAlert2" Click="btnAlert2_Click" BorderBrush="#FFC1C1C1" BorderThickness="1,1,1,1" Grid.Row="1" FontSize="10" FontFamily="Arial"
|
|
|
|
ToolTip="Alert Tone 2">
|
|
|
|
ToolTip="Alert Tone 2">
|
|
|
|
|
|
|
|
<Button.Style>
|
|
|
|
|
|
|
|
<Style TargetType="Button">
|
|
|
|
|
|
|
|
<Setter Property="Template">
|
|
|
|
|
|
|
|
<Setter.Value>
|
|
|
|
|
|
|
|
<ControlTemplate TargetType="Button">
|
|
|
|
|
|
|
|
<Border x:Name="OpenCodeplugBorder" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}"
|
|
|
|
|
|
|
|
BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}">
|
|
|
|
|
|
|
|
<ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center"/>
|
|
|
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
<ControlTemplate.Triggers>
|
|
|
|
|
|
|
|
<Trigger Property="IsMouseOver" Value="True">
|
|
|
|
|
|
|
|
<Setter TargetName="OpenCodeplugBorder" Property="BorderBrush" Value="#FF0AC6FB"/>
|
|
|
|
|
|
|
|
</Trigger>
|
|
|
|
|
|
|
|
</ControlTemplate.Triggers>
|
|
|
|
|
|
|
|
</ControlTemplate>
|
|
|
|
|
|
|
|
</Setter.Value>
|
|
|
|
|
|
|
|
</Setter>
|
|
|
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
</Button.Style>
|
|
|
|
<Button.Resources>
|
|
|
|
<Button.Resources>
|
|
|
|
<Style TargetType="{x:Type Border}">
|
|
|
|
<Style TargetType="{x:Type Border}">
|
|
|
|
<Setter Property="CornerRadius" Value="2"/>
|
|
|
|
<Setter Property="CornerRadius" Value="2"/>
|
|
|
|
@ -156,12 +232,31 @@
|
|
|
|
</LinearGradientBrush>
|
|
|
|
</LinearGradientBrush>
|
|
|
|
</Button.Background>
|
|
|
|
</Button.Background>
|
|
|
|
<StackPanel>
|
|
|
|
<StackPanel>
|
|
|
|
<Image HorizontalAlignment="Center" Width="37" Source="/dvmconsole;component/Assets/alerttone.png" IsHitTestVisible="False" Height="34"/>
|
|
|
|
<Image HorizontalAlignment="Center" Width="37" Source="/dvmconsole;component/Assets/alerttone.png" IsHitTestVisible="False" Height="32"/>
|
|
|
|
<TextBlock TextAlignment="Center">2</TextBlock>
|
|
|
|
<TextBlock TextAlignment="Center">2</TextBlock>
|
|
|
|
</StackPanel>
|
|
|
|
</StackPanel>
|
|
|
|
</Button>
|
|
|
|
</Button>
|
|
|
|
<Button VerticalContentAlignment="Bottom" HorizontalAlignment="Left" Margin="463,0,0,0" VerticalAlignment="Center" x:Name="btnAlert3" Height="46" Width="45" Click="btnAlert3_Click" BorderBrush="#FFC1C1C1" BorderThickness="1,1,1,1" Grid.Row="1" FontSize="10" FontFamily="Arial"
|
|
|
|
<Button VerticalContentAlignment="Bottom" HorizontalAlignment="Left" Margin="463,0,0,0" VerticalAlignment="Center" x:Name="btnAlert3" Height="46" Width="45" Click="btnAlert3_Click" BorderBrush="#FFC1C1C1" BorderThickness="1,1,1,1" Grid.Row="1" FontSize="10" FontFamily="Arial"
|
|
|
|
ToolTip="Alert Tone 3">
|
|
|
|
ToolTip="Alert Tone 3">
|
|
|
|
|
|
|
|
<Button.Style>
|
|
|
|
|
|
|
|
<Style TargetType="Button">
|
|
|
|
|
|
|
|
<Setter Property="Template">
|
|
|
|
|
|
|
|
<Setter.Value>
|
|
|
|
|
|
|
|
<ControlTemplate TargetType="Button">
|
|
|
|
|
|
|
|
<Border x:Name="OpenCodeplugBorder" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}"
|
|
|
|
|
|
|
|
BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}">
|
|
|
|
|
|
|
|
<ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center"/>
|
|
|
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
<ControlTemplate.Triggers>
|
|
|
|
|
|
|
|
<Trigger Property="IsMouseOver" Value="True">
|
|
|
|
|
|
|
|
<Setter TargetName="OpenCodeplugBorder" Property="BorderBrush" Value="#FF0AC6FB"/>
|
|
|
|
|
|
|
|
</Trigger>
|
|
|
|
|
|
|
|
</ControlTemplate.Triggers>
|
|
|
|
|
|
|
|
</ControlTemplate>
|
|
|
|
|
|
|
|
</Setter.Value>
|
|
|
|
|
|
|
|
</Setter>
|
|
|
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
</Button.Style>
|
|
|
|
<Button.Resources>
|
|
|
|
<Button.Resources>
|
|
|
|
<Style TargetType="{x:Type Border}">
|
|
|
|
<Style TargetType="{x:Type Border}">
|
|
|
|
<Setter Property="CornerRadius" Value="2"/>
|
|
|
|
<Setter Property="CornerRadius" Value="2"/>
|
|
|
|
@ -174,7 +269,7 @@
|
|
|
|
</LinearGradientBrush>
|
|
|
|
</LinearGradientBrush>
|
|
|
|
</Button.Background>
|
|
|
|
</Button.Background>
|
|
|
|
<StackPanel>
|
|
|
|
<StackPanel>
|
|
|
|
<Image HorizontalAlignment="Center" Width="37" Source="/dvmconsole;component/Assets/alerttone.png" IsHitTestVisible="False" Height="34"/>
|
|
|
|
<Image HorizontalAlignment="Center" Width="37" Source="/dvmconsole;component/Assets/alerttone.png" IsHitTestVisible="False" Height="32"/>
|
|
|
|
<TextBlock TextAlignment="Center">3</TextBlock>
|
|
|
|
<TextBlock TextAlignment="Center">3</TextBlock>
|
|
|
|
</StackPanel>
|
|
|
|
</StackPanel>
|
|
|
|
</Button>
|
|
|
|
</Button>
|
|
|
|
@ -182,6 +277,25 @@
|
|
|
|
<!-- Page Subscriber -->
|
|
|
|
<!-- Page Subscriber -->
|
|
|
|
<Button VerticalContentAlignment="Bottom" HorizontalAlignment="Left" Margin="510,0,0,0" VerticalAlignment="Center" Height="46" Width="44" x:Name="btnPageSub" Click="PageRID_Click" BorderBrush="#FFC1C1C1" BorderThickness="1,1,1,1" Grid.Row="1" FontSize="10" FontFamily="Arial"
|
|
|
|
<Button VerticalContentAlignment="Bottom" HorizontalAlignment="Left" Margin="510,0,0,0" VerticalAlignment="Center" Height="46" Width="44" x:Name="btnPageSub" Click="PageRID_Click" BorderBrush="#FFC1C1C1" BorderThickness="1,1,1,1" Grid.Row="1" FontSize="10" FontFamily="Arial"
|
|
|
|
ToolTip="Page Subscriber">
|
|
|
|
ToolTip="Page Subscriber">
|
|
|
|
|
|
|
|
<Button.Style>
|
|
|
|
|
|
|
|
<Style TargetType="Button">
|
|
|
|
|
|
|
|
<Setter Property="Template">
|
|
|
|
|
|
|
|
<Setter.Value>
|
|
|
|
|
|
|
|
<ControlTemplate TargetType="Button">
|
|
|
|
|
|
|
|
<Border x:Name="OpenCodeplugBorder" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}"
|
|
|
|
|
|
|
|
BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}">
|
|
|
|
|
|
|
|
<ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center"/>
|
|
|
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
<ControlTemplate.Triggers>
|
|
|
|
|
|
|
|
<Trigger Property="IsMouseOver" Value="True">
|
|
|
|
|
|
|
|
<Setter TargetName="OpenCodeplugBorder" Property="BorderBrush" Value="#FF0AC6FB"/>
|
|
|
|
|
|
|
|
</Trigger>
|
|
|
|
|
|
|
|
</ControlTemplate.Triggers>
|
|
|
|
|
|
|
|
</ControlTemplate>
|
|
|
|
|
|
|
|
</Setter.Value>
|
|
|
|
|
|
|
|
</Setter>
|
|
|
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
</Button.Style>
|
|
|
|
<Button.Resources>
|
|
|
|
<Button.Resources>
|
|
|
|
<Style TargetType="{x:Type Border}">
|
|
|
|
<Style TargetType="{x:Type Border}">
|
|
|
|
<Setter Property="CornerRadius" Value="2"/>
|
|
|
|
<Setter Property="CornerRadius" Value="2"/>
|
|
|
|
@ -199,6 +313,25 @@
|
|
|
|
<!-- Clear Emergency (disabled) -->
|
|
|
|
<!-- Clear Emergency (disabled) -->
|
|
|
|
<Button VerticalContentAlignment="Bottom" HorizontalAlignment="Left" Margin="559,0,0,0" VerticalAlignment="Center" Height="46" Width="45" x:Name="btnClearEmergency" Click="ClearEmergency_Click" BorderBrush="#FFC1C1C1" BorderThickness="1,1,1,1" Grid.Row="1" FontSize="10" FontFamily="Arial"
|
|
|
|
<Button VerticalContentAlignment="Bottom" HorizontalAlignment="Left" Margin="559,0,0,0" VerticalAlignment="Center" Height="46" Width="45" x:Name="btnClearEmergency" Click="ClearEmergency_Click" BorderBrush="#FFC1C1C1" BorderThickness="1,1,1,1" Grid.Row="1" FontSize="10" FontFamily="Arial"
|
|
|
|
ToolTip="Clear Emergency" Visibility="Hidden">
|
|
|
|
ToolTip="Clear Emergency" Visibility="Hidden">
|
|
|
|
|
|
|
|
<Button.Style>
|
|
|
|
|
|
|
|
<Style TargetType="Button">
|
|
|
|
|
|
|
|
<Setter Property="Template">
|
|
|
|
|
|
|
|
<Setter.Value>
|
|
|
|
|
|
|
|
<ControlTemplate TargetType="Button">
|
|
|
|
|
|
|
|
<Border x:Name="OpenCodeplugBorder" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}"
|
|
|
|
|
|
|
|
BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}">
|
|
|
|
|
|
|
|
<ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center"/>
|
|
|
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
<ControlTemplate.Triggers>
|
|
|
|
|
|
|
|
<Trigger Property="IsMouseOver" Value="True">
|
|
|
|
|
|
|
|
<Setter TargetName="OpenCodeplugBorder" Property="BorderBrush" Value="#FF0AC6FB"/>
|
|
|
|
|
|
|
|
</Trigger>
|
|
|
|
|
|
|
|
</ControlTemplate.Triggers>
|
|
|
|
|
|
|
|
</ControlTemplate>
|
|
|
|
|
|
|
|
</Setter.Value>
|
|
|
|
|
|
|
|
</Setter>
|
|
|
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
</Button.Style>
|
|
|
|
<Button.Resources>
|
|
|
|
<Button.Resources>
|
|
|
|
<Style TargetType="{x:Type Border}">
|
|
|
|
<Style TargetType="{x:Type Border}">
|
|
|
|
<Setter Property="CornerRadius" Value="2"/>
|
|
|
|
<Setter Property="CornerRadius" Value="2"/>
|
|
|
|
@ -217,6 +350,25 @@
|
|
|
|
<!-- Select/Unselect All -->
|
|
|
|
<!-- Select/Unselect All -->
|
|
|
|
<Button VerticalContentAlignment="Center" HorizontalAlignment="Left" Margin="609,0,0,0" VerticalAlignment="Center" Height="46" x:Name="btnSelectAll" Click="SelectAll_Click" BorderBrush="#FFC1C1C1" BorderThickness="1,1,1,1" FontSize="10" FontFamily="Arial" Grid.Row="1"
|
|
|
|
<Button VerticalContentAlignment="Center" HorizontalAlignment="Left" Margin="609,0,0,0" VerticalAlignment="Center" Height="46" x:Name="btnSelectAll" Click="SelectAll_Click" BorderBrush="#FFC1C1C1" BorderThickness="1,1,1,1" FontSize="10" FontFamily="Arial" Grid.Row="1"
|
|
|
|
ToolTip="Select All/Unselect All">
|
|
|
|
ToolTip="Select All/Unselect All">
|
|
|
|
|
|
|
|
<Button.Style>
|
|
|
|
|
|
|
|
<Style TargetType="Button">
|
|
|
|
|
|
|
|
<Setter Property="Template">
|
|
|
|
|
|
|
|
<Setter.Value>
|
|
|
|
|
|
|
|
<ControlTemplate TargetType="Button">
|
|
|
|
|
|
|
|
<Border x:Name="OpenCodeplugBorder" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}"
|
|
|
|
|
|
|
|
BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}">
|
|
|
|
|
|
|
|
<ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center"/>
|
|
|
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
<ControlTemplate.Triggers>
|
|
|
|
|
|
|
|
<Trigger Property="IsMouseOver" Value="True">
|
|
|
|
|
|
|
|
<Setter TargetName="OpenCodeplugBorder" Property="BorderBrush" Value="#FF0AC6FB"/>
|
|
|
|
|
|
|
|
</Trigger>
|
|
|
|
|
|
|
|
</ControlTemplate.Triggers>
|
|
|
|
|
|
|
|
</ControlTemplate>
|
|
|
|
|
|
|
|
</Setter.Value>
|
|
|
|
|
|
|
|
</Setter>
|
|
|
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
</Button.Style>
|
|
|
|
<Button.Resources>
|
|
|
|
<Button.Resources>
|
|
|
|
<Style TargetType="{x:Type Border}">
|
|
|
|
<Style TargetType="{x:Type Border}">
|
|
|
|
<Setter Property="CornerRadius" Value="2"/>
|
|
|
|
<Setter Property="CornerRadius" Value="2"/>
|
|
|
|
@ -234,6 +386,25 @@
|
|
|
|
<!-- Encryption Key Information -->
|
|
|
|
<!-- Encryption Key Information -->
|
|
|
|
<Button VerticalContentAlignment="Center" HorizontalAlignment="Left" Margin="656,0,0,0" VerticalAlignment="Center" Height="46" Width="44" x:Name="btnKeyStatus" Click="KeyStatus_Click" BorderBrush="#FFC1C1C1" BorderThickness="1,1,1,1" FontSize="10" FontFamily="Arial" Grid.Row="1"
|
|
|
|
<Button VerticalContentAlignment="Center" HorizontalAlignment="Left" Margin="656,0,0,0" VerticalAlignment="Center" Height="46" Width="44" x:Name="btnKeyStatus" Click="KeyStatus_Click" BorderBrush="#FFC1C1C1" BorderThickness="1,1,1,1" FontSize="10" FontFamily="Arial" Grid.Row="1"
|
|
|
|
ToolTip="Encryption Key Information">
|
|
|
|
ToolTip="Encryption Key Information">
|
|
|
|
|
|
|
|
<Button.Style>
|
|
|
|
|
|
|
|
<Style TargetType="Button">
|
|
|
|
|
|
|
|
<Setter Property="Template">
|
|
|
|
|
|
|
|
<Setter.Value>
|
|
|
|
|
|
|
|
<ControlTemplate TargetType="Button">
|
|
|
|
|
|
|
|
<Border x:Name="OpenCodeplugBorder" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}"
|
|
|
|
|
|
|
|
BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}">
|
|
|
|
|
|
|
|
<ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center"/>
|
|
|
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
<ControlTemplate.Triggers>
|
|
|
|
|
|
|
|
<Trigger Property="IsMouseOver" Value="True">
|
|
|
|
|
|
|
|
<Setter TargetName="OpenCodeplugBorder" Property="BorderBrush" Value="#FF0AC6FB"/>
|
|
|
|
|
|
|
|
</Trigger>
|
|
|
|
|
|
|
|
</ControlTemplate.Triggers>
|
|
|
|
|
|
|
|
</ControlTemplate>
|
|
|
|
|
|
|
|
</Setter.Value>
|
|
|
|
|
|
|
|
</Setter>
|
|
|
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
</Button.Style>
|
|
|
|
<Button.Resources>
|
|
|
|
<Button.Resources>
|
|
|
|
<Style TargetType="{x:Type Border}">
|
|
|
|
<Style TargetType="{x:Type Border}">
|
|
|
|
<Setter Property="CornerRadius" Value="2"/>
|
|
|
|
<Setter Property="CornerRadius" Value="2"/>
|
|
|
|
@ -251,6 +422,25 @@
|
|
|
|
<!-- Call History -->
|
|
|
|
<!-- Call History -->
|
|
|
|
<Button VerticalContentAlignment="Center" HorizontalAlignment="Left" Margin="703,0,0,0" VerticalAlignment="Center" Height="46" Width="44" x:Name="btnCallHistory" Click="CallHist_Click" BorderBrush="#FFC1C1C1" BorderThickness="1,1,1,1" FontSize="10" FontFamily="Arial" Grid.Row="1"
|
|
|
|
<Button VerticalContentAlignment="Center" HorizontalAlignment="Left" Margin="703,0,0,0" VerticalAlignment="Center" Height="46" Width="44" x:Name="btnCallHistory" Click="CallHist_Click" BorderBrush="#FFC1C1C1" BorderThickness="1,1,1,1" FontSize="10" FontFamily="Arial" Grid.Row="1"
|
|
|
|
ToolTip="Call History">
|
|
|
|
ToolTip="Call History">
|
|
|
|
|
|
|
|
<Button.Style>
|
|
|
|
|
|
|
|
<Style TargetType="Button">
|
|
|
|
|
|
|
|
<Setter Property="Template">
|
|
|
|
|
|
|
|
<Setter.Value>
|
|
|
|
|
|
|
|
<ControlTemplate TargetType="Button">
|
|
|
|
|
|
|
|
<Border x:Name="OpenCodeplugBorder" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}"
|
|
|
|
|
|
|
|
BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}">
|
|
|
|
|
|
|
|
<ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center"/>
|
|
|
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
<ControlTemplate.Triggers>
|
|
|
|
|
|
|
|
<Trigger Property="IsMouseOver" Value="True">
|
|
|
|
|
|
|
|
<Setter TargetName="OpenCodeplugBorder" Property="BorderBrush" Value="#FF0AC6FB"/>
|
|
|
|
|
|
|
|
</Trigger>
|
|
|
|
|
|
|
|
</ControlTemplate.Triggers>
|
|
|
|
|
|
|
|
</ControlTemplate>
|
|
|
|
|
|
|
|
</Setter.Value>
|
|
|
|
|
|
|
|
</Setter>
|
|
|
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
</Button.Style>
|
|
|
|
<Button.Resources>
|
|
|
|
<Button.Resources>
|
|
|
|
<Style TargetType="{x:Type Border}">
|
|
|
|
<Style TargetType="{x:Type Border}">
|
|
|
|
<Setter Property="CornerRadius" Value="2"/>
|
|
|
|
<Setter Property="CornerRadius" Value="2"/>
|
|
|
|
@ -268,6 +458,25 @@
|
|
|
|
<!-- Audio Settings -->
|
|
|
|
<!-- Audio Settings -->
|
|
|
|
<Button VerticalContentAlignment="Bottom" VerticalAlignment="Center" Height="46" x:Name="btnAudioSettings" Click="AudioSettings_Click" BorderBrush="#FFC1C1C1" BorderThickness="1,1,1,1" Grid.Row="1" FontSize="10" FontFamily="Arial"
|
|
|
|
<Button VerticalContentAlignment="Bottom" VerticalAlignment="Center" Height="46" x:Name="btnAudioSettings" Click="AudioSettings_Click" BorderBrush="#FFC1C1C1" BorderThickness="1,1,1,1" Grid.Row="1" FontSize="10" FontFamily="Arial"
|
|
|
|
ToolTip="Audio Settings" HorizontalAlignment="Left" Width="54" Margin="800,0,0,0">
|
|
|
|
ToolTip="Audio Settings" HorizontalAlignment="Left" Width="54" Margin="800,0,0,0">
|
|
|
|
|
|
|
|
<Button.Style>
|
|
|
|
|
|
|
|
<Style TargetType="Button">
|
|
|
|
|
|
|
|
<Setter Property="Template">
|
|
|
|
|
|
|
|
<Setter.Value>
|
|
|
|
|
|
|
|
<ControlTemplate TargetType="Button">
|
|
|
|
|
|
|
|
<Border x:Name="OpenCodeplugBorder" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}"
|
|
|
|
|
|
|
|
BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}">
|
|
|
|
|
|
|
|
<ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center"/>
|
|
|
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
<ControlTemplate.Triggers>
|
|
|
|
|
|
|
|
<Trigger Property="IsMouseOver" Value="True">
|
|
|
|
|
|
|
|
<Setter TargetName="OpenCodeplugBorder" Property="BorderBrush" Value="#FF0AC6FB"/>
|
|
|
|
|
|
|
|
</Trigger>
|
|
|
|
|
|
|
|
</ControlTemplate.Triggers>
|
|
|
|
|
|
|
|
</ControlTemplate>
|
|
|
|
|
|
|
|
</Setter.Value>
|
|
|
|
|
|
|
|
</Setter>
|
|
|
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
</Button.Style>
|
|
|
|
<Button.Resources>
|
|
|
|
<Button.Resources>
|
|
|
|
<Style TargetType="{x:Type Border}">
|
|
|
|
<Style TargetType="{x:Type Border}">
|
|
|
|
<Setter Property="CornerRadius" Value="2"/>
|
|
|
|
<Setter Property="CornerRadius" Value="2"/>
|
|
|
|
|