From 8ec12ff97617d248c942b60b28b1eef662d2e88a Mon Sep 17 00:00:00 2001 From: czw <selecti@yeah.net> Date: 星期三, 09 七月 2025 17:04:21 +0800 Subject: [PATCH] 1 --- 2025年6月12日/AuxAllWCS/Build/Project/界面/View1.xaml | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) diff --git "a/2025\345\271\2646\346\234\21012\346\227\245/AuxAllWCS/Build/Project/\347\225\214\351\235\242/View1.xaml" "b/2025\345\271\2646\346\234\21012\346\227\245/AuxAllWCS/Build/Project/\347\225\214\351\235\242/View1.xaml" index 2b67554..2d2b69e 100644 --- "a/2025\345\271\2646\346\234\21012\346\227\245/AuxAllWCS/Build/Project/\347\225\214\351\235\242/View1.xaml" +++ "b/2025\345\271\2646\346\234\21012\346\227\245/AuxAllWCS/Build/Project/\347\225\214\351\235\242/View1.xaml" @@ -1,4 +1,8 @@ -<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Width="640" Height="480" x:Class="GZ.Projects.AuxAllWCS.View1" xmlns:local="clr-namespace:GZ.Projects.AuxAllWCS"> +<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Width="640" Height="480" x:Class="GZ.Projects.AuxAllWCS.View1" xmlns:local="clr-namespace:GZ.Projects.AuxAllWCS" + xmlns:local1="clr-namespace:GZ.Projects.AuxAllWCS" + xmlns:wv2="clr-namespace:Microsoft.Web.WebView2.Wpf;assembly=Microsoft.Web.WebView2.Wpf" + Title="鍝堝搱wcs" + > <Grid> <Grid> <TabControl> @@ -30,7 +34,7 @@ <TabItem> <TabItem.Header> <StackPanel Orientation="Horizontal"> - <TextBlock Text="emmm" Foreground="Yellow" /> + <TextBlock Text="emmm" Foreground="Orange" /> </StackPanel> </TabItem.Header> <TextBlock HorizontalAlignment="Center" FontFamily="Courier New" Text="
 @@ -61,12 +65,13 @@ <TabItem> <TabItem.Header> <StackPanel Orientation="Horizontal"> - <TextBlock Text="Rgv浠诲姟" Foreground="Purple" /> + <TextBlock Text="WebView" Foreground="Purple" /> </StackPanel> </TabItem.Header> - <Label Content="Content goes here..." /> + <wv2:WebView2 x:Name="webView" /> + <!--<wv2:WebView2 x:Name="webView" Source="{Binding Source={ x:Static local:HttpServer._listenerPrefix}}"/>--> </TabItem> - <TabItem> + <!--<TabItem> <TabItem.Header> <StackPanel Orientation="Horizontal"> <TextBlock Text="AGV浠诲姟" Foreground="Black" /> @@ -95,7 +100,7 @@ <TextBlock Text="鎵爜澶� Foreground="Green" /> </StackPanel> </TabItem.Header> - </TabItem> + </TabItem>--> </TabControl> </Grid> </Grid> -- Gitblit v1.9.1