extra_demo_fullscreen.pas

来自「themeengine6源码」· PAS 代码 · 共 33 行

PAS
33
字号
unit extra_demo_FullScreen;

interface

uses
  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
  Dialogs, te_controls, te_extra_Effect_Controls, te_extended, te_dialogs,
  te_stddialogs;

type
  TfrmFullScreen = class(TForm)
    TeFullScreenForm1: TTeFullScreenForm;
    TeSimpleToolBar1: TTeSimpleToolBar;
    TeEffectSpeedButton1: TTeEffectSpeedButton;
    TeEffectSpeedButton2: TTeEffectSpeedButton;
    TeEffectSpeedButton3: TTeEffectSpeedButton;
    TeEffectSpeedButton4: TTeEffectSpeedButton;
    SavePicture: TTeSavePictureDialog;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  frmFullScreen: TfrmFullScreen;

implementation

{$R *.dfm}

end.

⌨️ 快捷键说明

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