This commit is contained in:
@@ -148,12 +148,12 @@ WHERE username = 'admin'; -- 修改为对应的用户名";
|
|||||||
MessageBoxButtons.OK, MessageBoxIcon.Information);
|
MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||||
}
|
}
|
||||||
|
|
||||||
[STAThread]
|
//[STAThread]
|
||||||
static void Main()
|
//static void Main()
|
||||||
{
|
//{
|
||||||
Application.EnableVisualStyles();
|
// Application.EnableVisualStyles();
|
||||||
Application.SetCompatibleTextRenderingDefault(false);
|
// Application.SetCompatibleTextRenderingDefault(false);
|
||||||
Application.Run(new PasswordGenerator());
|
// Application.Run(new PasswordGenerator());
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -128,13 +128,45 @@
|
|||||||
<Compile Include="CommonDefs.cs" />
|
<Compile Include="CommonDefs.cs" />
|
||||||
<Compile Include="DATA\BoolSign.cs" />
|
<Compile Include="DATA\BoolSign.cs" />
|
||||||
<Compile Include="DATA\ConductividyClass.cs" />
|
<Compile Include="DATA\ConductividyClass.cs" />
|
||||||
|
<Compile Include="DATA\DatabaseInitializer.cs" />
|
||||||
<Compile Include="DATA\DataChange.cs" />
|
<Compile Include="DATA\DataChange.cs" />
|
||||||
<Compile Include="DATA\FormManager.cs" />
|
<Compile Include="DATA\FormManager.cs" />
|
||||||
<Compile Include="DATA\Function.cs" />
|
<Compile Include="DATA\Function.cs" />
|
||||||
<Compile Include="DATA\keyboard.cs" />
|
<Compile Include="DATA\keyboard.cs" />
|
||||||
<Compile Include="DATA\LoginData.cs" />
|
<Compile Include="DATA\LoginData.cs" />
|
||||||
|
<Compile Include="DATA\LoginDebugHelper.cs" />
|
||||||
<Compile Include="DATA\ModbusResourceManager.cs" />
|
<Compile Include="DATA\ModbusResourceManager.cs" />
|
||||||
|
<Compile Include="DATA\PasswordGenerator.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="DATA\PasswordHelper.cs" />
|
||||||
<Compile Include="DATA\PLC_Data.cs" />
|
<Compile Include="DATA\PLC_Data.cs" />
|
||||||
|
<Compile Include="DATA\User.cs" />
|
||||||
|
<Compile Include="DATA\UserRepository.cs" />
|
||||||
|
<Compile Include="Forms\ChangePasswordForm.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\ChangePasswordForm.Designer.cs">
|
||||||
|
<DependentUpon>ChangePasswordForm.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\LoginForm.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\LoginForm.Designer.cs">
|
||||||
|
<DependentUpon>LoginForm.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\UserEditForm.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\UserEditForm.Designer.cs">
|
||||||
|
<DependentUpon>UserEditForm.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\UserManagerForm.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\UserManagerForm.Designer.cs">
|
||||||
|
<DependentUpon>UserManagerForm.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
<Compile Include="ScanImport.cs">
|
<Compile Include="ScanImport.cs">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
@@ -158,6 +190,9 @@
|
|||||||
<EmbeddedResource Include="Coeffiicientsetting.resx">
|
<EmbeddedResource Include="Coeffiicientsetting.resx">
|
||||||
<DependentUpon>Coeffiicientsetting.cs</DependentUpon>
|
<DependentUpon>Coeffiicientsetting.cs</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Forms\LoginForm.resx">
|
||||||
|
<DependentUpon>LoginForm.cs</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="ScanImport.resx">
|
<EmbeddedResource Include="ScanImport.resx">
|
||||||
<DependentUpon>ScanImport.cs</DependentUpon>
|
<DependentUpon>ScanImport.cs</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
|||||||
Reference in New Issue
Block a user