object Kaynnistys: TKaynnistys Left = 441 Top = 127 ActiveControl = Button1 Caption = 'Käynnistys' PixelsPerInch = 120 ClientHeight = 236 ClientWidth = 263 object Vekotin: TLabel Left = 32 Top = 96 Width = 4 Height = 16 end object Button1: TButton Left = 32 Top = 32 Width = 89 Height = 41 TabOrder = 0 Caption = '&Laskuri' OnClick = Button1Click end object ListBox1: TListBox Left = 152 Top = 32 Width = 97 Height = 185 TabOrder = 1 TabStop = True ItemHeight = 16 Items.Strings = ( 'Henkilöauto' 'Kuorma-auto' 'Juna' 'Polkupyörä') OnClick = ListBox1Click OnDblClick = Button1Click end end