V5.7
This commit is contained in:
22
UnitFrame1.pas
Normal file
22
UnitFrame1.pas
Normal file
@@ -0,0 +1,22 @@
|
||||
unit UnitFrame1;
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
|
||||
Dialogs, StdCtrls;
|
||||
|
||||
type
|
||||
TFrame1 = class(TFrame)
|
||||
Label1: TLabel;
|
||||
private
|
||||
{ Déclarations privées }
|
||||
public
|
||||
{ Déclarations publiques }
|
||||
end;
|
||||
|
||||
implementation
|
||||
|
||||
{$R *.dfm}
|
||||
|
||||
end.
|
||||
Reference in New Issue
Block a user