Init
This commit is contained in:
commit
5e9ac89dcd
191 changed files with 4167 additions and 0 deletions
16
__history/DBKonverter.dpr.~4~
Normal file
16
__history/DBKonverter.dpr.~4~
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
program DBKonverter;
|
||||
|
||||
uses
|
||||
Vcl.Forms,
|
||||
Unit1 in 'Unit1.pas' {main},
|
||||
Vcl.Themes,
|
||||
Vcl.Styles;
|
||||
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
Application.Initialize;
|
||||
Application.MainFormOnTaskbar := True;
|
||||
Application.CreateForm(Tmain, main);
|
||||
Application.Run;
|
||||
end.
|
||||
Loading…
Add table
Add a link
Reference in a new issue