Jump to content

Change language and theme in ServerPanel


artem_niko

Recommended Posts

You can make descendant from the TServerControlPanelForm (module uniGUIServerCP). And add in the OnCreate event any translation code:

 with UniStringGrid1 do
 begin
  ColWidths[0] := 180;
  Cells[1, 0]  := 'Текущий';
  Cells[2, 0]  := 'Пик';
  Cells[3, 0]  := 'Макс';
 

Also in your descendant form any modification is possisble.

  • Like 1
Link to comment
Share on other sites

18 hours ago, Tokay said:

You can make descendant from the TServerControlPanelForm (module uniGUIServerCP). And add in the OnCreate event any translation code:

 with UniStringGrid1 do
 begin
  ColWidths[0] := 180;
  Cells[1, 0]  := 'Текущий';
  Cells[2, 0]  := 'Пик';
  Cells[3, 0]  := 'Макс';
 

Also in your descendant form any modification is possisble.

Ok, thank's! 

I was modified uniGUIControlLogin.pas and uniGUIServerCP.pas and replace English on Russian, ok.

How about change classic theme?

image.png.498f7c4c7e96542eedca4375561cedf6.png

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...