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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...