📄 timeleft.pas
字号:
unit timeleft;
interface
uses
Classes, Controls, Forms, Gauges, StdCtrls, Buttons, CoolGauge, ExtCtrls;
type
TfrmTimeLeft = class(TForm)
bvlWhite: TBevel;
bvlBlack: TBevel;
cggTimeWhite: TCoolGauge;
cggTimeBlack: TCoolGauge;
lblWhiteCaption: TLabel;
lblBlackCaption: TLabel;
btnClose: TBitBtn;
ggeTimeWhite: TGauge;
ggeTimeBlack: TGauge;
private
{ Private declarations }
public
{ Public declarations }
end;
var
frmTimeLeft: TfrmTimeLeft;
implementation
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -