diff --git a/全自动水压检测仪/DATA/PasswordGenerator.cs b/全自动水压检测仪/DATA/PasswordGenerator.cs index b6a61ce..0627759 100644 --- a/全自动水压检测仪/DATA/PasswordGenerator.cs +++ b/全自动水压检测仪/DATA/PasswordGenerator.cs @@ -148,12 +148,12 @@ WHERE username = 'admin'; -- 修改为对应的用户名"; MessageBoxButtons.OK, MessageBoxIcon.Information); } - [STAThread] - static void Main() - { - Application.EnableVisualStyles(); - Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new PasswordGenerator()); - } + //[STAThread] + //static void Main() + //{ + // Application.EnableVisualStyles(); + // Application.SetCompatibleTextRenderingDefault(false); + // Application.Run(new PasswordGenerator()); + //} } } diff --git a/全自动水压检测仪/全自动水压检测仪.csproj b/全自动水压检测仪/全自动水压检测仪.csproj index 14821a9..43a9a58 100644 --- a/全自动水压检测仪/全自动水压检测仪.csproj +++ b/全自动水压检测仪/全自动水压检测仪.csproj @@ -128,13 +128,45 @@ + + + + Form + + + + + + Form + + + ChangePasswordForm.cs + + + Form + + + LoginForm.cs + + + Form + + + UserEditForm.cs + + + Form + + + UserManagerForm.cs + Form @@ -158,6 +190,9 @@ Coeffiicientsetting.cs + + LoginForm.cs + ScanImport.cs