📄 bars.pas
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -