copyfileunit.pas
来自「教学管理系统源代码」· PAS 代码 · 共 23 行
PAS
23 行
unit copyfileUnit;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls,
StdCtrls, ExtCtrls, Forms, ComCtrls;
type
TcopyfileForm = class(TForm)
Animate1: TAnimate;
Label1: TLabel;
end;
var
copyfileForm: TcopyfileForm;
implementation
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?