products/sources/formale Sprachen/Delphi/Autor 0.7 image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]

Datei: bedrock2.nix   Sprache: Unknown

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  ]