📄 lang.formviewabout.inc
字号:
Caption:= MsgCaption(410);
btnOk.Caption:= MsgCaption(350);
labLicense.Caption:= MsgCaption(416);
{$ifdef PRO}
labCaption.Caption:= labCaption.Caption + ' Pro';
ShowRegistrationInfo(Self);
Height:= Height - PanelCredits.Height;
PanelCredits.Visible:= false;
{$else}
labCaption.Caption:= labCaption.Caption + ' Free';
labCredits.Caption:= MsgCaption(412);
Height:= Height - PanelReg.Height;
PanelReg.Visible:= false;
{$endif}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -