lcdv25demo.dpr.svn-base
来自「LCDScreen is a couple of Delphi componen」· SVN-BASE 代码 · 共 19 行
SVN-BASE
19 行
program LCDv25Demo;
uses
Forms,
Main in 'Main.pas' {Form1},
LCDScreen in '..\Source\LCDScreen.pas',
LCDv25Demo_TLB in 'LCDv25Demo_TLB.pas';
{$R *.TLB}
{$R *.RES}
begin
Application.Initialize;
Application.Title := 'TLCDScreen Demo v2.5';
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?