object FormValuutta: TFormValuutta Left = 188 Top = 114 Width = 443 Height = 184 Caption = 'Valuuttamuunnin' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 435 Height = 157 Align = alClient BevelInner = bvLowered BevelWidth = 4 Caption = ' ' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object Label1: TLabel Left = 192 Top = 60 Width = 13 Height = 24 Caption = '=' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object LabelMk: TLabel Left = 280 Top = 60 Width = 28 Height = 24 Caption = 'mk' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object EditRaha: TEdit Left = 24 Top = 56 Width = 89 Height = 32 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 Text = '1' OnChange = EditRahaChange end object EditTulos: TEdit Left = 216 Top = 56 Width = 49 Height = 32 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 Text = '0' end object CBVal: TComboBox Left = 120 Top = 56 Width = 65 Height = 32 ItemHeight = 24 TabOrder = 2 Text = '$' OnChange = EditRahaChange end end end