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

Quelle  Agenda13.dpr

  Sprache: Delphi
 

program Agenda13;

uses
  Forms, Windows, Dialogs,
  Utilities in 'Utilities.pas',
  Feedback in 'Feedback.pas' {Feedform},
  reabout in 'reabout.pas'   {AboutBox},
  reAlert in 'reAlert.pas'   {AlertBox},
  reEditor in 'reEditor.pas' {Editor},
  reLang in 'reLang.pas'     {LangBox},
  reAgenda in 'reAgenda.pas' {MainForm1},
  reOption in 'reOption.pas' {OptionBox},
  reSounds in 'reSounds.pas' {SoundsBox},
  reSpeech in 'reSpeech.pas' {SpeechBox},
  reSplash in 'reSplash.pas' {SplashForm},
  reThreads in 'reThreads.pas',
  reThreads2 in 'reThreads2.pas',
  reThreads3 in 'reThreads3.pas',
  DBAccess in 'DBAccess.pas',
  MailData in 'MailData.pas' {MailForm},
  SpeechLib_TLB in '..\..\..\externer Code Agenda und Columbo\Speech Delphi 7 package\SpeechLib_TLB.pas';

{$R *.res}
var
  Mutex : THandle;
begin
  Mutex := CreateMutex(nil, False, PChar(AppName));
  if (Mutex = 0) OR (GetLastError = ERROR_ALREADY_EXISTS) then
  begin
    ShowMessage(' :-(  ');
  end else  begin
    Application.Initialize;
    Application.Title    := 'Agenda';
    Application.HelpFile := 'agenda.hlp';
    Application.CreateForm(TMainForm1, MainForm1);
    Application.Run;
  end;
  MainForm1.Free;
  ExitProcess(0);
  //TerminateProcess(0,0);
end.

Messung V0.5 in Prozent
C=98 H=100 G=98

¤ Dauer der Verarbeitung: 0.22 Sekunden  (vorverarbeitet am  2026-05-02) ¤

*© 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.