program erotatep;

uses
  Forms,
  erotates in 'erotates.pas' {Form1},
  Erotaind in 'Erotaind.pas';

{$R *.RES}

begin
  Application.Initialize;
  Application.CreateForm(TForm1, Form1);
  Application.Run;
end.
