printshowunit.pas

来自「不可多得的大型公司公资管理系统软件.该系统用DELPHI来实现.」· PAS 代码 · 共 26 行

PAS
26
字号
unit PrintShowUnit;

interface

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

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

var
  PrintShowForm: TPrintShowForm;

implementation
{$R *.DFM}


end.

⌨️ 快捷键说明

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