Changeset 8 for UMainForm.dfm


Ignore:
Timestamp:
Oct 15, 2007, 8:28:00 AM (17 years ago)
Author:
george
Message:

Opraveno: Vytváření nové gramatiky z jiné. Zobrazení výsledku a další fáze parsování pascalu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • UMainForm.dfm

    r7 r8  
    3131    Top = 8
    3232    Width = 346
    33     Height = 283
     33    Height = 186
    3434    ScrollBars = ssBoth
    3535    TabOrder = 0
     
    3737  object Button1: TButton
    3838    Left = 304
    39     Top = 297
     39    Top = 401
    4040    Width = 50
    4141    Height = 25
     
    5555  object TreeView2: TTreeView
    5656    Left = 8
    57     Top = 328
     57    Top = 432
    5858    Width = 345
    59     Height = 337
     59    Height = 233
    6060    Anchors = [akLeft, akTop, akBottom]
    6161    Indent = 19
     
    6464  object Button2: TButton
    6565    Left = 232
    66     Top = 297
     66    Top = 401
    6767    Width = 66
    6868    Height = 25
     
    7171    OnClick = Button2Click
    7272  end
     73  object Memo2: TMemo
     74    Left = 8
     75    Top = 200
     76    Width = 346
     77    Height = 195
     78    ScrollBars = ssBoth
     79    TabOrder = 5
     80  end
     81  object Button3: TButton
     82    Left = 152
     83    Top = 401
     84    Width = 74
     85    Height = 25
     86    Caption = 'Parse pascal'
     87    TabOrder = 6
     88    OnClick = Button3Click
     89  end
    7390end
Note: See TracChangeset for help on using the changeset viewer.