Changeset 11 for trunk/UMainForm.dfm


Ignore:
Timestamp:
Jun 20, 2008, 9:55:04 AM (16 years ago)
Author:
george
Message:

Přidáno: Zprovozněn základní převod zdrojového kódu do interní reprezentace.
Přidáno: Vytvořen základ pro generování kódu v assembleru.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UMainForm.dfm

    r10 r11  
    2222    Top = 8
    2323    Width = 401
    24     Height = 593
     24    Height = 529
    2525    Font.Charset = DEFAULT_CHARSET
    2626    Font.Color = clWindowText
     
    4242  end
    4343  object Memo2: TMemo
    44     Left = 416
     44    Left = 415
    4545    Top = 8
    4646    Width = 321
    47     Height = 593
     47    Height = 529
     48    Font.Charset = DEFAULT_CHARSET
     49    Font.Color = clWindowText
     50    Font.Height = -13
     51    Font.Name = 'Lucida Console'
     52    Font.Style = []
     53    ParentFont = False
    4854    ScrollBars = ssBoth
    4955    TabOrder = 2
    5056  end
     57  object Memo3: TMemo
     58    Left = 8
     59    Top = 543
     60    Width = 728
     61    Height = 66
     62    ScrollBars = ssBoth
     63    TabOrder = 3
     64  end
    5165end
Note: See TracChangeset for help on using the changeset viewer.