www.pudn.com > 电话产品防伪伺服系统(tw8).rar > Uform_msg.pas
unit Uform_msg;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;
type
Tform_msg = class(TForm)
Panel1: TPanel;
Label1: TLabel;
Label2: TLabel;
Label3: TLabel;
Label4: TLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
form_msg: Tform_msg;
implementation
{$R *.dfm}
end.