products/sources/formale Sprachen/Delphi/Elbe 1.0/Sources image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

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

Datei: Columbo.dpr   Sprache: Delphi

program Columbo;

uses
  Forms,
  SysUtils,
  Windows,
  AboutBox in 'AboutBox.pas',
  language in 'language.pas',
  Command in 'Command.pas',
  Graphs in 'Graphs.pas',
  MemTree in 'MemTree.pas',
  Lizenz in 'Lizenz.pas' {Aktivform},
  MDIClass in 'MDIClass.pas',
  OwnUtils in 'OwnUtils.pas',
  Natural in 'Natural.pas',
  OptionClass in 'OptionClass.pas' {OptionDialog},
  Sample in 'Sample.pas' {Samples},
  PreProcessing in 'PreProcessing.pas',
  PrintDialogEx in 'PrintDialogEx.pas',
  ThreadExecute in 'ThreadExecute.pas',
  Splash in 'Splash.pas' {SplashForm},
  StatusThread in 'StatusThread.pas',
  GenDefs in '..\..\Delphi Utilities\GenDefs.pas',
  Utilities in '..\..\Delphi Utilities\Utilities.pas',
  OptionClassGen in '..\..\Delphi Utilities\OptionClassGen.pas' {OptionDialogGen},
  Frame11 in 'Frame11.pas' {Frame1: TFrame},
  ColorDialog in 'ColorDialog.pas' {ColorForm},
  Frame22 in 'Frame22.pas' {Frame2: TFrame},
  Frame33 in 'Frame33.pas' {Frame3: TFrame},
  Modeler in 'Modeler.pas' {ModelFrame},
  SearchReplace in 'SearchReplace.pas',
  Fullscreen in 'Fullscreen.pas' {FullScreen1};

{$R *.res}
//----------------------------------------------------------------------------
//Main
//----------------------------------------------------------------------------
begin
  Application.Initialize;
  preprocess(Title_Columbo);
  Application.MainFormOnTaskbar:=true;
  Application.CreateForm(TModelFrame, ModelFrame);
  Application.Run;
  PostProcess();
  //grrr das muß hier sein, wegen system32//ntdll.dll
  ExitProcess(0);
end.

//----------------------------------------------------------------------------
//Ende dieser Quelle
//----------------------------------------------------------------------------


¤ Dauer der Verarbeitung: 0.37 Sekunden  (vorverarbeitet)  ¤





Download des
Quellennavigators
Download des
sprechenden Kalenders

in der Quellcodebibliothek suchen




Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.


Bemerkung:

Die farbliche Syntaxdarstellung ist noch experimentell.


Bot Zugriff