diff --git a/SocketExample/App.xaml b/SocketExample/App.xaml index abe739a..e6910fc 100644 --- a/SocketExample/App.xaml +++ b/SocketExample/App.xaml @@ -27,9 +27,67 @@ - + + + + #FF4285F4 + #FF3367D6 + #FF34A853 + #FFEA4335 + #FFEEEEEE + #FF757575 + + + + + + + + + + + + + + diff --git a/SocketExample/RFIDmonitor.csproj b/SocketExample/RFIDmonitor.csproj index 5de969c..45a0c96 100644 --- a/SocketExample/RFIDmonitor.csproj +++ b/SocketExample/RFIDmonitor.csproj @@ -259,6 +259,9 @@ + + + diff --git a/SocketExample/TCPWindowV2.xaml b/SocketExample/TCPWindowV2.xaml index ffdf918..3e43270 100644 --- a/SocketExample/TCPWindowV2.xaml +++ b/SocketExample/TCPWindowV2.xaml @@ -4,9 +4,12 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:i="http://schemas.microsoft.com/xaml/behaviors" + xmlns:controls="http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit" + xmlns:PresentationOptions="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options" xmlns:local="clr-namespace:SocketExample" mc:Ignorable="d" - Title="RFID读写器多终端监控软件v1.062" Height="450" Width="800"> + Title="RFID读写器多终端监控软件v1.07" Height="450" Width="800" + Background="Transparent" AllowsTransparency="True" WindowStyle="None" WindowStartupLocation="CenterScreen"> - - - - - - - - - -