object FormLogin: TFormLogin Left = 0 Top = 0 BorderStyle = bsNone Caption = 'Log In' ClientHeight = 240 ClientWidth = 192 Color = 1513421 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter DesignSize = ( 192 240) PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 19 Top = 28 Width = 160 Height = 55 Anchors = [akTop] Caption = 'vHintra' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -43 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False ExplicitLeft = 40 end object Label2: TLabel Left = 43 Top = 90 Width = 114 Height = 19 Anchors = [akTop] Caption = 'GEBRUIKERSNAAM' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -13 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False ExplicitLeft = 64 end object Label3: TLabel Left = 51 Top = 143 Width = 94 Height = 19 Anchors = [akTop] Caption = 'WACHTWOORD' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -13 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False ExplicitLeft = 72 end object EditGebruikersnaam: TEdit Left = 19 Top = 114 Width = 159 Height = 24 Anchors = [akTop] TabOrder = 0 ExplicitLeft = 40 end object EditWachtwoord: TEdit Left = 19 Top = 167 Width = 159 Height = 24 Anchors = [akTop] TabOrder = 1 ExplicitLeft = 40 end object Panel1: TPanel Left = 53 Top = 205 Width = 92 Height = 28 Anchors = [akTop] 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 ExplicitLeft = 74 end end