<flyctrllib:WindowBigClose x:Class="FLY.Thick.Blowing.UI.Fix.Server.MainWindow" xmlns:flyctrllib="clr-namespace:FLY.ControlLibrary;assembly=FLY.ControlLibrary" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="MainWindow" ResizeMode="CanMinimize" Icon="/FLY.Thick.Blowing.UI.Fix.Server;component/BlowingFixServer.ico"> <Window.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="pack://application:,,,/FLY.ControlLibrary;component/Themes/Dictionary_MyStyle.xaml"/> <ResourceDictionary Source="pack://application:,,,/ThickTcpUiInWindow;component/Converter/Dictionary_MyConv.xaml"/> </ResourceDictionary.MergedDictionaries> </ResourceDictionary> </Window.Resources> <Grid TextBlock.FontSize="24" TextBlock.FontStyle="Normal" > <StackPanel Orientation="Vertical" > <StackPanel Orientation="Vertical" Margin="5,20"> <StackPanel Orientation="Vertical" Margin="5"> <TextBlock Style="{StaticResource ResourceKey=TextBlockStyle_FieldHeaderEditable}" Text="本地IP &端口" /> <StackPanel Orientation="Horizontal"> <TextBox Style="{StaticResource ResourceKey=TextBoxStyle_FieldContent}" Text="{Binding LocalEP, Converter={StaticResource ResourceKey=ipepconv}}" Tag="Full" MinWidth="250" Width="378" /> </StackPanel> </StackPanel> <Button Style="{StaticResource ButtonStyle2}" Content="保存" Width="AUTO" Click="button_save_Click"/> </StackPanel> </StackPanel> </Grid> </flyctrllib:WindowBigClose>