unit1.pas

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

PAS
43
字号
unit Unit1;

interface

uses
  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
  ComCtrls, te_controls, ImgList, StdCtrls, RVStyle, te_scrolladapt,
  te_switcher, te_engine, TntStdCtrls, RVScroll, RichView, RVEdit,
  VirtualTrees;

type
  TForm1 = class(TForm)
    TeSPageControl1: TTeSPageControl;
    VST: TVirtualStringTree;
    RichViewEdit1: TRichViewEdit;
    TntListBox1: TTntListBox;
    TntMemo1: TTntMemo;
    TeThemeEngine1: TTeThemeEngine;
    TeThemeList1: TTeThemeList;
    TeThemeSwitcher1: TTeThemeSwitcher;
    TeaScrollAdapter1: TTeaScrollAdapter;
    RVStyle1: TRVStyle;
    ListBox1: TListBox;
    Memo1: TMemo;
    TreeView1: TTreeView;
    ListView1: TListView;
    ImageList1: TImageList;
    TeForm1: TTeForm;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  Form1: TForm1;

implementation

{$R *.DFM}

end.

⌨️ 快捷键说明

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