Changeset 45


Ignore:
Timestamp:
Mar 4, 2012, 9:56:47 AM (12 years ago)
Author:
chronos
Message:
  • Modified: Forms renamed to names with Form prefix.
Location:
trunk/IDE
Files:
24 added
16 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/IDE/Forms/UFormOptions.pas

    r35 r45  
    3434
    3535uses
    36   UMainForm, ULanguages;
     36  UFormMain, ULanguages;
    3737
    3838{ TFormOptions }
     
    4141begin
    4242  if ComboBoxLanguage.ItemIndex <> -1 then
    43     MainForm.CoolTranslator1.Language := TLanguage(ComboBoxLanguage.Items.Objects[ComboBoxLanguage.ItemIndex]);
    44   MainForm.ReopenLastOpenedFile := CheckBoxReopenProject.Checked;
     43    FormMain.CoolTranslator1.Language := TLanguage(ComboBoxLanguage.Items.Objects[ComboBoxLanguage.ItemIndex]);
     44  FormMain.ReopenLastOpenedFile := CheckBoxReopenProject.Checked;
    4545end;
    4646
    4747procedure TFormOptions.FormShow(Sender: TObject);
    4848begin
    49   MainForm.CoolTranslator1.LanguageListToStrings(ComboBoxLanguage.Items);
    50   ComboBoxLanguage.ItemIndex := ComboBoxLanguage.Items.IndexOfObject(MainForm.CoolTranslator1.Language);
     49  FormMain.CoolTranslator1.LanguageListToStrings(ComboBoxLanguage.Items);
     50  ComboBoxLanguage.ItemIndex := ComboBoxLanguage.Items.IndexOfObject(FormMain.CoolTranslator1.Language);
    5151  if ComboBoxLanguage.ItemIndex = -1 then ComboBoxLanguage.ItemIndex := 0;
    52   CheckBoxReopenProject.Checked := MainForm.ReopenLastOpenedFile;
     52  CheckBoxReopenProject.Checked := FormMain.ReopenLastOpenedFile;
    5353end;
    5454
  • trunk/IDE/Forms/UFormTargets.pas

    r42 r45  
    3131
    3232uses
    33   UMainForm, UCompiler, UCompilerSettingsForm, UProducer, UTarget;
     33  UFormMain, UCompiler, UFormCompilerSettings, UProducer, UTarget;
    3434
    3535resourcestring
     
    4646procedure TFormTargets.ListView1Data(Sender: TObject; Item: TListItem);
    4747begin
    48   if (Item.Index >= 0) and (Item.Index < MainForm.Compiler.Targets.Count) then
    49   with TTarget(MainForm.Compiler.Targets[Item.Index]) do begin
     48  if (Item.Index >= 0) and (Item.Index < FormMain.Compiler.Targets.Count) then
     49  with TTarget(FormMain.Compiler.Targets[Item.Index]) do begin
    5050    Item.Caption := Name;
    51     Item.Data := MainForm.Compiler.Targets[Item.Index];
     51    Item.Data := FormMain.Compiler.Targets[Item.Index];
    5252    //Item.SubItems.Add(Producer.CompilerPath);
    5353  end;
     
    5757begin
    5858  if Assigned(ListView1.Selected) then begin
    59     CompilerSettingsForm.LoadFromProducer(TProducer(ListView1.Selected.Data));
    60     if CompilerSettingsForm.ShowModal = mrOk then
    61       CompilerSettingsForm.SaveToProducer(TProducer(ListView1.Selected.Data));
     59    FormCompilerSettings.LoadFromProducer(TProducer(ListView1.Selected.Data));
     60    if FormCompilerSettings.ShowModal = mrOk then
     61      FormCompilerSettings.SaveToProducer(TProducer(ListView1.Selected.Data));
    6262    ReloadList;
    6363  end;
     
    6666procedure TFormTargets.ReloadList;
    6767begin
    68   ListView1.Items.Count := MainForm.Compiler.Targets.Count;
     68  ListView1.Items.Count := FormMain.Compiler.Targets.Count;
    6969  ListView1.Refresh;
    7070end;
  • trunk/IDE/Languages/Transpascal.cs.po

    r44 r45  
    1111
    1212#: taboutform.caption
     13msgctxt "taboutform.caption"
    1314msgid "About"
    1415msgstr "O programu"
    1516
    1617#: taboutform.okbutton.caption
     18msgctxt "taboutform.okbutton.caption"
    1719msgid "OK"
    1820msgstr "OK"
     
    2830
    2931#: tcompilersettingsform.button1.caption
     32msgctxt "tcompilersettingsform.button1.caption"
    3033msgid "Browse"
    3134msgstr "Procházet..."
     
    4750
    4851#: tcompilersettingsform.label1.caption
     52msgctxt "tcompilersettingsform.label1.caption"
    4953msgid "Compiler path:"
    5054msgstr "Cesta překladače:"
     55
     56#: tformabout.caption
     57msgctxt "tformabout.caption"
     58msgid "About"
     59msgstr "O programu"
     60
     61#: tformabout.okbutton.caption
     62msgctxt "tformabout.okbutton.caption"
     63msgid "OK"
     64msgstr "OK"
     65
     66#: tformcodetree.caption
     67msgctxt "tformcodetree.caption"
     68msgid "Code tree"
     69msgstr "Strom kódu"
    5170
    5271#: tformcompilers.caption
     
    6483msgstr "Cesta vykonání"
    6584
     85#: tformcompilersettings.button1.caption
     86msgctxt "tformcompilersettings.button1.caption"
     87msgid "Browse"
     88msgstr "Procházet..."
     89
     90#: tformcompilersettings.buttoncancel.caption
     91msgctxt "tformcompilersettings.buttoncancel.caption"
     92msgid "Cancel"
     93msgstr "Zrušit"
     94
     95#: tformcompilersettings.buttonok.caption
     96msgctxt "tformcompilersettings.buttonok.caption"
     97msgid "Ok"
     98msgstr "Ok"
     99
     100#: tformcompilersettings.caption
     101msgctxt "tformcompilersettings.caption"
     102msgid "Compiler options"
     103msgstr "Volbny překladače"
     104
     105#: tformcompilersettings.label1.caption
     106msgctxt "tformcompilersettings.label1.caption"
     107msgid "Compiler path:"
     108msgstr "Cesta překladače:"
     109
     110#: tformmain.aabout.caption
     111msgctxt "tformmain.aabout.caption"
     112msgid "About..."
     113msgstr "O aplikaci..."
     114
     115#: tformmain.abuild.caption
     116msgctxt "tformmain.abuild.caption"
     117msgid "Build"
     118msgstr "Sestavit"
     119
     120#: tformmain.aexit.caption
     121msgctxt "tformmain.aexit.caption"
     122msgid "Exit"
     123msgstr "Ukončit"
     124
     125#: tformmain.ahomepage.caption
     126msgctxt "tformmain.ahomepage.caption"
     127msgid "Homepage"
     128msgstr "Domovská stránka"
     129
     130#: tformmain.apause.caption
     131msgctxt "tformmain.apause.caption"
     132msgid "Pause"
     133msgstr "Pozastavit"
     134
     135#: tformmain.aprojectclose.caption
     136msgctxt "tformmain.aprojectclose.caption"
     137msgid "Close"
     138msgstr "Zavřít"
     139
     140#: tformmain.aprojectnew.caption
     141msgctxt "tformmain.aprojectnew.caption"
     142msgid "New"
     143msgstr "Nový"
     144
     145#: tformmain.aprojectnew.hint
     146msgctxt "tformmain.aprojectnew.hint"
     147msgid "Create new project"
     148msgstr "Vytvořit nový projekt"
     149
     150#: tformmain.aprojectopen.caption
     151msgctxt "tformmain.aprojectopen.caption"
     152msgid "Open..."
     153msgstr "Otevřít..."
     154
     155#: tformmain.aprojectopen.hint
     156msgctxt "tformmain.aprojectopen.hint"
     157msgid "Open project"
     158msgstr "Otevřít projekt"
     159
     160#: tformmain.aprojectsave.caption
     161msgctxt "tformmain.aprojectsave.caption"
     162msgid "Save"
     163msgstr "Uložit"
     164
     165#: tformmain.aprojectsave.hint
     166msgctxt "tformmain.aprojectsave.hint"
     167msgid "Save project to disk"
     168msgstr "Uložit projekt na disk"
     169
     170#: tformmain.aprojectsaveas.caption
     171msgctxt "tformmain.aprojectsaveas.caption"
     172msgid "Save as..."
     173msgstr "Uložit jako..."
     174
     175#: tformmain.aprojectsaveas.hint
     176msgctxt "tformmain.aprojectsaveas.hint"
     177msgid "Save project with custom name"
     178msgstr "Uložit projekt s vlastním jménem"
     179
     180#: tformmain.areset.caption
     181msgctxt "tformmain.areset.caption"
     182msgid "Reset"
     183msgstr "Vynulovat"
     184
     185#: tformmain.arun.caption
     186msgctxt "tformmain.arun.caption"
     187msgid "Run"
     188msgstr "Spustit"
     189
     190#: tformmain.aruntocursor.caption
     191msgctxt "tformmain.aruntocursor.caption"
     192msgid "Run to cursor"
     193msgstr "Spustit po ukazatel"
     194
     195#: tformmain.astepin.caption
     196msgctxt "tformmain.astepin.caption"
     197msgid "Step in"
     198msgstr "Vejít do"
     199
     200#: tformmain.astepout.caption
     201msgctxt "tformmain.astepout.caption"
     202msgid "Step out"
     203msgstr "Vyjít ven"
     204
     205#: tformmain.astepover.caption
     206msgctxt "tformmain.astepover.caption"
     207msgid "Step over"
     208msgstr "Přejít přes"
     209
     210#: tformmain.astop.caption
     211msgctxt "tformmain.astop.caption"
     212msgid "Stop"
     213msgstr "Zastavit"
     214
     215#: tformmain.aviewcodetree.caption
     216msgctxt "tformmain.aviewcodetree.caption"
     217msgid "Code tree"
     218msgstr "Strom kódu"
     219
     220#: tformmain.aviewcompiledsoruce.caption
     221msgctxt "tformmain.aviewcompiledsoruce.caption"
     222msgid "Compiled source"
     223msgstr "Přeložený zdroj"
     224
     225#: tformmain.aviewmessages.caption
     226msgctxt "tformmain.aviewmessages.caption"
     227msgid "Messages"
     228msgstr "Zprávy"
     229
     230#: tformmain.aviewobjectinspector.caption
     231msgctxt "tformmain.aviewobjectinspector.caption"
     232msgid "Object inspector"
     233msgstr "Inspektor objektů"
     234
     235#: tformmain.aviewoptions.caption
     236msgctxt "tformmain.aviewoptions.caption"
     237msgid "Options"
     238msgstr "Volby"
     239
     240#: tformmain.aviewproject.caption
     241msgctxt "tformmain.aviewproject.caption"
     242msgid "Project manager"
     243msgstr "Správce projektu"
     244
     245#: tformmain.aviewsourceeditor.caption
     246msgctxt "tformmain.aviewsourceeditor.caption"
     247msgid "Source editor"
     248msgstr "Zdrojový editor"
     249
     250#: tformmain.aviewtargets.caption
     251msgctxt "tformmain.aviewtargets.caption"
     252msgid "Targets"
     253msgstr "Cíle"
     254
     255#: tformmain.caption
     256msgctxt "tformmain.caption"
     257msgid "Transpascal IDE"
     258msgstr "Transpascal IDE"
     259
     260#: tformmain.menuitem1.caption
     261msgctxt "tformmain.menuitem1.caption"
     262msgid "Project"
     263msgstr "Projekt"
     264
     265#: tformmain.menuitem12.caption
     266msgctxt "tformmain.menuitem12.caption"
     267msgid "-"
     268msgstr "-"
     269
     270#: tformmain.menuitem15.caption
     271msgctxt "tformmain.menuitem15.caption"
     272msgid "View"
     273msgstr "Zobrazit"
     274
     275#: tformmain.menuitem22.caption
     276msgctxt "tformmain.menuitem22.caption"
     277msgid "-"
     278msgstr "-"
     279
     280#: tformmain.menuitem27.caption
     281msgctxt "tformmain.menuitem27.caption"
     282msgid "-"
     283msgstr "-"
     284
     285#: tformmain.menuitem7.caption
     286msgctxt "tformmain.menuitem7.caption"
     287msgid "Run"
     288msgstr "Spustit"
     289
     290#: tformmain.menuitem9.caption
     291msgctxt "tformmain.menuitem9.caption"
     292msgid "Help"
     293msgstr "Nápověda"
     294
     295#: tformmain.menuitemopenrecent.caption
     296msgctxt "tformmain.menuitemopenrecent.caption"
     297msgid "Open recent"
     298msgstr "Otevřít nedávné"
     299
     300#: tformmain.menuitemproducer.caption
     301msgctxt "tformmain.menuitemproducer.caption"
     302msgid "Target"
     303msgstr "Cíl"
     304
     305#: tformmain.tabsheetbreakpoints.caption
     306msgctxt "tformmain.tabsheetbreakpoints.caption"
     307msgid "Breakpoints"
     308msgstr "Body zastavení"
     309
     310#: tformmain.tabsheetcodetree.caption
     311msgctxt "tformmain.tabsheetcodetree.caption"
     312msgid "Code Tree"
     313msgstr "Strom kódu"
     314
     315#: tformmain.tabsheetcompiledproject.caption
     316msgctxt "tformmain.tabsheetcompiledproject.caption"
     317msgid "Target project"
     318msgstr "Cílový projekt"
     319
     320#: tformmain.tabsheetmessages.caption
     321msgctxt "tformmain.tabsheetmessages.caption"
     322msgid "Messages"
     323msgstr "Zprávy"
     324
     325#: tformmain.tabsheetproject.caption
     326msgctxt "tformmain.tabsheetproject.caption"
     327msgid "Project"
     328msgstr "Projekt"
     329
     330#: tformmain.tabsheetsource.caption
     331msgctxt "tformmain.tabsheetsource.caption"
     332msgid "Source code"
     333msgstr "Zdrojový kód"
     334
     335#: tformmain.tabsheettarget.caption
     336msgctxt "tformmain.tabsheettarget.caption"
     337msgid "Target code"
     338msgstr "Cílový kód"
     339
     340#: tformmessages.caption
     341msgctxt "tformmessages.caption"
     342msgid "Messages"
     343msgstr "Zprávy"
     344
     345#: tformmessages.listview1.columns[0].caption
     346msgctxt "tformmessages.listview1.columns[0].caption"
     347msgid "File"
     348msgstr "Soubor"
     349
     350#: tformmessages.listview1.columns[1].caption
     351msgctxt "tformmessages.listview1.columns[1].caption"
     352msgid "Position"
     353msgstr "Pozice"
     354
     355#: tformmessages.listview1.columns[2].caption
     356msgctxt "tformmessages.listview1.columns[2].caption"
     357msgid "Message"
     358msgstr "Zpráva"
     359
    66360#: tformoptions.buttoncancel.caption
    67361msgctxt "tformoptions.buttoncancel.caption"
     
    102396msgstr "Cesta vykonání"
    103397
     398#: tformproject.caption
     399msgctxt "tformproject.caption"
     400msgid "Project manager"
     401msgstr "Správce projektu"
     402
     403#: tformsourcecode.caption
     404msgctxt "tformsourcecode.caption"
     405msgid "Source code"
     406msgstr "Zdrojový kód"
     407
     408#: tformtargetcode.caption
     409msgctxt "tformtargetcode.caption"
     410msgid "Target code"
     411msgstr "Cílový kód"
     412
    104413#: tformtargets.caption
    105414msgctxt "tformtargets.caption"
     
    118427
    119428#: tmainform.aabout.caption
     429msgctxt "tmainform.aabout.caption"
    120430msgid "About..."
    121431msgstr "O aplikaci..."
    122432
    123433#: tmainform.abuild.caption
     434msgctxt "tmainform.abuild.caption"
    124435msgid "Build"
    125436msgstr "Sestavit"
    126437
    127438#: tmainform.aexit.caption
     439msgctxt "tmainform.aexit.caption"
    128440msgid "Exit"
    129441msgstr "Ukončit"
    130442
    131443#: tmainform.ahomepage.caption
     444msgctxt "tmainform.ahomepage.caption"
    132445msgid "Homepage"
    133446msgstr "Domovská stránka"
    134447
    135448#: tmainform.apause.caption
     449msgctxt "tmainform.apause.caption"
    136450msgid "Pause"
    137451msgstr "Pozastavit"
    138452
    139453#: tmainform.aprojectclose.caption
     454msgctxt "tmainform.aprojectclose.caption"
    140455msgid "Close"
    141456msgstr "Zavřít"
    142457
    143458#: tmainform.aprojectnew.caption
     459msgctxt "tmainform.aprojectnew.caption"
    144460msgid "New"
    145461msgstr "Nový"
    146462
    147463#: tmainform.aprojectnew.hint
     464msgctxt "tmainform.aprojectnew.hint"
    148465msgid "Create new project"
    149466msgstr "Vytvořit nový projekt"
    150467
    151468#: tmainform.aprojectopen.caption
     469msgctxt "tmainform.aprojectopen.caption"
    152470msgid "Open..."
    153471msgstr "Otevřít..."
    154472
    155473#: tmainform.aprojectopen.hint
     474msgctxt "tmainform.aprojectopen.hint"
    156475msgid "Open project"
    157476msgstr "Otevřít projekt"
    158477
    159478#: tmainform.aprojectsave.caption
     479msgctxt "tmainform.aprojectsave.caption"
    160480msgid "Save"
    161481msgstr "Uložit"
    162482
    163483#: tmainform.aprojectsave.hint
     484msgctxt "tmainform.aprojectsave.hint"
    164485msgid "Save project to disk"
    165486msgstr "Uložit projekt na disk"
    166487
    167488#: tmainform.aprojectsaveas.caption
     489msgctxt "tmainform.aprojectsaveas.caption"
    168490msgid "Save as..."
    169491msgstr "Uložit jako..."
    170492
    171493#: tmainform.aprojectsaveas.hint
     494msgctxt "tmainform.aprojectsaveas.hint"
    172495msgid "Save project with custom name"
    173496msgstr "Uložit projekt s vlastním jménem"
    174497
    175498#: tmainform.areset.caption
     499msgctxt "tmainform.areset.caption"
    176500msgid "Reset"
    177501msgstr "Vynulovat"
     
    183507
    184508#: tmainform.aruntocursor.caption
     509msgctxt "tmainform.aruntocursor.caption"
    185510msgid "Run to cursor"
    186511msgstr "Spustit po ukazatel"
    187512
    188513#: tmainform.astepin.caption
     514msgctxt "tmainform.astepin.caption"
    189515msgid "Step in"
    190516msgstr "Vejít do"
    191517
    192518#: tmainform.astepout.caption
     519msgctxt "tmainform.astepout.caption"
    193520msgid "Step out"
    194521msgstr "Vyjít ven"
    195522
    196523#: tmainform.astepover.caption
     524msgctxt "tmainform.astepover.caption"
    197525msgid "Step over"
    198526msgstr "Přejít přes"
    199527
    200528#: tmainform.astop.caption
     529msgctxt "tmainform.astop.caption"
    201530msgid "Stop"
    202531msgstr "Zastavit"
    203532
    204533#: tmainform.aviewcodetree.caption
     534msgctxt "tmainform.aviewcodetree.caption"
    205535msgid "Code tree"
    206536msgstr "Strom kódu"
     
    232562
    233563#: tmainform.aviewsourceeditor.caption
     564msgctxt "tmainform.aviewsourceeditor.caption"
    234565msgid "Source editor"
    235566msgstr "Zdrojový editor"
     
    241572
    242573#: tmainform.caption
     574msgctxt "tmainform.caption"
    243575msgid "Transpascal IDE"
    244576msgstr "Transpascal IDE"
     
    255587
    256588#: tmainform.menuitem15.caption
     589msgctxt "tmainform.menuitem15.caption"
    257590msgid "View"
    258591msgstr "Zobrazit"
     
    274607
    275608#: tmainform.menuitem9.caption
     609msgctxt "tmainform.menuitem9.caption"
    276610msgid "Help"
    277611msgstr "Nápověda"
    278612
    279613#: tmainform.menuitemopenrecent.caption
     614msgctxt "tmainform.menuitemopenrecent.caption"
    280615msgid "Open recent"
    281616msgstr "Otevřít nedávné"
     
    283618#: tmainform.menuitemproducer.caption
    284619#| msgid "Producer"
     620msgctxt "tmainform.menuitemproducer.caption"
    285621msgid "Target"
    286622msgstr "Cíl"
    287623
    288624#: tmainform.tabsheetbreakpoints.caption
     625msgctxt "tmainform.tabsheetbreakpoints.caption"
    289626msgid "Breakpoints"
    290627msgstr "Body zastavení"
     
    296633
    297634#: tmainform.tabsheetcompiledproject.caption
     635msgctxt "tmainform.tabsheetcompiledproject.caption"
    298636msgid "Target project"
    299637msgstr "Cílový projekt"
     
    315653
    316654#: tmainform.tabsheettarget.caption
     655msgctxt "tmainform.tabsheettarget.caption"
    317656msgid "Target code"
    318657msgstr "Cílový kód"
     
    324663
    325664#: tmessagesform.listview1.columns[0].caption
     665msgctxt "tmessagesform.listview1.columns[0].caption"
    326666msgid "File"
    327667msgstr "Soubor"
    328668
    329669#: tmessagesform.listview1.columns[1].caption
     670msgctxt "tmessagesform.listview1.columns[1].caption"
    330671msgid "Position"
    331672msgstr "Pozice"
    332673
    333674#: tmessagesform.listview1.columns[2].caption
     675msgctxt "tmessagesform.listview1.columns[2].caption"
    334676msgid "Message"
    335677msgstr "Zpráva"
     
    341683
    342684#: uaboutform.sapplicationname
     685msgctxt "uaboutform.sapplicationname"
    343686msgid "Application name"
    344687msgstr "Jméno aplikace"
    345688
    346689#: uaboutform.semail
     690msgctxt "uaboutform.semail"
    347691msgid "E-mail"
    348692msgstr "E-mail"
    349693
    350694#: uaboutform.smanufacturer
     695msgctxt "uaboutform.smanufacturer"
    351696msgid "Company"
    352697msgstr "Společnost"
    353698
    354699#: uaboutform.sreleasedate
     700msgctxt "uaboutform.sreleasedate"
    355701msgid "Release date"
    356702msgstr "Datum uvolnění"
    357703
    358704#: uaboutform.sversion
     705msgctxt "uaboutform.sversion"
    359706msgid "Version"
    360707msgstr "Verze"
     
    370717msgstr "Cesta překladače"
    371718
     719#: uformabout.sapplicationname
     720msgctxt "uformabout.sapplicationname"
     721msgid "Application name"
     722msgstr "Jméno aplikace"
     723
     724#: uformabout.semail
     725msgctxt "uformabout.semail"
     726msgid "E-mail"
     727msgstr "E-mail"
     728
     729#: uformabout.smanufacturer
     730msgctxt "uformabout.smanufacturer"
     731msgid "Company"
     732msgstr "Společnost"
     733
     734#: uformabout.sreleasedate
     735msgctxt "uformabout.sreleasedate"
     736msgid "Release date"
     737msgstr "Datum uvolnění"
     738
     739#: uformabout.sversion
     740msgctxt "uformabout.sversion"
     741msgid "Version"
     742msgstr "Verze"
     743
     744#: uformmain.snewproject
     745msgctxt "uformmain.snewproject"
     746msgid "New project"
     747msgstr "Nový projekt"
     748
    372749#: uformtargets.scompileroptions
    373750msgctxt "uformtargets.scompileroptions"
     
    381758
    382759#: umainform.snewproject
     760msgctxt "umainform.snewproject"
    383761msgid "New project"
    384762msgstr "Nový projekt"
  • trunk/IDE/Languages/Transpascal.po

    r43 r45  
    33
    44#: taboutform.caption
     5msgctxt "taboutform.caption"
    56msgid "About"
    67msgstr ""
    78
    89#: taboutform.okbutton.caption
     10msgctxt "taboutform.okbutton.caption"
    911msgid "OK"
    1012msgstr ""
     
    2022
    2123#: tcompilersettingsform.button1.caption
     24msgctxt "tcompilersettingsform.button1.caption"
    2225msgid "Browse"
    2326msgstr ""
     
    3942
    4043#: tcompilersettingsform.label1.caption
     44msgctxt "tcompilersettingsform.label1.caption"
    4145msgid "Compiler path:"
     46msgstr ""
     47
     48#: tformabout.caption
     49msgctxt "TFORMABOUT.CAPTION"
     50msgid "About"
     51msgstr ""
     52
     53#: tformabout.okbutton.caption
     54msgctxt "TFORMABOUT.OKBUTTON.CAPTION"
     55msgid "OK"
     56msgstr ""
     57
     58#: tformcodetree.caption
     59msgctxt "TFORMCODETREE.CAPTION"
     60msgid "Code tree"
    4261msgstr ""
    4362
     
    5675msgstr ""
    5776
     77#: tformcompilersettings.button1.caption
     78msgctxt "TFORMCOMPILERSETTINGS.BUTTON1.CAPTION"
     79msgid "Browse"
     80msgstr ""
     81
     82#: tformcompilersettings.buttoncancel.caption
     83msgctxt "TFORMCOMPILERSETTINGS.BUTTONCANCEL.CAPTION"
     84msgid "Cancel"
     85msgstr ""
     86
     87#: tformcompilersettings.buttonok.caption
     88msgctxt "TFORMCOMPILERSETTINGS.BUTTONOK.CAPTION"
     89msgid "Ok"
     90msgstr ""
     91
     92#: tformcompilersettings.caption
     93msgctxt "TFORMCOMPILERSETTINGS.CAPTION"
     94msgid "Compiler options"
     95msgstr ""
     96
     97#: tformcompilersettings.label1.caption
     98msgctxt "TFORMCOMPILERSETTINGS.LABEL1.CAPTION"
     99msgid "Compiler path:"
     100msgstr ""
     101
     102#: tformmain.aabout.caption
     103msgctxt "TFORMMAIN.AABOUT.CAPTION"
     104msgid "About..."
     105msgstr ""
     106
     107#: tformmain.abuild.caption
     108msgctxt "TFORMMAIN.ABUILD.CAPTION"
     109msgid "Build"
     110msgstr ""
     111
     112#: tformmain.aexit.caption
     113msgctxt "TFORMMAIN.AEXIT.CAPTION"
     114msgid "Exit"
     115msgstr ""
     116
     117#: tformmain.ahomepage.caption
     118msgctxt "TFORMMAIN.AHOMEPAGE.CAPTION"
     119msgid "Homepage"
     120msgstr ""
     121
     122#: tformmain.apause.caption
     123msgctxt "TFORMMAIN.APAUSE.CAPTION"
     124msgid "Pause"
     125msgstr ""
     126
     127#: tformmain.aprojectclose.caption
     128msgctxt "TFORMMAIN.APROJECTCLOSE.CAPTION"
     129msgid "Close"
     130msgstr ""
     131
     132#: tformmain.aprojectnew.caption
     133msgctxt "TFORMMAIN.APROJECTNEW.CAPTION"
     134msgid "New"
     135msgstr ""
     136
     137#: tformmain.aprojectnew.hint
     138msgctxt "TFORMMAIN.APROJECTNEW.HINT"
     139msgid "Create new project"
     140msgstr ""
     141
     142#: tformmain.aprojectopen.caption
     143msgctxt "TFORMMAIN.APROJECTOPEN.CAPTION"
     144msgid "Open..."
     145msgstr ""
     146
     147#: tformmain.aprojectopen.hint
     148msgctxt "TFORMMAIN.APROJECTOPEN.HINT"
     149msgid "Open project"
     150msgstr ""
     151
     152#: tformmain.aprojectsave.caption
     153msgctxt "TFORMMAIN.APROJECTSAVE.CAPTION"
     154msgid "Save"
     155msgstr ""
     156
     157#: tformmain.aprojectsave.hint
     158msgctxt "TFORMMAIN.APROJECTSAVE.HINT"
     159msgid "Save project to disk"
     160msgstr ""
     161
     162#: tformmain.aprojectsaveas.caption
     163msgctxt "TFORMMAIN.APROJECTSAVEAS.CAPTION"
     164msgid "Save as..."
     165msgstr ""
     166
     167#: tformmain.aprojectsaveas.hint
     168msgctxt "TFORMMAIN.APROJECTSAVEAS.HINT"
     169msgid "Save project with custom name"
     170msgstr ""
     171
     172#: tformmain.areset.caption
     173msgctxt "TFORMMAIN.ARESET.CAPTION"
     174msgid "Reset"
     175msgstr ""
     176
     177#: tformmain.arun.caption
     178msgctxt "TFORMMAIN.ARUN.CAPTION"
     179msgid "Run"
     180msgstr ""
     181
     182#: tformmain.aruntocursor.caption
     183msgctxt "TFORMMAIN.ARUNTOCURSOR.CAPTION"
     184msgid "Run to cursor"
     185msgstr ""
     186
     187#: tformmain.astepin.caption
     188msgctxt "TFORMMAIN.ASTEPIN.CAPTION"
     189msgid "Step in"
     190msgstr ""
     191
     192#: tformmain.astepout.caption
     193msgctxt "TFORMMAIN.ASTEPOUT.CAPTION"
     194msgid "Step out"
     195msgstr ""
     196
     197#: tformmain.astepover.caption
     198msgctxt "TFORMMAIN.ASTEPOVER.CAPTION"
     199msgid "Step over"
     200msgstr ""
     201
     202#: tformmain.astop.caption
     203msgctxt "TFORMMAIN.ASTOP.CAPTION"
     204msgid "Stop"
     205msgstr ""
     206
     207#: tformmain.aviewcodetree.caption
     208msgctxt "TFORMMAIN.AVIEWCODETREE.CAPTION"
     209msgid "Code tree"
     210msgstr ""
     211
     212#: tformmain.aviewcompiledsoruce.caption
     213msgctxt "TFORMMAIN.AVIEWCOMPILEDSORUCE.CAPTION"
     214msgid "Compiled source"
     215msgstr ""
     216
     217#: tformmain.aviewmessages.caption
     218msgctxt "TFORMMAIN.AVIEWMESSAGES.CAPTION"
     219msgid "Messages"
     220msgstr ""
     221
     222#: tformmain.aviewobjectinspector.caption
     223msgctxt "TFORMMAIN.AVIEWOBJECTINSPECTOR.CAPTION"
     224msgid "Object inspector"
     225msgstr ""
     226
     227#: tformmain.aviewoptions.caption
     228msgctxt "TFORMMAIN.AVIEWOPTIONS.CAPTION"
     229msgid "Options"
     230msgstr ""
     231
     232#: tformmain.aviewproject.caption
     233msgctxt "TFORMMAIN.AVIEWPROJECT.CAPTION"
     234msgid "Project manager"
     235msgstr ""
     236
     237#: tformmain.aviewsourceeditor.caption
     238msgctxt "TFORMMAIN.AVIEWSOURCEEDITOR.CAPTION"
     239msgid "Source editor"
     240msgstr ""
     241
     242#: tformmain.aviewtargets.caption
     243msgctxt "TFORMMAIN.AVIEWTARGETS.CAPTION"
     244msgid "Targets"
     245msgstr ""
     246
     247#: tformmain.caption
     248msgctxt "TFORMMAIN.CAPTION"
     249msgid "Transpascal IDE"
     250msgstr ""
     251
     252#: tformmain.menuitem1.caption
     253msgctxt "TFORMMAIN.MENUITEM1.CAPTION"
     254msgid "Project"
     255msgstr ""
     256
     257#: tformmain.menuitem12.caption
     258msgctxt "TFORMMAIN.MENUITEM12.CAPTION"
     259msgid "-"
     260msgstr ""
     261
     262#: tformmain.menuitem15.caption
     263msgctxt "TFORMMAIN.MENUITEM15.CAPTION"
     264msgid "View"
     265msgstr ""
     266
     267#: tformmain.menuitem22.caption
     268msgctxt "TFORMMAIN.MENUITEM22.CAPTION"
     269msgid "-"
     270msgstr ""
     271
     272#: tformmain.menuitem27.caption
     273msgctxt "TFORMMAIN.MENUITEM27.CAPTION"
     274msgid "-"
     275msgstr ""
     276
     277#: tformmain.menuitem7.caption
     278msgctxt "TFORMMAIN.MENUITEM7.CAPTION"
     279msgid "Run"
     280msgstr ""
     281
     282#: tformmain.menuitem9.caption
     283msgctxt "TFORMMAIN.MENUITEM9.CAPTION"
     284msgid "Help"
     285msgstr ""
     286
     287#: tformmain.menuitemopenrecent.caption
     288msgctxt "TFORMMAIN.MENUITEMOPENRECENT.CAPTION"
     289msgid "Open recent"
     290msgstr ""
     291
     292#: tformmain.menuitemproducer.caption
     293msgctxt "TFORMMAIN.MENUITEMPRODUCER.CAPTION"
     294msgid "Target"
     295msgstr ""
     296
     297#: tformmain.tabsheetbreakpoints.caption
     298msgctxt "TFORMMAIN.TABSHEETBREAKPOINTS.CAPTION"
     299msgid "Breakpoints"
     300msgstr ""
     301
     302#: tformmain.tabsheetcodetree.caption
     303msgctxt "TFORMMAIN.TABSHEETCODETREE.CAPTION"
     304msgid "Code Tree"
     305msgstr ""
     306
     307#: tformmain.tabsheetcompiledproject.caption
     308msgctxt "TFORMMAIN.TABSHEETCOMPILEDPROJECT.CAPTION"
     309msgid "Target project"
     310msgstr ""
     311
     312#: tformmain.tabsheetmessages.caption
     313msgctxt "TFORMMAIN.TABSHEETMESSAGES.CAPTION"
     314msgid "Messages"
     315msgstr ""
     316
     317#: tformmain.tabsheetproject.caption
     318msgctxt "TFORMMAIN.TABSHEETPROJECT.CAPTION"
     319msgid "Project"
     320msgstr ""
     321
     322#: tformmain.tabsheetsource.caption
     323msgctxt "TFORMMAIN.TABSHEETSOURCE.CAPTION"
     324msgid "Source code"
     325msgstr ""
     326
     327#: tformmain.tabsheettarget.caption
     328msgctxt "TFORMMAIN.TABSHEETTARGET.CAPTION"
     329msgid "Target code"
     330msgstr ""
     331
     332#: tformmessages.caption
     333msgctxt "TFORMMESSAGES.CAPTION"
     334msgid "Messages"
     335msgstr ""
     336
     337#: tformmessages.listview1.columns[0].caption
     338msgctxt "TFORMMESSAGES.LISTVIEW1.COLUMNS[0].CAPTION"
     339msgid "File"
     340msgstr ""
     341
     342#: tformmessages.listview1.columns[1].caption
     343msgctxt "TFORMMESSAGES.LISTVIEW1.COLUMNS[1].CAPTION"
     344msgid "Position"
     345msgstr ""
     346
     347#: tformmessages.listview1.columns[2].caption
     348msgctxt "TFORMMESSAGES.LISTVIEW1.COLUMNS[2].CAPTION"
     349msgid "Message"
     350msgstr ""
     351
    58352#: tformoptions.buttoncancel.caption
    59353msgctxt "tformoptions.buttoncancel.caption"
     
    94388msgstr ""
    95389
     390#: tformproject.caption
     391msgctxt "TFORMPROJECT.CAPTION"
     392msgid "Project manager"
     393msgstr ""
     394
     395#: tformsourcecode.caption
     396msgctxt "TFORMSOURCECODE.CAPTION"
     397msgid "Source code"
     398msgstr ""
     399
     400#: tformtargetcode.caption
     401msgctxt "TFORMTARGETCODE.CAPTION"
     402msgid "Target code"
     403msgstr ""
     404
    96405#: tformtargets.caption
    97406msgctxt "tformtargets.caption"
     
    110419
    111420#: tmainform.aabout.caption
     421msgctxt "tmainform.aabout.caption"
    112422msgid "About..."
    113423msgstr ""
    114424
    115425#: tmainform.abuild.caption
     426msgctxt "tmainform.abuild.caption"
    116427msgid "Build"
    117428msgstr ""
    118429
    119430#: tmainform.aexit.caption
     431msgctxt "tmainform.aexit.caption"
    120432msgid "Exit"
    121433msgstr ""
    122434
    123435#: tmainform.ahomepage.caption
     436msgctxt "tmainform.ahomepage.caption"
    124437msgid "Homepage"
    125438msgstr ""
    126439
    127440#: tmainform.apause.caption
     441msgctxt "tmainform.apause.caption"
    128442msgid "Pause"
    129443msgstr ""
    130444
    131445#: tmainform.aprojectclose.caption
     446msgctxt "tmainform.aprojectclose.caption"
    132447msgid "Close"
    133448msgstr ""
    134449
    135450#: tmainform.aprojectnew.caption
     451msgctxt "tmainform.aprojectnew.caption"
    136452msgid "New"
    137453msgstr ""
    138454
    139455#: tmainform.aprojectnew.hint
     456msgctxt "tmainform.aprojectnew.hint"
    140457msgid "Create new project"
    141458msgstr ""
    142459
    143460#: tmainform.aprojectopen.caption
     461msgctxt "tmainform.aprojectopen.caption"
    144462msgid "Open..."
    145463msgstr ""
    146464
    147465#: tmainform.aprojectopen.hint
     466msgctxt "tmainform.aprojectopen.hint"
    148467msgid "Open project"
    149468msgstr ""
    150469
    151470#: tmainform.aprojectsave.caption
     471msgctxt "tmainform.aprojectsave.caption"
    152472msgid "Save"
    153473msgstr ""
    154474
    155475#: tmainform.aprojectsave.hint
     476msgctxt "tmainform.aprojectsave.hint"
    156477msgid "Save project to disk"
    157478msgstr ""
    158479
    159480#: tmainform.aprojectsaveas.caption
     481msgctxt "tmainform.aprojectsaveas.caption"
    160482msgid "Save as..."
    161483msgstr ""
    162484
    163485#: tmainform.aprojectsaveas.hint
     486msgctxt "tmainform.aprojectsaveas.hint"
    164487msgid "Save project with custom name"
    165488msgstr ""
    166489
    167490#: tmainform.areset.caption
     491msgctxt "tmainform.areset.caption"
    168492msgid "Reset"
    169493msgstr ""
     
    175499
    176500#: tmainform.aruntocursor.caption
     501msgctxt "tmainform.aruntocursor.caption"
    177502msgid "Run to cursor"
    178503msgstr ""
    179504
    180505#: tmainform.astepin.caption
     506msgctxt "tmainform.astepin.caption"
    181507msgid "Step in"
    182508msgstr ""
    183509
    184510#: tmainform.astepout.caption
     511msgctxt "tmainform.astepout.caption"
    185512msgid "Step out"
    186513msgstr ""
    187514
    188515#: tmainform.astepover.caption
     516msgctxt "tmainform.astepover.caption"
    189517msgid "Step over"
    190518msgstr ""
    191519
    192520#: tmainform.astop.caption
     521msgctxt "tmainform.astop.caption"
    193522msgid "Stop"
    194523msgstr ""
    195524
    196525#: tmainform.aviewcodetree.caption
     526msgctxt "tmainform.aviewcodetree.caption"
    197527msgid "Code tree"
    198528msgstr ""
     
    224554
    225555#: tmainform.aviewsourceeditor.caption
     556msgctxt "tmainform.aviewsourceeditor.caption"
    226557msgid "Source editor"
    227558msgstr ""
     
    233564
    234565#: tmainform.caption
     566msgctxt "tmainform.caption"
    235567msgid "Transpascal IDE"
    236568msgstr ""
     
    247579
    248580#: tmainform.menuitem15.caption
     581msgctxt "tmainform.menuitem15.caption"
    249582msgid "View"
    250583msgstr ""
     
    266599
    267600#: tmainform.menuitem9.caption
     601msgctxt "tmainform.menuitem9.caption"
    268602msgid "Help"
    269603msgstr ""
    270604
    271605#: tmainform.menuitemopenrecent.caption
     606msgctxt "tmainform.menuitemopenrecent.caption"
    272607msgid "Open recent"
    273608msgstr ""
    274609
    275610#: tmainform.menuitemproducer.caption
     611msgctxt "tmainform.menuitemproducer.caption"
    276612msgid "Target"
    277613msgstr ""
    278614
    279615#: tmainform.tabsheetbreakpoints.caption
     616msgctxt "tmainform.tabsheetbreakpoints.caption"
    280617msgid "Breakpoints"
    281618msgstr ""
     
    287624
    288625#: tmainform.tabsheetcompiledproject.caption
     626msgctxt "tmainform.tabsheetcompiledproject.caption"
    289627msgid "Target project"
    290628msgstr ""
     
    306644
    307645#: tmainform.tabsheettarget.caption
     646msgctxt "tmainform.tabsheettarget.caption"
    308647msgid "Target code"
    309648msgstr ""
     
    315654
    316655#: tmessagesform.listview1.columns[0].caption
     656msgctxt "tmessagesform.listview1.columns[0].caption"
    317657msgid "File"
    318658msgstr ""
    319659
    320660#: tmessagesform.listview1.columns[1].caption
     661msgctxt "tmessagesform.listview1.columns[1].caption"
    321662msgid "Position"
    322663msgstr ""
    323664
    324665#: tmessagesform.listview1.columns[2].caption
     666msgctxt "tmessagesform.listview1.columns[2].caption"
    325667msgid "Message"
    326668msgstr ""
     
    332674
    333675#: uaboutform.sapplicationname
     676msgctxt "uaboutform.sapplicationname"
    334677msgid "Application name"
    335678msgstr ""
    336679
    337680#: uaboutform.semail
     681msgctxt "uaboutform.semail"
    338682msgid "E-mail"
    339683msgstr ""
    340684
    341685#: uaboutform.smanufacturer
     686msgctxt "uaboutform.smanufacturer"
    342687msgid "Company"
    343688msgstr ""
    344689
    345690#: uaboutform.sreleasedate
     691msgctxt "uaboutform.sreleasedate"
    346692msgid "Release date"
    347693msgstr ""
    348694
    349695#: uaboutform.sversion
     696msgctxt "uaboutform.sversion"
    350697msgid "Version"
    351698msgstr ""
     
    361708msgstr ""
    362709
     710#: uformabout.sapplicationname
     711msgctxt "uformabout.sapplicationname"
     712msgid "Application name"
     713msgstr ""
     714
     715#: uformabout.semail
     716msgctxt "uformabout.semail"
     717msgid "E-mail"
     718msgstr ""
     719
     720#: uformabout.smanufacturer
     721msgctxt "uformabout.smanufacturer"
     722msgid "Company"
     723msgstr ""
     724
     725#: uformabout.sreleasedate
     726msgctxt "uformabout.sreleasedate"
     727msgid "Release date"
     728msgstr ""
     729
     730#: uformabout.sversion
     731msgctxt "uformabout.sversion"
     732msgid "Version"
     733msgstr ""
     734
     735#: uformmain.snewproject
     736msgctxt "uformmain.snewproject"
     737msgid "New project"
     738msgstr ""
     739
    363740#: uformtargets.scompileroptions
    364741msgctxt "uformtargets.scompileroptions"
     
    372749
    373750#: umainform.snewproject
     751msgctxt "umainform.snewproject"
    374752msgid "New project"
    375753msgstr ""
  • trunk/IDE/Transpascal.lpi

    r42 r45  
    116116      </Unit0>
    117117      <Unit1>
    118         <Filename Value="Forms\UMainForm.pas"/>
    119         <IsPartOfProject Value="True"/>
    120         <ComponentName Value="MainForm"/>
    121         <HasResources Value="True"/>
    122         <ResourceBaseClass Value="Form"/>
    123         <UnitName Value="UMainForm"/>
     118        <Filename Value="Forms\UFormMain.pas"/>
     119        <IsPartOfProject Value="True"/>
     120        <ComponentName Value="FormMain"/>
     121        <HasResources Value="True"/>
     122        <ResourceBaseClass Value="Form"/>
     123        <UnitName Value="UFormMain"/>
    124124      </Unit1>
    125125      <Unit2>
     
    134134      </Unit3>
    135135      <Unit4>
    136         <Filename Value="Forms\UProjectManager.pas"/>
    137         <IsPartOfProject Value="True"/>
    138         <ComponentName Value="ProjectManager"/>
    139         <ResourceBaseClass Value="Form"/>
    140         <UnitName Value="UProjectManager"/>
     136        <Filename Value="Forms\UFormProject.pas"/>
     137        <IsPartOfProject Value="True"/>
     138        <ComponentName Value="FormProject"/>
     139        <ResourceBaseClass Value="Form"/>
     140        <UnitName Value="UFormProject"/>
    141141      </Unit4>
    142142      <Unit5>
    143         <Filename Value="Forms\UCodeForm.pas"/>
    144         <IsPartOfProject Value="True"/>
    145         <ComponentName Value="CodeForm"/>
    146         <ResourceBaseClass Value="Form"/>
    147         <UnitName Value="UCodeForm"/>
     143        <Filename Value="Forms\UFormSourceCode.pas"/>
     144        <IsPartOfProject Value="True"/>
     145        <ComponentName Value="FormSourceCode"/>
     146        <ResourceBaseClass Value="Form"/>
     147        <UnitName Value="UFormSourceCode"/>
    148148      </Unit5>
    149149      <Unit6>
    150         <Filename Value="Forms\UMessagesForm.pas"/>
    151         <IsPartOfProject Value="True"/>
    152         <ComponentName Value="MessagesForm"/>
    153         <ResourceBaseClass Value="Form"/>
    154         <UnitName Value="UMessagesForm"/>
     150        <Filename Value="Forms\UFormMessages.pas"/>
     151        <IsPartOfProject Value="True"/>
     152        <ComponentName Value="FormMessages"/>
     153        <ResourceBaseClass Value="Form"/>
     154        <UnitName Value="UFormMessages"/>
    155155      </Unit6>
    156156      <Unit7>
    157         <Filename Value="Forms\UCompiledForm.pas"/>
    158         <IsPartOfProject Value="True"/>
    159         <ComponentName Value="CompiledForm"/>
    160         <HasResources Value="True"/>
    161         <ResourceBaseClass Value="Form"/>
    162         <UnitName Value="UCompiledForm"/>
     157        <Filename Value="Forms\UFormTargetCode.pas"/>
     158        <IsPartOfProject Value="True"/>
     159        <ComponentName Value="FormTargetCode"/>
     160        <HasResources Value="True"/>
     161        <ResourceBaseClass Value="Form"/>
     162        <UnitName Value="UFormTargetCode"/>
    163163      </Unit7>
    164164      <Unit8>
    165         <Filename Value="Forms\UCodeTreeForm.pas"/>
    166         <IsPartOfProject Value="True"/>
    167         <ComponentName Value="CodeTreeForm"/>
    168         <ResourceBaseClass Value="Form"/>
    169         <UnitName Value="UCodeTreeForm"/>
     165        <Filename Value="Forms\UFormCodeTree.pas"/>
     166        <IsPartOfProject Value="True"/>
     167        <ComponentName Value="FormCodeTree"/>
     168        <ResourceBaseClass Value="Form"/>
     169        <UnitName Value="UFormCodeTree"/>
    170170      </Unit8>
    171171      <Unit9>
     
    175175      </Unit9>
    176176      <Unit10>
    177         <Filename Value="Forms\UAboutForm.pas"/>
    178         <IsPartOfProject Value="True"/>
    179         <ComponentName Value="AboutForm"/>
    180         <HasResources Value="True"/>
    181         <ResourceBaseClass Value="Form"/>
    182         <UnitName Value="UAboutForm"/>
     177        <Filename Value="Forms\UFormAbout.pas"/>
     178        <IsPartOfProject Value="True"/>
     179        <ComponentName Value="FormAbout"/>
     180        <HasResources Value="True"/>
     181        <ResourceBaseClass Value="Form"/>
     182        <UnitName Value="UFormAbout"/>
    183183      </Unit10>
    184184      <Unit11>
     
    198198      </Unit12>
    199199      <Unit13>
    200         <Filename Value="Forms\UCompilerSettingsForm.pas"/>
    201         <IsPartOfProject Value="True"/>
    202         <ComponentName Value="CompilerSettingsForm"/>
    203         <ResourceBaseClass Value="Form"/>
    204         <UnitName Value="UCompilerSettingsForm"/>
     200        <Filename Value="Forms\UFormCompilerSettings.pas"/>
     201        <IsPartOfProject Value="True"/>
     202        <ComponentName Value="FormCompilerSettings"/>
     203        <ResourceBaseClass Value="Form"/>
     204        <UnitName Value="UFormCompilerSettings"/>
    205205      </Unit13>
    206206    </Units>
  • trunk/IDE/Transpascal.lpr

    r42 r45  
    88  {$ENDIF}{$ENDIF}
    99  Forms, Interfaces, SysUtils,
    10   UMainForm in 'UMainForm.pas' {MainForm},
    11   UTextSource, UProject, UApplicationInfo, TranspascalCompiler, UProjectManager, UCodeForm, UMessagesForm,
    12   UCompiledForm, UCodeTreeForm, TemplateGenerics, CoolTranslator, Common,
    13   UAboutForm, UFormOptions, UFormTargets, UCompilerSettingsForm;
     10  UFormMain {MainForm},
     11  UTextSource, UProject, UApplicationInfo, TranspascalCompiler, UFormProject,
     12UFormSourceCode, UFormMessages,
     13  UFormTargetCode, UFormCodeTree, TemplateGenerics, CoolTranslator, Common,
     14  UFormAbout, UFormOptions, UFormTargets, UFormCompilerSettings;
    1415
    1516{$R *.res}
     
    2930
    3031  Application.Initialize;
    31   Application.CreateForm(TMainForm, MainForm);
    32   Application.CreateForm(TProjectManager, ProjectManager);
    33   Application.CreateForm(TCodeForm, CodeForm);
    34   Application.CreateForm(TMessagesForm, MessagesForm);
    35   Application.CreateForm(TCompiledForm, CompiledForm);
    36   Application.CreateForm(TCodeTreeForm, CodeTreeForm);
    37   Application.CreateForm(TAboutForm, AboutForm);
     32  Application.CreateForm(TFormMain, FormMain);
     33  Application.CreateForm(TFormProject, FormProject);
     34  Application.CreateForm(TFormSourceCode, FormSourceCode);
     35  Application.CreateForm(TFormMessages, FormMessages);
     36  Application.CreateForm(TFormTargetCode, FormTargetCode);
     37  Application.CreateForm(TFormCodeTree, FormCodeTree);
     38  Application.CreateForm(TFormAbout, FormAbout);
    3839  Application.CreateForm(TFormOptions, FormOptions);
    39   Application.CreateForm(TCompilerSettingsForm, CompilerSettingsForm);
     40  Application.CreateForm(TFormCompilerSettings, FormCompilerSettings);
    4041  Application.CreateForm(TFormTargets, FormTargets);
    4142  Application.Run;
  • trunk/IDE/UApplicationInfo.pas

    r43 r45  
    5353  Name := 'Transpascal IDE';
    5454  Identification := 1;
    55   ReleaseDate := EncodeDate(2012, 2, 29);
     55  ReleaseDate := EncodeDate(2012, 3, 4);
    5656  MajorVersion := 0;
    5757  MinorVersion := 1;
Note: See TracChangeset for help on using the changeset viewer.