From 2f23e79852d32ead496ae44d03cd38fde6cd3c82 Mon Sep 17 00:00:00 2001 From: zhangxy Date: Tue, 12 Aug 2025 13:19:37 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=8D=87=E7=BA=A7UI=202.=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=97=A5=E5=BF=97=203.=E8=87=AA=E9=80=82=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SocketExample/App.xaml | 60 ++- SocketExample/RFIDmonitor.csproj | 3 + SocketExample/TCPWindowV2.xaml | 587 ++++++++++++++++------------- SocketExample/TCPWindowV2.xaml.cs | 343 ++++++++++------- SocketExample/海威图标-横.png | Bin 0 -> 66019 bytes SocketExample/海威图标-竖.png | Bin 0 -> 70200 bytes 6 files changed, 591 insertions(+), 402 deletions(-) create mode 100644 SocketExample/海威图标-横.png create mode 100644 SocketExample/海威图标-竖.png 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"> - - - - - - - - - -