From e97a0f31c187e25d9b2480b6e144648239dae80d Mon Sep 17 00:00:00 2001 From: czw <selecti@yeah.net> Date: 星期一, 28 七月 2025 09:00:06 +0800 Subject: [PATCH] 1 --- HnSx/Views/View1.xaml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HnSx/Views/View1.xaml b/HnSx/Views/View1.xaml index c50dd75..181c0d4 100644 --- a/HnSx/Views/View1.xaml +++ b/HnSx/Views/View1.xaml @@ -1,4 +1,4 @@ -<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Width="640" Height="480"> +<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.HnSx.View1" xmlns:local="clr-namespace:GZ.Projects.HnSx"> <Grid> <TabControl> <TabControl.Resources> @@ -28,7 +28,7 @@ <TextBlock Foreground="Orange" Text="emmm" /> </StackPanel> </TabItem.Header> - <TextBlock HorizontalAlignment="Center" FontFamily="Courier New" Text="888888888888" TextWrapping="Wrap" /> + <TextBlock HorizontalAlignment="Center" FontFamily="Courier New" Text="

////////////////////////////////////////////////////////////////////

// _ooOoo_ //

// o8888888o //

// 88' 銆�'88 //

// (| ^_^ |) //

// O\ = /O //

// ____/`---'\____ //

// .' \\| |// `. //

// / \\||| : |||// \ //

// / _||||| -:- |||||- \ //

// | | \\\ - /// | | //

// | \_| ''\---/'' | | //

// \ .-\__ `-` ___/-. / //

// ___`. .' /--.--\ `. . ___ //

// .'' '銆奰.___\_銆妡銆媉/___.' 銆�''. //

// | | : `- \`.;`\ _ /`;.`/ - ` : | | //

// \ \ `-. \_ __\ /__ _/ .-` / / //

// ========`-.____`-.___\_____/___.-`____.-'======== //

// `=---=' //

// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //

// 浣涚淇濅綉 姘告棤BUG 姘镐笉淇敼 //

////////////////////////////////////////////////////////////////////" TextWrapping="Wrap" /> </TabItem> <TabItem> <TabItem.Header> -- Gitblit v1.9.1