object frmRegistracija: TfrmRegistracija Left = 625 Top = 205 BorderIcons = [] BorderStyle = bsSingle Caption = 'Registracija' ClientHeight = 142 ClientWidth = 305 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 106 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 289 Height = 89 Style = bsRaised end object Label1: TLabel Left = 24 Top = 32 Width = 65 Height = 13 Caption = 'Ime i Prezime:' end object lblSerijski: TLabel Left = 24 Top = 64 Width = 56 Height = 13 Caption = 'Serijski broj:' end object edtRegIme: TEdit Left = 104 Top = 24 Width = 177 Height = 21 Hint = 'Unesite ime i prezime' MaxLength = 25 ParentShowHint = False ShowHint = True TabOrder = 0 end object edtSerijski: TEdit Left = 104 Top = 56 Width = 177 Height = 21 Hint = 'Unesite serijski broj' ParentShowHint = False ShowHint = True TabOrder = 1 end object btnRegOK: TButton Left = 48 Top = 104 Width = 75 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 2 OnClick = btnRegOKClick end object Button2: TButton Left = 176 Top = 104 Width = 75 Height = 25 Caption = 'Odbaci' ModalResult = 2 TabOrder = 3 end end