Update environment color button
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
|||||||
# Visual Studio Version 17
|
# Visual Studio Version 17
|
||||||
VisualStudioVersion = 17.0.32002.185
|
VisualStudioVersion = 17.0.32002.185
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "wpf_ax_utility", "wpf_ax_utility\wpf_ax_utility.csproj", "{19D34C84-1A58-42AF-BACB-73E1F3592748}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "wpf_ax_utility", "wpf_ax_utility\wpf_ax_utility.csproj", "{19D34C84-1A58-42AF-BACB-73E1F3592748}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
Height="250" Width="400"
|
Height="260" Width="400"
|
||||||
ResizeMode="NoResize"
|
ResizeMode="NoResize"
|
||||||
WindowStartupLocation="CenterScreen"
|
WindowStartupLocation="CenterScreen"
|
||||||
Title="PAL Ax Utility"
|
Title="PAL Ax Utility"
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
</Style>
|
</Style>
|
||||||
</Window.Resources>
|
</Window.Resources>
|
||||||
<Grid>
|
<Grid>
|
||||||
<GroupBox Margin="15,0,15,0"
|
<GroupBox Margin="15,10,15,10"
|
||||||
VerticalAlignment="Top"
|
VerticalAlignment="Top"
|
||||||
BorderBrush="LightGray"
|
BorderBrush="LightGray"
|
||||||
BorderThickness="1"
|
BorderThickness="1"
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
Content="DEV"
|
Content="DEV"
|
||||||
FontSize="18"
|
FontSize="18"
|
||||||
FontWeight="DemiBold"
|
FontWeight="DemiBold"
|
||||||
Background="Chartreuse"/>
|
Background="#00FF80"/>
|
||||||
<Button Style="{StaticResource TabButton}"
|
<Button Style="{StaticResource TabButton}"
|
||||||
x:Name="TEST"
|
x:Name="TEST"
|
||||||
Click="ButtonClicked"
|
Click="ButtonClicked"
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
Content="TEST"
|
Content="TEST"
|
||||||
FontSize="18"
|
FontSize="18"
|
||||||
FontWeight="DemiBold"
|
FontWeight="DemiBold"
|
||||||
Background="LightCoral"/>
|
Background="#8080FF"/>
|
||||||
<Button Style="{StaticResource TabButton}"
|
<Button Style="{StaticResource TabButton}"
|
||||||
x:Name="STAGING"
|
x:Name="STAGING"
|
||||||
Click="ButtonClicked"
|
Click="ButtonClicked"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
Content="STAGING"
|
Content="STAGING"
|
||||||
FontSize="18"
|
FontSize="18"
|
||||||
FontWeight="DemiBold"
|
FontWeight="DemiBold"
|
||||||
Background="Yellow"/>
|
Background="#FFFF00"/>
|
||||||
</DockPanel>
|
</DockPanel>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</GroupBox>
|
</GroupBox>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 28 KiB |
Reference in New Issue
Block a user