Changeset 37 for trunk/LazFuckIDE.lpr


Ignore:
Timestamp:
Feb 19, 2012, 9:58:23 AM (12 years ago)
Author:
chronos
Message:
  • Renamed: All forms renamed to UForm prefix.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LazFuckIDE.lpr

    r33 r37  
    1010  Interfaces, // this includes the LCL widgetset
    1111  Forms, UApplicationInfo, UTarget, UTargetC, UTargetDelphi,
    12   UTargetInterpretter, UTargetPHP, UInterpretterForm, UMainForm,
    13   UOptionsForm, CoolTranslator, Common,
    14   TemplateGenerics, UCompilersForm;
     12  UTargetInterpretter, UTargetPHP, UFormCPU, UFormMain,
     13  UFormOptions, CoolTranslator, Common,
     14  TemplateGenerics, UFormTargets, UFormOutput, UFormInput, UFormMemory;
    1515
    1616{$R *.res}
     
    2424  Application.CreateForm(TOptionsForm, OptionsForm);
    2525  Application.CreateForm(TFormCompilers, FormCompilers);
     26  Application.CreateForm(TForm1, Form1);
     27  Application.CreateForm(TForm2, Form2);
     28  Application.CreateForm(TForm3, Form3);
    2629  Application.Run;
    2730end.
Note: See TracChangeset for help on using the changeset viewer.