bars.pas

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

PAS
59
字号
unit bars;

interface

uses
  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
  te_controls, ExtCtrls;

type
  TfrmBars = class(TForm)
    SeSkinForm1: TTeForm;
    TeExplorerBar1: TTeExplorerBar;
    ep83513568: TTeHeaderPanel;
    ep83530536: TTeHeaderPanel;
    ep83543076: TTeHeaderPanel;
    ep83550192: TTeHeaderPanel;
    TeOutlookBar1: TTeOutlookBar;
    btn82897156: TTeOutlookBarButton;
    tp37931992: TTeOutlookBarPanel;
    btn83568384: TTeOutlookBarButton;
    tp83083912: TTeOutlookBarPanel;
    btn82898320: TTeOutlookBarButton;
    tp83008848: TTeOutlookBarPanel;
    btn83618540: TTeOutlookBarButton;
    tp83570704: TTeOutlookBarPanel;
    TeButtonBar1: TTeButtonBar;
    TeSpeedButton1: TTeSpeedButton;
    TeSpeedButton2: TTeSpeedButton;
    TeSpeedButton3: TTeSpeedButton;
    TeButtonBar2: TTeButtonBar;
    TeSpeedButton4: TTeSpeedButton;
    TeSpeedButton5: TTeSpeedButton;
    TeSpeedButton6: TTeSpeedButton;
    TeSpeedButton7: TTeSpeedButton;
    TeButtonBar3: TTeButtonBar;
    TeSpeedButton8: TTeSpeedButton;
    TeSpeedButton9: TTeSpeedButton;
    TeSpeedButton10: TTeSpeedButton;
    TeSpeedButton11: TTeSpeedButton;
    TeSpeedButton12: TTeSpeedButton;
    TeLabel1: TTeLabel;
    TeLabel2: TTeLabel;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  frmBars: TfrmBars;

implementation

uses Main;

{$R *.DFM}

end.

⌨️ 快捷键说明

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