object Laskuri: TLaskuri Left = 711 Top = 128 ActiveControl = Button1 Caption = 'Laskuri' PixelsPerInch = 120 ClientHeight = 145 ClientWidth = 172 OnCreate = FormCreate object Button1: TButton Left = 24 Top = 8 Width = 121 Height = 57 TabOrder = 0 Caption = '&HA' OnClick = Button1Click end object Edit1: TEdit Left = 24 Top = 72 Width = 121 Height = 53 TabOrder = 1 Font.Color = clBlack Font.Height = -40 Font.Name = 'Arial' ParentFont = False Text = '0' end end