Untersuchungsergebnis.~pas Download desPVS {PVS[73] Cobol[83] C[111]}zum Wurzelverzeichnis wechseln
unit reSplash;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls,
Forms, Dialogs, StdCtrls, ExtCtrls;
type
TSplashForm = class(TForm)
Panel1: TPanel;
Label3: TLabel;
Bevel1: TBevel;
Label1: TLabel;
Image1: TImage;
end;
var
SplashForm: TSplashForm;
implementation
{$R *.dfm}
end.
[ zur Elbe Produktseite wechseln0.79Quellennavigators
]