📄 autoalarm.~pas
字号:
unit AutoAlarm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
base, Buttons, ExtCtrls, StdCtrls;
type
TFrm_AutoAlarm = class(TFrm_Base)
pnl1: TPanel;
CheckBox1: TCheckBox;
Panel1: TPanel;
Label1: TLabel;
Label2: TLabel;
Panel2: TPanel;
Label3: TLabel;
Panel3: TPanel;
Label4: TLabel;
Image1: TImage;
SpeedButton1: TSpeedButton;
SpeedButton2: TSpeedButton;
SpeedButton3: TSpeedButton;
SpeedButton4: TSpeedButton;
Bevel1: TBevel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Frm_AutoAlarm: TFrm_AutoAlarm;
implementation
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -