Ignore:
Timestamp:
Aug 10, 2010, 10:14:57 AM (14 years ago)
Author:
george
Message:

Project renamed to Transpascal.
Added support for generatin cycle For-to-do.
Added support for parsing and generating structured types as record and array.
Emit procedure in TProducerPascal and TProducerC reworked.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DelphiToC/Forms/UMainForm.lfm

    r52 r53  
    11object MainForm: TMainForm
    2   Left = 176
     2  Left = 141
    33  Height = 498
    4   Top = 77
     4  Top = 105
    55  Width = 881
    6   Caption = 'Pascal Compiler AVR'
     6  Caption = 'Transpascal '
    77  ClientHeight = 498
    88  ClientWidth = 881
     
    1515  Position = poDesktopCenter
    1616  LCLVersion = '0.9.29'
    17   object Button1: TButton
    18     Left = 800
     17  object ButtonCompile: TButton
     18    Left = 801
    1919    Height = 22
    2020    Top = 401
     
    2222    Anchors = [akRight, akBottom]
    2323    Caption = 'Kompilovat'
    24     OnClick = Button1Click
     24    Font.Height = -11
     25    Font.Name = 'Tahoma'
     26    OnClick = ButtonCompileClick
     27    ParentFont = False
    2528    TabOrder = 0
    2629  end
Note: See TracChangeset for help on using the changeset viewer.