From d0ded5cd9bf5070a120bad58b5be21fe2ac6a4ff Mon Sep 17 00:00:00 2001 From: C3032 <C3032@BC3032> Date: 星期六, 20 十二月 2025 16:41:09 +0800 Subject: [PATCH] test --- IDViewer_2D/OperateLog/OperateLogView.xaml | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/IDViewer_2D/OperateLog/OperateLogView.xaml b/IDViewer_2D/OperateLog/OperateLogView.xaml new file mode 100644 index 0000000..3a4d4d4 --- /dev/null +++ b/IDViewer_2D/OperateLog/OperateLogView.xaml @@ -0,0 +1,19 @@ +锘�<Window x:Class="SmartScanner.OperateLog.OperateLogView" + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:d="http://schemas.microsoft.com/expression/blend/2008" + xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:local="clr-namespace:SmartScanner.OperateLog" + mc:Ignorable="d" + Title="鎿嶄綔鏃ュ織" Height="450" Width="800"> + <DockPanel> + <StackPanel DockPanel.Dock="Top" Orientation="Horizontal" Margin="5"> + <Button Content="鍒锋柊" Width="80" Margin="5" Click="BtnRefresh_Click"/> + <Button Content="鎵撳紑鏃ュ織鏂囦欢澶�" Width="120" Margin="5" Click="BtnOpenFolder_Click"/> + </StackPanel> + + <TextBox x:Name="txtLogs" DockPanel.Dock="Bottom" Margin="5" + IsReadOnly="True" VerticalScrollBarVisibility="Auto" + TextWrapping="Wrap" FontSize="12"/> + </DockPanel> +</Window> -- Gitblit v1.9.3