You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
213 B
Plaintext

program p_ini;
uses
Forms,
u_ini in 'u_ini.pas' {frm_ini};
{$R *.RES}
begin
Application.Initialize;
Application.Title := '´òÓ¡ÉèÖÃ';
Application.CreateForm(Tfrm_ini, frm_ini);
Application.Run;
end.