autoalarm.~pas
来自「我觉得是很好的一个程序是关于房产中介的管理系统包跨哦出租出售求租求售的」· ~PAS 代码 · 共 40 行
~PAS
40 行
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 + =
减小字号Ctrl + -
显示快捷键?