Changeset 7 for UMainForm.dfm


Ignore:
Timestamp:
Oct 12, 2007, 1:43:10 PM (17 years ago)
Author:
george
Message:

Tvorba gramatiky pascalu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • UMainForm.dfm

    r6 r7  
    2121  PixelsPerInch = 96
    2222  TextHeight = 13
     23  object Label1: TLabel
     24    Left = 8
     25    Top = 297
     26    Width = 3
     27    Height = 13
     28  end
    2329  object Memo1: TMemo
    2430    Left = 8
    2531    Top = 8
    26     Width = 290
    27     Height = 313
     32    Width = 346
     33    Height = 283
    2834    ScrollBars = ssBoth
    2935    TabOrder = 0
     
    3137  object Button1: TButton
    3238    Left = 304
    33     Top = 8
     39    Top = 297
    3440    Width = 50
    3541    Height = 25
     
    5662    TabOrder = 3
    5763  end
     64  object Button2: TButton
     65    Left = 232
     66    Top = 297
     67    Width = 66
     68    Height = 25
     69    Caption = 'Analyze'
     70    TabOrder = 4
     71    OnClick = Button2Click
     72  end
    5873end
Note: See TracChangeset for help on using the changeset viewer.