flushunit.pas

来自「很久以前用delphi写的一个SQLServer外部的企业管理器」· PAS 代码 · 共 28 行

PAS
28
字号
unit FlushUnit;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, StdCtrls, ComCtrls;

type
  TFlushForm = class(TForm)
    Label3: TLabel;
    Label1: TLabel;
    Label4: TLabel;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  FlushForm: TFlushForm;

implementation

{$R *.dfm}

end.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?