drawthrd.pas
来自「在深度历险网站上发布的所有delphi程序原码。对初学delphi者很有用。」· PAS 代码 · 共 11 行
PAS
11 行
unit drawthrd;
interface
uses
Classes, Windows, Forms, SysUtils, Graphics, Registry, Math;
type
TDrawThread = class(TThread)
private
FWnd: HWND; // 棵辊玂臔笲
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?