📄 re2bmp.dpr
字号:
// By Peter Beyersdorf, Hannover 1997 - Freeware! - Enjoy! - Use at own risk!
//
// for Delphi 2
//
// Demonstrates, how the contents of the client-area of a control can be turned
// into a bitmap. Control must be completly visible. This is an answer to a
// question posted in CompuServe's German language 'Borland GmbH'-Forum.
//
// Email: beyersdorf@compuserve.com
// WWW: http://members.aol.com/beyersdorf/index.html
program RE2BMP;
uses
Forms,
RE2BMPF in 'RE2BMPF.pas' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -