Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Delphi/Elbe 1.0/Sources/   (Columbo Version 0.7©)  Datei vom 29.7.2010 mit Größe 1 kB image not shown  

Quelle  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
//----------------------------------------------------------------------------


Messung V0.5
C=98 H=99 G=98

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

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 und die Messung sind noch experimentell.