| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568 |
- <Window x:Class="ivf_tl_Manage.Win.EditTLWindow"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:controls="clr-namespace:ivf_tl_Manage.UserControls"
- xmlns:customControl="clr-namespace:ivf_tl_CustomControls;assembly=ivf_tl_CustomControls_PC"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- xmlns:local="clr-namespace:ivf_tl_Manage.Win"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- Title="EditTLWindow"
- Width="710"
- Height="867"
- AllowsTransparency="True"
- Background="Transparent"
- FontFamily="{StaticResource sourceHan}"
- ShowInTaskbar="False"
- WindowStartupLocation="CenterOwner"
- WindowStyle="None"
- mc:Ignorable="d">
- <Canvas Width="701" Height="867">
- <Canvas.Background>
- <ImageBrush ImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/EditTLBackground.png" />
- </Canvas.Background>
- <DockPanel Canvas.Left="60" Canvas.Top="60">
- <TextBlock Canvas.Left="60"
- Canvas.Top="60"
- Margin="2,0,2,2"
- DockPanel.Dock="Top"
- FontSize="20"
- FontWeight="Medium"
- Text="{DynamicResource 0186}" />
- <Rectangle Canvas.Left="60"
- Canvas.Top="90"
- Height="3"
- DockPanel.Dock="Bottom"
- Fill="#4D75AC"
- RadiusX="1.5"
- RadiusY="1.5" />
- </DockPanel>
- <!--<TextBlock Canvas.Left="60" Canvas.Top="60" FontWeight="Medium" FontSize="20" Text="{DynamicResource 0186}"/>
- <Rectangle Canvas.Left="60" Canvas.Top="90" Width="80" Height="3" Fill="#4D75AC" RadiusX="1.5" RadiusY="1.5"/>-->
- <customControl:ImageCustom Canvas.Left="634"
- Canvas.Top="60"
- Width="18"
- Height="18"
- IconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CloseGrayIcon.png"
- MouseOverIconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CloseBlueIcon.png"
- MouseUp="Cancel_MouseUp" />
- <StackPanel Canvas.Top="110" Width="650">
- <Grid Margin="0,0,0,0">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="200" />
- <ColumnDefinition />
- </Grid.ColumnDefinitions>
- <StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
- <Image Canvas.Left="139"
- Canvas.Top="122"
- Width="10"
- Height="10"
- VerticalAlignment="Center"
- DockPanel.Dock="Left"
- Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png" />
- <TextBlock Canvas.Left="152"
- Canvas.Top="115"
- Margin="3,0,0,0"
- VerticalAlignment="Center"
- DockPanel.Dock="Left"
- FontSize="16"
- FontWeight="Medium"
- Foreground="#707070"
- Text="{DynamicResource 0012}" />
- </StackPanel>
- <customControl:TextBoxCustom Grid.Column="1"
- Canvas.Left="231"
- Canvas.Top="110"
- Height="34"
- Margin="15,0,0,0"
- DefeatString="{DynamicResource 0187}"
- DockPanel.Dock="Right"
- IsEnabled="False"
- Text="{Binding TLSettingInfo.tlSn}" />
- </Grid>
- <Grid Margin="0,15,0,0">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="200" />
- <ColumnDefinition />
- </Grid.ColumnDefinitions>
- <StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
- <Image Canvas.Left="139"
- Canvas.Top="171"
- Width="10"
- Height="10"
- VerticalAlignment="Center"
- DockPanel.Dock="Left"
- Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png" />
- <TextBlock Canvas.Left="152"
- Canvas.Top="164"
- Margin="3,0,0,0"
- VerticalAlignment="Center"
- DockPanel.Dock="Left"
- FontSize="16"
- FontWeight="Medium"
- Foreground="#707070"
- Text="{DynamicResource 0013}" />
- </StackPanel>
- <customControl:TextBoxCustom Grid.Column="1"
- Canvas.Left="231"
- Canvas.Top="159"
- Height="34"
- Margin="15,0,0,0"
- DefeatString="{DynamicResource 0188}"
- DockPanel.Dock="Right"
- Text="{Binding TLSettingInfo.tlName}" />
- </Grid>
- <Grid Margin="0,15,0,0">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="200" />
- <ColumnDefinition />
- </Grid.ColumnDefinitions>
- <StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
- <Image Canvas.Left="91"
- Canvas.Top="220"
- Width="10"
- Height="10"
- Margin="0,0,0,0"
- VerticalAlignment="Center"
- DockPanel.Dock="Left"
- Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png" />
- <TextBlock Canvas.Left="104"
- Canvas.Top="213"
- Margin="3,0,0,0"
- VerticalAlignment="Center"
- DockPanel.Dock="Left"
- FontSize="16"
- FontWeight="Medium"
- Foreground="#707070"
- Text="{DynamicResource 0014}" />
- </StackPanel>
- <customControl:TextBoxCustom Grid.Column="1"
- Canvas.Left="231"
- Canvas.Top="208"
- Height="34"
- Margin="15,0,0,0"
- VerticalAlignment="Center"
- DefeatString="{DynamicResource 0189}"
- DockPanel.Dock="Right"
- IsEnabled="False"
- Text="{Binding TLSettingInfo.softwareVersion}" />
- </Grid>
- <StackPanel Canvas.Left="139"
- Canvas.Top="252"
- Margin="88,15,0,0"
- Orientation="Horizontal">
- <Image Canvas.Left="139"
- Canvas.Top="269"
- Width="10"
- Height="10"
- VerticalAlignment="Center"
- Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png" />
- <TextBlock Canvas.Left="152"
- Canvas.Top="262"
- Margin="3,0,0,0"
- VerticalAlignment="Center"
- FontSize="16"
- FontWeight="Medium"
- Foreground="#707070"
- Text="{DynamicResource 0015}" />
- <customControl:RadioButtonHaveFrame x:Name="_onLine1_RadioButton"
- Canvas.Left="227"
- Canvas.Top="252"
- Margin="11,0,0,0"
- CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CheckRadioButtonIcon.png"
- Content="{DynamicResource 0010}"
- FontSize="16"
- FontWeight="Medium"
- Foreground="#9B9B9B"
- IsChecked="True"
- IsEnabled="False" />
- <customControl:RadioButtonHaveFrame x:Name="_onLine0_RadioButton"
- Canvas.Left="331"
- Canvas.Top="252"
- Margin="36,0,0,0"
- CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CheckRadioButtonIcon.png"
- Content="{DynamicResource 0009}"
- FontSize="16"
- FontWeight="Medium"
- Foreground="#9B9B9B"
- IsEnabled="False" />
- <customControl:RadioButtonHaveFrame x:Name="_onLine2_RadioButton"
- Canvas.Left="431"
- Canvas.Top="252"
- Margin="32,0,0,0"
- CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CheckRadioButtonIcon.png"
- Content="{DynamicResource 0026}"
- FontSize="16"
- FontWeight="Medium"
- Foreground="#9B9B9B"
- IsEnabled="False" />
- </StackPanel>
- <Grid Margin="0,15,0,0">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="200" />
- <ColumnDefinition />
- </Grid.ColumnDefinitions>
- <StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
- <Image Canvas.Left="106"
- Canvas.Top="318"
- Width="10"
- Height="10"
- Margin="0,0,0,0"
- VerticalAlignment="Center"
- DockPanel.Dock="Left"
- Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png" />
- <TextBlock Canvas.Left="120"
- Canvas.Top="311"
- Margin="3,0,0,0"
- VerticalAlignment="Center"
- DockPanel.Dock="Left"
- FontSize="16"
- FontWeight="Medium"
- Foreground="#707070"
- Text="{DynamicResource 0190}" />
- </StackPanel>
- <customControl:TextBoxCustom Grid.Column="1"
- Canvas.Left="231"
- Canvas.Top="306"
- Height="34"
- Margin="15,0,0,0"
- VerticalAlignment="Center"
- DefeatString="{DynamicResource 0191}"
- DockPanel.Dock="Right"
- Text="{Binding TLSettingInfo.collectSn}" />
- </Grid>
- <Grid Margin="0,15,0,0">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="200" />
- <ColumnDefinition />
- </Grid.ColumnDefinitions>
- <StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
- <TextBlock Canvas.Left="120"
- Canvas.Top="360"
- VerticalAlignment="Center"
- DockPanel.Dock="Left"
- FontSize="16"
- FontWeight="Medium"
- Foreground="#707070"
- Text="{DynamicResource 0192}" />
- </StackPanel>
- <customControl:TextBoxCustom Grid.Column="1"
- Canvas.Left="231"
- Canvas.Top="355"
- Height="34"
- Margin="15,0,0,0"
- VerticalAlignment="Center"
- DefeatString="{DynamicResource 0194}"
- DockPanel.Dock="Right"
- Text="{Binding TLSettingInfo.collectName}" />
- </Grid>
- <Grid Margin="0,15,0,0">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="200" />
- <ColumnDefinition />
- </Grid.ColumnDefinitions>
- <StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
- <Image Canvas.Left="61"
- Canvas.Top="416"
- Width="10"
- Height="10"
- Margin="0,0,0,0"
- VerticalAlignment="Center"
- DockPanel.Dock="Left"
- Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png" />
- <TextBlock Canvas.Left="74"
- Canvas.Top="409"
- Margin="3,0,0,0"
- VerticalAlignment="Center"
- DockPanel.Dock="Left"
- FontSize="16"
- FontWeight="Medium"
- Foreground="#707070"
- Text="{DynamicResource 0018}" />
- </StackPanel>
- <customControl:TextBoxCustom Grid.Column="1"
- Canvas.Left="231"
- Canvas.Top="404"
- Height="34"
- Margin="15,0,0,0"
- VerticalAlignment="Center"
- DefeatString="{DynamicResource 0195}"
- DockPanel.Dock="Right"
- IsEnabled="False"
- Text="{Binding TLSettingInfo.socketPort}" />
- </Grid>
- <Grid Margin="0,15,0,0">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="200" />
- <ColumnDefinition />
- </Grid.ColumnDefinitions>
- <StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
- <Image Canvas.Left="94"
- Canvas.Top="465"
- Width="10"
- Height="10"
- Margin="0,0,0,0"
- VerticalAlignment="Center"
- DockPanel.Dock="Left"
- Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png" />
- <TextBlock Canvas.Left="107"
- Canvas.Top="458"
- Margin="3,0,0,0"
- VerticalAlignment="Center"
- DockPanel.Dock="Left"
- FontSize="16"
- FontWeight="Medium"
- Foreground="#707070"
- Text="{DynamicResource 0019}" />
- </StackPanel>
- <customControl:TextBoxCustom Grid.Column="1"
- Canvas.Left="231"
- Canvas.Top="453"
- Height="34"
- Margin="15,0,0,0"
- VerticalAlignment="Center"
- DefeatString="{DynamicResource 0196}"
- DockPanel.Dock="Right"
- IsEnabled="False"
- Text="{Binding TLSettingInfo.mqttQueue}" />
- </Grid>
- <Grid Margin="0,15,0,0">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="200" />
- <ColumnDefinition />
- </Grid.ColumnDefinitions>
- <StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
- <Image Canvas.Left="94"
- Canvas.Top="514"
- Width="10"
- Height="10"
- Margin="0,0,0,0"
- VerticalAlignment="Center"
- DockPanel.Dock="Left"
- Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png" />
- <TextBlock Canvas.Left="107"
- Canvas.Top="507"
- Margin="3,0,0,0"
- VerticalAlignment="Center"
- DockPanel.Dock="Left"
- FontSize="16"
- FontWeight="Medium"
- Foreground="#707070"
- Text="{DynamicResource 0020}" />
- </StackPanel>
- <customControl:TextBoxCustom Grid.Column="1"
- Canvas.Left="231"
- Canvas.Top="502"
- Height="34"
- Margin="15,0,0,0"
- VerticalAlignment="Center"
- DefeatString="{DynamicResource 0197}"
- DockPanel.Dock="Right"
- IsEnabled="False"
- Text="{Binding TLSettingInfo.kafkaTopic}" />
- </Grid>
- <Grid Margin="0,15,0,0">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="200" />
- <ColumnDefinition />
- </Grid.ColumnDefinitions>
- <StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
- <Image Canvas.Left="139"
- Canvas.Top="563"
- Width="10"
- Height="10"
- Margin="0,0,0,0"
- VerticalAlignment="Center"
- DockPanel.Dock="Left"
- Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png" />
- <TextBlock Canvas.Left="152"
- Canvas.Top="556"
- Margin="3,0,0,0"
- VerticalAlignment="Center"
- DockPanel.Dock="Left"
- FontSize="16"
- FontWeight="Medium"
- Foreground="#707070"
- Text="{DynamicResource 0021}" />
- </StackPanel>
- <customControl:TextBoxCustom Grid.Column="1"
- Canvas.Left="231"
- Canvas.Top="551"
- Height="34"
- Margin="15,0,0,0"
- VerticalAlignment="Center"
- DefeatString="{DynamicResource 0198}"
- DockPanel.Dock="Right"
- Text="{Binding TLSettingInfo.installTime}" />
- </Grid>
- <Grid Margin="0,15,0,0">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="200" />
- <ColumnDefinition />
- </Grid.ColumnDefinitions>
- <StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
- <Image Canvas.Left="139"
- Canvas.Top="612"
- Width="10"
- Height="10"
- Margin="0,0,0,0"
- VerticalAlignment="Center"
- DockPanel.Dock="Left"
- Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png" />
- <TextBlock Canvas.Left="152"
- Canvas.Top="605"
- Margin="3,0,0,0"
- VerticalAlignment="Center"
- DockPanel.Dock="Left"
- FontSize="16"
- FontWeight="Medium"
- Foreground="#707070"
- Text="{DynamicResource 0022}" />
- </StackPanel>
- <controls:AddressSelectUserControl Grid.Column="1"
- Canvas.Left="231"
- Canvas.Top="600"
- Height="34"
- Margin="0,0,0,0"
- VerticalAlignment="Center"
- AddressProperty="{Binding TLSettingInfo.address, Mode=TwoWay}"
- DockPanel.Dock="Right"
- SelectValue="AddressSelectUserControl_SelectValue" />
- </Grid>
- <Grid Margin="0,15,0,0">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="200" />
- <ColumnDefinition />
- </Grid.ColumnDefinitions>
- <StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
- <Image Canvas.Left="139"
- Canvas.Top="661"
- Width="10"
- Height="10"
- Margin="0,12,0,0"
- VerticalAlignment="Top"
- DockPanel.Dock="Left"
- Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png" />
- <TextBlock Canvas.Left="152"
- Canvas.Top="654"
- Margin="3,5,0,0"
- VerticalAlignment="Top"
- DockPanel.Dock="Left"
- FontSize="16"
- FontWeight="Medium"
- Foreground="#707070"
- Text="{DynamicResource 0023}" />
- </StackPanel>
- <customControl:TextBoxCustom Grid.Column="1"
- Canvas.Left="231"
- Canvas.Top="649"
- Height="78"
- Margin="15,0,0,0"
- VerticalAlignment="Center"
- DefeatString="{DynamicResource 0199}"
- DockPanel.Dock="Right"
- Text="{Binding TLSettingInfo.remark}"
- TextWrapping="Wrap" />
- </Grid>
- </StackPanel>
- <!--<Image Canvas.Left="139" Canvas.Top="122" Width="10" Height="10" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png"/>
- <TextBlock Canvas.Left="152" Canvas.Top="115" FontWeight="Medium" Foreground="#707070" FontSize="16" Text="{DynamicResource 0012}"/>
- <customControl:TextBoxCustom Canvas.Left="231" Canvas.Top="110" Width="419" Height="34"
- Text="{Binding TLSettingInfo.tlSn}" DefeatString="{DynamicResource 0187}" IsEnabled="False"/>-->
- <!--<Image Canvas.Left="139" Canvas.Top="171" Width="10" Height="10" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png"/>
- <TextBlock Canvas.Left="152" Canvas.Top="164" FontWeight="Medium" Foreground="#707070" FontSize="16" Text="{DynamicResource 0013}"/>
- <customControl:TextBoxCustom Canvas.Left="231" Canvas.Top="159" Width="419" Height="34"
- Text="{Binding TLSettingInfo.tlName}" DefeatString="{DynamicResource 0188}"/>-->
- <!--<Image Canvas.Left="91" Canvas.Top="220" Width="10" Height="10" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png"/>
- <TextBlock Canvas.Left="104" Canvas.Top="213" FontWeight="Medium" Foreground="#707070" FontSize="16" Text="{DynamicResource 0014}"/>
- <customControl:TextBoxCustom Canvas.Left="231" Canvas.Top="208" Width="419" Height="34"
- Text="{Binding TLSettingInfo.softwareVersion}" DefeatString="{DynamicResource 0189}" IsEnabled="False"/>-->
- <!--<Image Canvas.Left="139" Canvas.Top="269" Width="10" Height="10" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png"/>
- <TextBlock Canvas.Left="152" Canvas.Top="262" FontWeight="Medium" Foreground="#707070" FontSize="16" Text="{DynamicResource 0015}"/>
- <customControl:RadioButtonHaveFrame x:Name="_onLine1_RadioButton1" Canvas.Left="227" Canvas.Top="252" FontWeight="Medium" Foreground="#9B9B9B" FontSize="16" Content="{DynamicResource 0010}" IsChecked="True" IsEnabled="False"
- CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CheckRadioButtonIcon.png"/>
- <customControl:RadioButtonHaveFrame x:Name="_onLine0_RadioButton1" Canvas.Left="331" Canvas.Top="252" FontWeight="Medium" Foreground="#9B9B9B" FontSize="16" Content="{DynamicResource 0009}" IsEnabled="False"
- CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CheckRadioButtonIcon.png"/>
- <customControl:RadioButtonHaveFrame x:Name="_onLine2_RadioButton1" Canvas.Left="431" Canvas.Top="252" FontWeight="Medium" Foreground="#9B9B9B" FontSize="16" Content="{DynamicResource 0026}" IsEnabled="False"
- CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CheckRadioButtonIcon.png"/>-->
- <!--<Image Canvas.Left="106" Canvas.Top="318" Width="10" Height="10" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png"/>
- <TextBlock Canvas.Left="120" Canvas.Top="311" FontWeight="Medium" Foreground="#707070" FontSize="16" Text="{DynamicResource 0190}"/>
- <customControl:TextBoxCustom Canvas.Left="231" Canvas.Top="306" Width="419" Height="34"
- Text="{Binding TLSettingInfo.collectSn}" DefeatString="{DynamicResource 0191}" />-->
- <!--<TextBlock Canvas.Left="120" Canvas.Top="360" FontWeight="Medium" Foreground="#707070" FontSize="16" Text="{DynamicResource 0192}"/>
- <customControl:TextBoxCustom Canvas.Left="231" Canvas.Top="355" Width="419" Height="34"
- Text="{Binding TLSettingInfo.collectName}" DefeatString="{DynamicResource 0194}" />-->
- <!--<Image Canvas.Left="61" Canvas.Top="416" Width="10" Height="10" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png"/>
- <TextBlock Canvas.Left="74" Canvas.Top="409" FontWeight="Medium" Foreground="#707070" FontSize="16" Text="{DynamicResource 0018}"/>
- <customControl:TextBoxCustom Canvas.Left="231" Canvas.Top="404" Width="419" Height="34"
- Text="{Binding TLSettingInfo.socketPort}" DefeatString="{DynamicResource 0195}" IsEnabled="False"/>-->
- <!--<Image Canvas.Left="94" Canvas.Top="465" Width="10" Height="10" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png"/>
- <TextBlock Canvas.Left="107" Canvas.Top="458" FontWeight="Medium" Foreground="#707070" FontSize="16" Text="{DynamicResource 0019}"/>
- <customControl:TextBoxCustom Canvas.Left="231" Canvas.Top="453" Width="419" Height="34"
- Text="{Binding TLSettingInfo.mqttQueue}" DefeatString="{DynamicResource 0196}" IsEnabled="False"/>-->
- <!--<Image Canvas.Left="94" Canvas.Top="514" Width="10" Height="10" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png"/>
- <TextBlock Canvas.Left="107" Canvas.Top="507" FontWeight="Medium" Foreground="#707070" FontSize="16" Text="{DynamicResource 0020}"/>
- <customControl:TextBoxCustom Canvas.Left="231" Canvas.Top="502" Width="419" Height="34"
- Text="{Binding TLSettingInfo.kafkaTopic}" DefeatString="{DynamicResource 0197}" IsEnabled="False"/>-->
- <!--<Image Canvas.Left="139" Canvas.Top="563" Width="10" Height="10" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png"/>
- <TextBlock Canvas.Left="152" Canvas.Top="556" FontWeight="Medium" Foreground="#707070" FontSize="16" Text="{DynamicResource 0021}"/>
- <customControl:TextBoxCustom Canvas.Left="231" Canvas.Top="551" Width="419" Height="34"
- Text="{Binding TLSettingInfo.installTime}" DefeatString="{DynamicResource 0198}"/>-->
- <!--<Image Canvas.Left="139" Canvas.Top="612" Width="10" Height="10" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png"/>
- <TextBlock Canvas.Left="152" Canvas.Top="605" FontWeight="Medium" Foreground="#707070" FontSize="16" Text="{DynamicResource 0022}"/>
- <controls:AddressSelectUserControl SelectValue="AddressSelectUserControl_SelectValue" AddressProperty="{Binding TLSettingInfo.address,Mode=TwoWay}" Canvas.Left="231" Canvas.Top="600" Width="419" Height="34"/>-->
- <!--<Image Canvas.Left="139" Canvas.Top="661" Width="10" Height="10" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png"/>
- <TextBlock Canvas.Left="152" Canvas.Top="654" FontWeight="Medium" Foreground="#707070" FontSize="16" Text="{DynamicResource 0023}"/>
- <customControl:TextBoxCustom Canvas.Left="231" Canvas.Top="649" Width="419" Height="78"
- Text="{Binding TLSettingInfo.remark}" DefeatString="{DynamicResource 0199}" TextWrapping="Wrap" />-->
- <TextBlock x:Name="_message"
- Canvas.Left="152"
- Canvas.Top="763"
- MaxWidth="280"
- FontSize="16"
- FontWeight="Medium"
- Foreground="Red"
- Text=""
- TextWrapping="Wrap" />
- <customControl:ButtonCornerRadius Canvas.Left="446"
- Canvas.Top="759"
- Width="104"
- Height="56"
- Click="Cancel_Click"
- Content="{DynamicResource 0025}"
- FontSize="14"
- Foreground="#717171"
- IsCancel="True"
- MarginMask="10">
- <customControl:ButtonCornerRadius.Background>
- <ImageBrush ImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CancelButtonIcon1.png" />
- </customControl:ButtonCornerRadius.Background>
- </customControl:ButtonCornerRadius>
- <!--<customControl:ButtonImage Canvas.Left="446" Canvas.Top="759" Width="104" Height="56" Click="Cancel_Click" IsCancel="True" IconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CancelButtonIcon.png" MouseOverIconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CancelButtonMouseOverIcon.png"/>-->
- <customControl:ButtonCornerRadius Canvas.Left="554"
- Canvas.Top="759"
- Width="104"
- Height="56"
- Click="Ok_Click"
- Content="{DynamicResource 0024}"
- FontSize="14"
- IsDefault="True"
- MarginMask="10">
- <customControl:ButtonCornerRadius.Background>
- <ImageBrush ImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/OkButtonIcon1.png" />
- </customControl:ButtonCornerRadius.Background>
- </customControl:ButtonCornerRadius>
- <!--<customControl:ButtonImage Canvas.Left="554" Canvas.Top="759" Width="104" Height="56" Click="Ok_Click" IsDefault="True" IconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/OkButtonIcon.png" MouseOverIconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/OkButtonMouseOverIcon.png"/>-->
- </Canvas>
- </Window>
|