BSOne.SFC/EM.Lib/PNGComponents/Tests/PngBtnTest/Unit1.pas

26 lines
403 B
Plaintext

unit Unit1;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.Buttons, PngSpeedButton;
type
TForm1 = class(TForm)
BtnAuditReport: TPngSpeedButton;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.dfm}
end.