Ignore:
Timestamp:
Apr 25, 2011, 10:41:52 PM (13 years ago)
Author:
george
Message:
  • Added: Pl0 pascal grammer definition.
  • Added: Generation of source code for structure.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/Grammer/UMainForm.lfm

    r31 r33  
    11object Form1: TForm1
    2   Left = 356
    3   Height = 421
    4   Top = 127
    5   Width = 471
     2  Left = 209
     3  Height = 552
     4  Top = 43
     5  Width = 673
    66  Caption = 'Grammer transformator'
    7   ClientHeight = 421
    8   ClientWidth = 471
     7  ClientHeight = 552
     8  ClientWidth = 673
    99  OnCreate = FormCreate
    1010  OnDestroy = FormDestroy
     
    1414    Height = 21
    1515    Top = 25
    16     Width = 375
     16    Width = 577
    1717    Anchors = [akTop, akLeft, akRight]
    1818    TabOrder = 0
     
    2828  end
    2929  object Button1: TButton
    30     Left = 391
     30    Left = 593
    3131    Height = 25
    3232    Top = 25
     
    4949    Height = 21
    5050    Top = 72
    51     Width = 374
     51    Width = 576
    5252    Anchors = [akTop, akLeft, akRight]
    5353    TabOrder = 2
     
    5555  end
    5656  object Button2: TButton
    57     Left = 391
     57    Left = 593
    5858    Height = 25
    5959    Top = 72
     
    6464    TabOrder = 3
    6565  end
    66   object Button3: TButton
     66  object ButtonGenerate: TButton
    6767    Left = 11
    6868    Height = 25
     
    7070    Width = 75
    7171    Caption = 'Generate'
    72     OnClick = Button3Click
     72    OnClick = ButtonGenerateClick
    7373    TabOrder = 4
    7474  end
    7575  object Memo1: TMemo
    7676    Left = 8
    77     Height = 276
     77    Height = 407
    7878    Top = 140
    79     Width = 458
     79    Width = 660
    8080    Anchors = [akTop, akLeft, akRight, akBottom]
     81    Font.Name = 'freemono'
     82    ParentFont = False
    8183    ScrollBars = ssAutoBoth
    8284    TabOrder = 5
Note: See TracChangeset for help on using the changeset viewer.