object fmLogin: TfmLogin Left = 0 Top = 0 BorderStyle = bsSingle Caption = 'Log In' ClientHeight = 443 ClientWidth = 972 Color = 1513421 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 384 Top = 104 Width = 162 Height = 52 Caption = 'vHintra' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -43 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 408 Top = 162 Width = 116 Height = 16 Caption = 'GEBRUIKERSNAAM' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -13 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 416 Top = 211 Width = 96 Height = 16 Caption = 'WACHTWOORD' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -13 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False end object edtGebruikersnaam: TEdit Left = 384 Top = 184 Width = 161 Height = 21 TabOrder = 0 end object edtWachtwoord: TEdit Left = 384 Top = 233 Width = 161 Height = 21 TabOrder = 1 end object Panel1: TPanel Left = 418 Top = 268 Width = 94 Height = 25 BevelEdges = [] BevelOuter = bvSpace BiDiMode = bdLeftToRight Caption = 'LOG IN' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentBiDiMode = False ParentFont = False TabOrder = 2 OnClick = Panel1Click end end