closefile.pas
来自「串口监控程序,可与UPS进行通信,适合初学者使用」· PAS 代码 · 共 30 行
PAS
30 行
unit closefile;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, RzButton, StdCtrls;
type
Tfclosefile = class(TForm)
Label1: TLabel;
Memo1: TMemo;
Memo2: TMemo;
Label2: TLabel;
RzButton5: TRzButton;
private
{ Private declarations }
public
{ Public declarations }
end;
var
fclosefile: Tfclosefile;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?