update config to latest version
This commit is contained in:
parent
d108816fb6
commit
e286a6cdf3
4 changed files with 417 additions and 432 deletions
|
@ -14,7 +14,7 @@ int WINAPI _tWinMain(HINSTANCE, HINSTANCE, LPTSTR, int)
|
|||
{
|
||||
Application->Initialize();
|
||||
Application->MainFormOnTaskBar = true;
|
||||
TStyleManager::TrySetStyle("Windows10 Blue");
|
||||
TStyleManager::TrySetStyle("Windows10");
|
||||
Application->CreateForm(__classid(TConfigForm), &ConfigForm);
|
||||
Application->Run();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue