ltwork 1 سال پیش
والد
کامیت
6f20bcbaf9

+ 2 - 2
BlankApp1/BlankApp1/PLCTool.csproj

@@ -5,8 +5,8 @@
     <UseWPF>true</UseWPF>
     <UseWindowsForms>True</UseWindowsForms>
     <ApplicationIcon>bin\Debug\net6.0-windows\Images\TB0228.ico</ApplicationIcon>
-	<AssemblyVersion>2.0.0.1</AssemblyVersion>
-	<FileVersion>2.0.0.1</FileVersion>
+	<AssemblyVersion>2.0.0.2</AssemblyVersion>
+	<FileVersion>2.0.0.2</FileVersion>
   </PropertyGroup>
   <ItemGroup>
     <None Remove="Assets\Fonts\iconfont.ttf" />

+ 1 - 1
BlankApp1/BlankApp1/Views/SystemManageView/Dialogs/AddEditUserView.xaml

@@ -40,7 +40,7 @@ DockPanel.Dock="Top" Cursor="IBeam">
             </PasswordBox>
         </StackPanel>
         <StackPanel Orientation="Horizontal" Grid.Row="3" HorizontalAlignment="Center">
-            <TextBlock Text="密码:"  Style="{StaticResource NormalTextBlockStyle}" Margin="10,0,5,0" TextAlignment="Right" Width="80"/>
+            <TextBlock Text="确认密码:"  Style="{StaticResource NormalTextBlockStyle}" Margin="10,0,5,0" TextAlignment="Right" Width="80"/>
             <!--<ComboBox  Height="28" Width="120" ItemsSource="{Binding PLCVars}" SelectedItem="{Binding SelectPLCVar}" />-->
             <PasswordBox Margin="0,10" Width="120" Height="28" pass:PassWordExtensions.PassWord="{Binding PassWordAgain, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
                 DockPanel.Dock="Top" Cursor="IBeam">