Add new fields and pax8 integration

This commit is contained in:
Chris Payne
2025-07-08 20:33:22 -04:00
parent c13b764d13
commit e5c5b80476
3 changed files with 190 additions and 20 deletions

View File

@@ -110,15 +110,33 @@
<TextBlock Name="PhoneLabel" Text="Phone Number:" Margin="0,10,0,0" Foreground="#cccccc"/>
<TextBox Name="PhoneBox" Style="{StaticResource RoundedTextBox}"/>
<TextBlock Name="WebsiteLabel" Text="Website:" Margin="0,5,0,0" Foreground="#cccccc"/>
<TextBox Name="WebsiteBox" Style="{StaticResource RoundedTextBox}"/>
<TextBlock Name="StreetLabel" Text="Street Address:" Margin="0,5,0,0" Foreground="#cccccc"/>
<TextBox Name="StreetBox" Style="{StaticResource RoundedTextBox}"/>
<TextBlock Name="CityLabel" Text="City:" Margin="0,5,0,0" Foreground="#cccccc"/>
<TextBox Name="CityBox" Style="{StaticResource RoundedTextBox}"/>
<TextBlock Name="ProvinceLabel" Text="Province/State:" Margin="0,5,0,0" Foreground="#cccccc"/>
<TextBox Name="ProvinceBox" Style="{StaticResource RoundedTextBox}"/>
<TextBlock Name="PostalLabel" Text="Postal Code:" Margin="0,5,0,0" Foreground="#cccccc"/>
<TextBox Name="PostalCodeBox" Style="{StaticResource RoundedTextBox}"/>
<TextBlock Name="CountryLabel" Text="Country:" Margin="0,5,0,0" Foreground="#cccccc"/>
<TextBox Name="CountryBox" Style="{StaticResource RoundedTextBox}"/>
<CheckBox Name="SelectAllBox" Content="Select All Tools" Margin="0,15,0,0" FontWeight="Bold" Foreground="White" Style="{StaticResource ModernCheckBox}"/>
<StackPanel Margin="10,5,0,0">
<CheckBox Name="AutotaskBox" Content="Autotask" Margin="0,4" Style="{StaticResource ModernCheckBox}"/>
<CheckBox Name="DattoBox" Content="Datto RMM" Margin="0,4" Style="{StaticResource ModernCheckBox}"/>
<CheckBox Name="ITGlueBox" Content="ITGlue" Margin="0,4" Style="{StaticResource ModernCheckBox}"/>
<CheckBox Name="BackupBox" Content="Backup V2" Margin="0,4" Style="{StaticResource ModernCheckBox}"/>
<CheckBox Name="RocketcyberBox" Content="Rocketcyber" Margin="0,4" Style="{StaticResource ModernCheckBox}"/>
<CheckBox Name="CyberQPBox" Content="Cyber QP" Margin="0,4" Style="{StaticResource ModernCheckBox}"/>
<CheckBox Name="ITGlueBox" Content="ITGlue (Disabled)" Margin="0,4" Style="{StaticResource ModernCheckBox}"/>
<CheckBox Name="BackupBox" Content="Backup V2 (Disabled)" Margin="0,4" Style="{StaticResource ModernCheckBox}"/>
<CheckBox Name="RocketcyberBox" Content="Rocketcyber (Disabled)" Margin="0,4" Style="{StaticResource ModernCheckBox}"/>
<CheckBox Name="CyberQPBox" Content="Cyber QP (Disabled)" Margin="0,4" Style="{StaticResource ModernCheckBox}"/>
<CheckBox Name="Pax8Box" Content="Pax8" Margin="0,4" Style="{StaticResource ModernCheckBox}"/>
</StackPanel>