Kalender DFGEN

March 2010
M T W T F S S
« Feb    
1234567
891011121314
15161718192021
22232425262728
293031  

Project DFGEN

Project DFGEN menyatakan modul-modul yang menjadi komponen nyata dari DFGEN, bukan sebagai library atau pustaka.

program DFGen;

uses

Forms,

UUtama in ‘Unit\UUtama.pas’ {fmainboard},

UTipe1 in ‘Unit\UTipe1.pas’ {FTipe1},

U1stOP in ‘Unit\U1stOP.pas’ {f1stop},

MsgConfig in ‘Unit\MsgConfig.pas’ {FMsgConfig},

UExtractword in ‘Unit\UExtractword.pas’,

UFList in ‘Unit\UFList.pas’ {FFList},

UTabel in ‘Unit\UTabel.pas’ {ftabel},

UMySQL in ‘Unit\UMySQL.pas’,

UBtncount in ‘Unit\UBtncount.pas’ {FBtncount},

ModList in ‘Unit\ModList.pas’ {FMList},

Optdeletion in ‘Unit\Optdeletion.pas’ {FDopt},

Prgmer in ‘Unit\Prgmer.pas’ {FPrgmer},

InteraktifForm in ‘Unit\InteraktifForm.pas’ {FGIForm},

IFormDetil in ‘Unit\IFormDetil.pas’ {FDetil},

IFormUtama in ‘Unit\IFormUtama.pas’ {FIUtama},

ProGen in ‘Unit\ProGen.pas’ {FPGen},

CfgGen in ‘Unit\CfgGen.pas’ {FCfgGen},

editor in ‘Unit\editor.pas’ {feditor},

cekdb in ‘Unit\cekdb.pas’ {fcekdb},

MultSub in ‘Unit\MultSub.pas’ {FMultiSub},

MultiCon in ‘Unit\MultiCon.pas’ {FMultiCon},

acclicense in ‘Unit\acclicense.pas’ {faccLicense},

dbsynch in ‘Unit\dbsynch.pas’ {Fdbsynch},

dbtree in ‘Unit\dbtree.pas’ {Fdbtree},

ProgramWords in ‘Unit\ProgramWords.pas’ {FProgWords},

UDFConfig in ‘Unit\UDFConfig.pas’ {FDFConfig},

GlyphLib in ‘Unit\GlyphLib.pas’ {FCfgGliph},

UTipe2 in ‘Unit\UTipe2.pas’ {FTipe2},

dbcheckconsisten in ‘Unit\dbcheckconsisten.pas’ {fdbccons},

resstring in ‘Unit\resstring.pas’ {frstring},

entry in ‘Unit\entry.pas’ {fentry};

{$R *.res}

begin

Application.Initialize;

Application.Title := ‘Database Management Code Generator’;

Application.CreateForm(Tfmainboard, fmainboard);

Application.Run;

end.